aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-17 10:09:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 15:01:01 +0100
commit549929364cd7d29b50d8a4562c6f640e21a467f1 (patch)
treea368a0b70e0360a686fbba89f523451b64b7fd17 /meta/recipes-devtools/rpm
parentff014d9634638457622f6019b163e75bafcefada (diff)
downloadopenembedded-core-contrib-549929364cd7d29b50d8a4562c6f640e21a467f1.tar.gz
glib-2.0,intltool,rpm,sgmlspl-native: Bump PR to resolve perl-native issue
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb2
1 files changed, 1 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 91089d21d9..d0933456b8 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 = ""
-PR = "r17"
+PR = "r18"
# 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...