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
1 changed files with 3 additions and 2 deletions

View File

@ -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"