rpm: use rpm-5.1.10 from SNAPSHOT URI.

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>
This commit is contained in:
Jeff Johnson 2010-08-20 23:09:44 -04:00 committed by Richard Purdie
parent 0741c3b8cb
commit f0f911a10d
2 changed files with 1 additions and 13 deletions

View File

@ -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)
/*@*/

View 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