summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rpm/rpm_5.4.0.bb
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2011-12-28 11:22:17 +0800
committerSaul Wold <sgw@linux.intel.com>2012-01-02 20:26:25 -0800
commit32d308bb38612cef2a98a4c40f058b4db50787aa (patch)
tree10f83690491fc2335b0b218d0ce519d09b9ae0f8 /meta/recipes-devtools/rpm/rpm_5.4.0.bb
parentc0fc36f8629a6abb9a7b542df8a2857526547a31 (diff)
downloadopenembedded-core-32d308bb38612cef2a98a4c40f058b4db50787aa.tar.gz
openembedded-core-32d308bb38612cef2a98a4c40f058b4db50787aa.tar.bz2
openembedded-core-32d308bb38612cef2a98a4c40f058b4db50787aa.tar.xz
openembedded-core-32d308bb38612cef2a98a4c40f058b4db50787aa.zip
rpm: Fix rpm database files capacity issue.
Tune the __db* size in DB_CONFIG. This will reduce the __db* size from 62MB to 26MB in qemu. [YOCTO #1769] Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 122d3a922..aae59eca5 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -45,12 +45,13 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
extrarpmdeps = "python perl"
extrarpmdeps_virtclass-native = "file-native"
-PR = "r27"
+PR = "r28"
# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed
# in order to extract the distribution SRPM into a format we can extract...
SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;extract=rpm-5.4.0.tar.gz \
file://rpm-log-auto-rm.patch \
+ file://rpm-db-reduce.patch \
file://perfile_rpmdeps.sh \
file://rpm-autogen.patch \
file://rpm-libsql-fix.patch \