summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-06-11 13:18:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-12 11:10:35 +0100
commitb2381b63b94604fdc0e1a7591c854dc1df3ca8f4 (patch)
tree27dcac6f2750215e7395868fdd84aedadebc4e0b /meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
parent99822cd4a01342565f803678baba49d74192b7d1 (diff)
downloadpoky-b2381b63b94604fdc0e1a7591c854dc1df3ca8f4.tar.gz
rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)
RPM 5.4.8 requires db 5.3.x, so both are upgraded together. (From OE-Core rev: c5898ef3fc3820ff9c44bc5b1b16e5def64aa877) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch b/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
index e063e86c44..d9b4e33fdd 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
@@ -4,16 +4,16 @@ Change cache size to reduce the usage of disk space from 62MB to 26MB.
4 4
5Signed-off-by: Mei Lei <lei.mei@intel.com> 5Signed-off-by: Mei Lei <lei.mei@intel.com>
6 6
7diff --git a/rpmdb/DB_CONFIG.in b/rpmdb/DB_CONFIG.in 7Index: rpm-5.4.8/rpmdb/DB_CONFIG.in
8index e0b4689..b64e3a9 100644 8===================================================================
9--- a/rpmdb/DB_CONFIG.in 9--- rpm-5.4.8.orig/rpmdb/DB_CONFIG.in
10+++ b/rpmdb/DB_CONFIG.in 10+++ rpm-5.4.8/rpmdb/DB_CONFIG.in
11@@ -29,7 +29,7 @@ set_thread_count 64 11@@ -29,7 +29,7 @@ set_thread_count 64
12 12
13 # ================ Memory Pool 13 # ================ Memory Pool
14 #XXX initializing dbenv with set_cachesize has unimplemented prerequsites 14 #XXX initializing dbenv with set_cachesize has unimplemented prerequsites
15-#set_cachesize 0 1048576 0 15-#set_cachesize 0 1048576 0
16+set_cachesize 0 1048576 0 16+set_cachesize 0 1048576 0
17 set_mp_mmapsize 268435456 17 set_mp_mmapsize 268435456
18 18
19 # ================ Locking 19 # ================ Locking