[OE-core] [PATCH] rpm: fix RDEPENDS

Laurentiu Palcu laurentiu.palcu at intel.com
Tue Apr 9 08:56:28 UTC 2013


The rpm-postinsts runtime dependency was overwritten.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
---
 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    4 +---
 1 file changed, 1 insertion(+), 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"
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list