mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
75070d7032
commit
d5f593c25f
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user