diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 23:24:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:07 +0000 |
commit | 0342f7e368a484389572142f230be7e9898da970 (patch) | |
tree | 692c92ed46444e13bb215903492a5d4c9537d905 /meta | |
parent | c5858a49cf2505a9774a2627dd90481961c06be1 (diff) | |
download | poky-0342f7e368a484389572142f230be7e9898da970.tar.gz |
rpm: Add rpmdeps-oecore to appropriate package
(From OE-Core rev: a964e22804705b64202d2852a13ff2be34dc7923)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 |
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 eeca8230f2..2441380f4e 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" | |||
45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" | 45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" |
46 | extrarpmdeps = "python perl" | 46 | extrarpmdeps = "python perl" |
47 | extrarpmdeps_virtclass-native = "file-native" | 47 | extrarpmdeps_virtclass-native = "file-native" |
48 | PR = "r33" | 48 | PR = "r34" |
49 | 49 | ||
50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
51 | # in order to extract the distribution SRPM into a format we can extract... | 51 | # in order to extract the distribution SRPM into a format we can extract... |
@@ -261,6 +261,7 @@ FILES_${PN}-build = "${prefix}/src/rpm \ | |||
261 | ${libdir}/rpm/bin/rpmcache \ | 261 | ${libdir}/rpm/bin/rpmcache \ |
262 | ${libdir}/rpm/bin/rpmcmp \ | 262 | ${libdir}/rpm/bin/rpmcmp \ |
263 | ${libdir}/rpm/bin/rpmdeps \ | 263 | ${libdir}/rpm/bin/rpmdeps \ |
264 | ${libdir}/rpm/bin/rpmdeps-oecore \ | ||
264 | ${libdir}/rpm/bin/rpmdigest \ | 265 | ${libdir}/rpm/bin/rpmdigest \ |
265 | ${libdir}/rpm/bin/abi-compliance-checker.pl \ | 266 | ${libdir}/rpm/bin/abi-compliance-checker.pl \ |
266 | ${libdir}/rpm/bin/api-sanity-autotest.pl \ | 267 | ${libdir}/rpm/bin/api-sanity-autotest.pl \ |