diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-23 11:19:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:38:05 +0100 |
commit | d5f593c25f2a831fbdc97a0b864525e7409b587f (patch) | |
tree | 6a12460d95ce1de8b0cac66526e1829df27dcfbb | |
parent | 75070d70320dc6516acf53e4bb36e7a091459138 (diff) | |
download | poky-d5f593c25f2a831fbdc97a0b864525e7409b587f.tar.gz |
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.
(From OE-Core rev: 1195a188f366fbbb04b9379d7ea3c7c02130cc98)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 25ec23e811..0dd5806026 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 \ | |||
310 | ${libdir}/rpm/vpkg-provides2.sh \ | 310 | ${libdir}/rpm/vpkg-provides2.sh \ |
311 | ${libdir}/rpm/perfile_rpmdeps.sh \ | 311 | ${libdir}/rpm/perfile_rpmdeps.sh \ |
312 | " | 312 | " |
313 | RDEPENDS_${PN} = "base-files ${PN}-postinsts" | 313 | RDEPENDS_${PN} = "base-files run-postinsts" |
314 | RDEPENDS_${PN}_class-native = "" | 314 | RDEPENDS_${PN}_class-native = "" |
315 | RDEPENDS_${PN}-build = "file" | 315 | RDEPENDS_${PN}-build = "file" |
316 | 316 | ||