]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: use rpm-5.1.10 from SNAPSHOT URI.
authorJeff Johnson <n3npq@mac.com>
Sat, 21 Aug 2010 03:09:44 +0000 (23:09 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 23 Aug 2010 19:52:45 +0000 (20:52 +0100)
rpm-5.1.10 snapshot adds support for multiple aid databases

revert slashDepth patch, now included in 5.1.10

Signed-off-by: Jeff Johnson <n3npq@mac.com>
Signed-off-by: Mark Hatle <mhatle@windriver.com>
meta/packages/rpm/rpm/no_parentdir_ordering.patch [deleted file]
meta/packages/rpm/rpm_5.1.10.bb [moved from meta/packages/rpm/rpm_5.1.9.bb with 97% similarity]

diff --git a/meta/packages/rpm/rpm/no_parentdir_ordering.patch b/meta/packages/rpm/rpm/no_parentdir_ordering.patch
deleted file mode 100644 (file)
index 2ceb020..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm-5.1.9/lib/depends.c.orig       2009-04-12 12:46:17.000000000 -0700
-+++ rpm-5.1.9/lib/depends.c    2010-08-14 11:28:11.000000000 -0700
-@@ -2257,7 +2257,7 @@
- #define isAuto(_x)    ((_x) & _autobits)
- /*@unchecked@*/
--static int slashDepth = 100;  /* #slashes pemitted in parentdir deps. */
-+static int slashDepth = 0;    /* #slashes pemitted in parentdir deps. */
- static int countSlashes(const char * dn)
-       /*@*/
similarity index 97%
rename from meta/packages/rpm/rpm_5.1.9.bb
rename to meta/packages/rpm/rpm_5.1.10.bb
index bf8ceb6d908cc5befa14033eee76d9d230bc3515..0a212ab47d2e71e9e663f34ffd57410e465cd2ad 100644 (file)
@@ -5,10 +5,9 @@ LICENSE = "LGPL 2.1"
 DEPENDS = "zlib perl popt beecrypt python libpcre elfutils"
 PR = "r2"
 
-SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/${BPN}-${PV}.tar.gz \
+SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/SNAPSHOT/${BPN}-${PV}.tar.gz \
           file://remove-compiled-tests.patch;apply=no \
           file://perfile_rpmdeps.sh \
-          file://no_parentdir_ordering.patch \
          "
 inherit autotools gettext