summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-04-09 11:56:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-09 13:16:52 +0100
commit51959f5662283f47d9a64fcef7fdeff45a14e768 (patch)
tree889c3c3c363e18e6f451e2dc601c239771d0d836 /meta/recipes-devtools/rpm
parent6ec99ee2f1d90be6c115c74fb7a5bdb2969c4dba (diff)
downloadast2050-yocto-poky-51959f5662283f47d9a64fcef7fdeff45a14e768.zip
ast2050-yocto-poky-51959f5662283f47d9a64fcef7fdeff45a14e768.tar.gz
rpm: fix RDEPENDS
The rpm-postinsts runtime dependency was overwritten. (From OE-Core rev: 834ea4ed891c874e0336abb8f0b96664250208c9) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.9.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index c7d21e8..7d2cba4 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -226,8 +226,6 @@ FILES_${PN} = "${bindir}/rpm \
/var/cache/rpm \
"
-RDEPENDS_${PN} += "${PN}-postinsts"
-
FILES_${PN}-dbg += "${libdir}/rpm/.debug \
${libdir}/rpm/bin/.debug \
"
@@ -311,7 +309,7 @@ FILES_${PN}-build = "${prefix}/src/rpm \
${libdir}/rpm/vpkg-provides2.sh \
${libdir}/rpm/perfile_rpmdeps.sh \
"
-RDEPENDS_${PN} = "base-files"
+RDEPENDS_${PN} = "base-files ${PN}-postinsts"
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN}-build = "file"
OpenPOWER on IntegriCloud