]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: replace rpm-postinsts dependency with run-postinsts
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 23 May 2013 08:19:32 +0000 (11:19 +0300)
committerSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 21:51:29 +0000 (14:51 -0700)
run-postinsts is generic and will handle rpm delayed postinsts just
fine. No need to use another recipe.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/rpm/rpm_5.4.9.bb

index 25ec23e811c4b6a6f25e0bfd8ca8da09c31d7efe..0dd5806026b15f2f35574f907704b7295b5b1337 100644 (file)
@@ -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"