aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-02-26 13:41:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-01 12:52:54 +0000
commit41aad841e93daaf5d174b14b2fec60b786ead4b3 (patch)
tree2a97f5dfef5c36760f6bf0c7e1e1a4ad30fe8a60 /meta/classes/rootfs_deb.bbclass
parentedc4f4c04d1a853137cb3cb2638e23bdcb810833 (diff)
downloadopenembedded-core-41aad841e93daaf5d174b14b2fec60b786ead4b3.tar.gz
rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE
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>
Diffstat (limited to 'meta/classes/rootfs_deb.bbclass')
-rw-r--r--meta/classes/rootfs_deb.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass
index 92a65791dc..a3c37676c8 100644
--- a/meta/classes/rootfs_deb.bbclass
+++ b/meta/classes/rootfs_deb.bbclass
@@ -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"