From: Laurentiu Palcu Date: Thu, 23 May 2013 08:19:32 +0000 (+0300) Subject: rpm: replace rpm-postinsts dependency with run-postinsts X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1195a188f366fbbb04b9379d7ea3c7c02130cc98;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rpm: replace rpm-postinsts dependency with run-postinsts run-postinsts is generic and will handle rpm delayed postinsts just fine. No need to use another recipe. Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 25ec23e811c..0dd5806026b 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -310,7 +310,7 @@ FILES_${PN}-build = "${prefix}/src/rpm \ ${libdir}/rpm/vpkg-provides2.sh \ ${libdir}/rpm/perfile_rpmdeps.sh \ " -RDEPENDS_${PN} = "base-files ${PN}-postinsts" +RDEPENDS_${PN} = "base-files run-postinsts" RDEPENDS_${PN}_class-native = "" RDEPENDS_${PN}-build = "file"