mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
rpm: Ensure rpm depends on rpm-postinsts
If package-management isn't in IMAGE_FEATURES, the postinstall handler wasn't being installed. rpm needs to depend on this to ensure it does get installed. [YOCTO #4160] (From OE-Core rev: 0c2778c36f521d019ab6ff0c458a1e117808d2e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -226,6 +226,8 @@ FILES_${PN} = "${bindir}/rpm \
|
||||
/var/cache/rpm \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "${PN}-postinsts"
|
||||
|
||||
FILES_${PN}-postinsts = "${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user