]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE
authorKang Kai <kai.kang@windriver.com>
Tue, 26 Feb 2013 05:41:01 +0000 (13:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Mar 2013 12:52:54 +0000 (12:52 +0000)
Remove package run-postinsts from ROOTFS_PKGMANAGE. run-postinsts has
already added in ROOTFS_PKGMANAGE_BOOTSTRAP and then added to rootfs
conditionally by checking image feature "package-management".

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rootfs_deb.bbclass

index 92a65791dc95326629c3c7a147a332897fd14a36..a3c37676c8fbaa9689d3bd39713d3339d770badf 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright 2006-2007 Openedhand Ltd.
 #
 
-ROOTFS_PKGMANAGE = "run-postinsts dpkg apt"
+ROOTFS_PKGMANAGE = "dpkg apt"
 ROOTFS_PKGMANAGE_BOOTSTRAP  = "run-postinsts"
 
 do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot"