aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.1.10.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-08-26 08:41:03 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-31 17:19:19 +0100
commita0b72c297193d7cc3edb5a36bb8acbc5190537ed (patch)
treeb88a980b1027690d0bb2a2849951f9b831d48108 /meta/recipes-devtools/rpm/rpm_5.1.10.bb
parentadfd0e04343ad7770642eadf07a7f9185be6e25d (diff)
downloadopenembedded-core-a0b72c297193d7cc3edb5a36bb8acbc5190537ed.tar.gz
rpm: compatiblity and header fix
changes: - add headerAddOrAppendEntry in lib/rpm4compat.h for compatibility - fix rpmbag.h introduced in rpm 5.1.10 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.1.10.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.1.10.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
index a7097f760c..d75e48f416 100644
--- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb
@@ -3,9 +3,11 @@ DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands."
HOMEPAGE = "http://rpm5.org/"
LICENSE = "LGPL 2.1"
DEPENDS = "zlib perl popt beecrypt python libpcre elfutils"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/SNAPSHOT/${BPN}-${PV}.tar.gz \
+ file://hdraddorappend.patch \
+ file://export-rpmbag-h.patch \
file://remove-compiled-tests.patch;apply=no \
file://perfile_rpmdeps.sh \
"