]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm: Drop bogus inclusion of the run-postinsts package
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jan 2011 17:57:23 +0000 (17:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jan 2011 17:57:23 +0000 (17:57 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs_rpm.bbclass

index 4a4ec0e95999655a8e56e58a689cffa21b2242f1..93223abaefe7ff75cfc144814dcbc36a3517dbfb 100644 (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"