1
0
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:
Richard Purdie
2011-01-28 17:57:23 +00:00
parent fc5b38e709
commit be4ad69f4a
+2 -1
View File
@@ -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"