[oe-commits] Laurentiu Palcu : rpm: replace rpm-postinsts dependency with run-postinsts

git at git.openembedded.org git at git.openembedded.org
Wed Jun 12 12:19:45 UTC 2013


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

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Thu May 23 11:19:32 2013 +0300

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 <laurentiu.palcu at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index 25ec23e..0dd5806 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"
 



More information about the Openembedded-commits mailing list