mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
rootfs_rpm: Drop bogus inclusion of the run-postinsts package
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
ROOTFS_PKGMANAGE = "rpm zypper"
|
ROOTFS_PKGMANAGE = "rpm zypper"
|
||||||
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
|
# Postinstalls on device are handled within this class at present
|
||||||
|
ROOTFS_PKGMANAGE_BOOTSTRAP = ""
|
||||||
|
|
||||||
do_rootfs[depends] += "rpm-native:do_populate_sysroot"
|
do_rootfs[depends] += "rpm-native:do_populate_sysroot"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user