mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -2,8 +2,9 @@
|
||||
# Creates a root filesystem out of rpm packages
|
||||
#
|
||||
|
||||
ROOTFS_PKGMANAGE = "rpm zypper"
|
||||
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
|
||||
ROOTFS_PKGMANAGE = "rpm zypper"
|
||||
# Postinstalls on device are handled within this class at present
|
||||
ROOTFS_PKGMANAGE_BOOTSTRAP = ""
|
||||
|
||||
do_rootfs[depends] += "rpm-native:do_populate_sysroot"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user