From: Richard Purdie Date: Fri, 28 Jan 2011 17:57:23 +0000 (+0000) Subject: rootfs_rpm: Drop bogus inclusion of the run-postinsts package X-Git-Tag: 2011-1~2631 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=be4ad69f4a2ea16a17853c219d2e5b42d85498b4;p=openembedded-core.git rootfs_rpm: Drop bogus inclusion of the run-postinsts package Signed-off-by: Richard Purdie --- diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 4a4ec0e959..93223abaef 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -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"