summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rpm/rpm_5.4.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-09 14:14:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-09 06:39:52 -0800
commit50dc8bfbac42b9a9b52a2f7d0568740c41790c13 (patch)
treeec553406e31be7a36c27dcebf70392e70336efc8 /meta/recipes-devtools/rpm/rpm_5.4.0.bb
parenta91d7a0c27d0ec763cb794be5282f7d34a3135fe (diff)
downloadopenembedded-core-50dc8bfbac42b9a9b52a2f7d0568740c41790c13.tar.gz
openembedded-core-50dc8bfbac42b9a9b52a2f7d0568740c41790c13.tar.bz2
openembedded-core-50dc8bfbac42b9a9b52a2f7d0568740c41790c13.tar.xz
openembedded-core-50dc8bfbac42b9a9b52a2f7d0568740c41790c13.zip
rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass
This is a performance enhancement by adding a binary allowing batch processing of individual file dependencies. The second patch in this series uses the binary this patch creates. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 64ae5373b..eeca8230f 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -45,7 +45,7 @@ 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 = "r32"
+PR = "r33"
# 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...
@@ -68,6 +68,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex
file://rpm-scriptletexechelper.patch \
file://fix_for_automake_1.11.2.patch \
file://pythondeps.sh \
+ file://rpmdeps-oecore.patch \
"
# file://rpm-autoconf.patch \