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 00:19:47 +0000 |
commit | a964e22804705b64202d2852a13ff2be34dc7923 (patch) | |
tree | 924fb25e887d0b3a86bc0b05eaf77028449f2413 /meta/recipes-devtools | |
parent | a5b8067f4d8c4b2aa230d8c998f4188d7b43895b (diff) | |
download | openembedded-core-a964e22804705b64202d2852a13ff2be34dc7923.tar.gz openembedded-core-a964e22804705b64202d2852a13ff2be34dc7923.tar.bz2 openembedded-core-a964e22804705b64202d2852a13ff2be34dc7923.zip |
rpm: Add rpmdeps-oecore to appropriate package
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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" DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" extrarpmdeps = "python perl" extrarpmdeps_virtclass-native = "file-native" -PR = "r33" +PR = "r34" # 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... @@ -261,6 +261,7 @@ FILES_${PN}-build = "${prefix}/src/rpm \ ${libdir}/rpm/bin/rpmcache \ ${libdir}/rpm/bin/rpmcmp \ ${libdir}/rpm/bin/rpmdeps \ + ${libdir}/rpm/bin/rpmdeps-oecore \ ${libdir}/rpm/bin/rpmdigest \ ${libdir}/rpm/bin/abi-compliance-checker.pl \ ${libdir}/rpm/bin/api-sanity-autotest.pl \ |