[oe-commits] Laurentiu Palcu : rpm: fix RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 9 12:16:52 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 834ea4ed891c874e0336abb8f0b96664250208c9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=834ea4ed891c874e0336abb8f0b96664250208c9

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Tue Apr  9 11:56:28 2013 +0300

rpm: fix RDEPENDS

The rpm-postinsts runtime dependency was overwritten.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    4 +---
 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"
 





More information about the Openembedded-commits mailing list