summaryrefslogtreecommitdiffstats
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 13:03:26 +0000
commit9d6fb02fc45405aaad8398b129609fc96da1f8de (patch)
tree1dc9083a58ce0b87bb1b236384bf1e1cb9ec73fc /meta/classes/rootfs_deb.bbclass
parent0bedc0b80d9b46cbbf4a2c5e120a6aa52cbc7c2e (diff)
downloadpoky-9d6fb02fc45405aaad8398b129609fc96da1f8de.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". (From OE-Core rev: 41aad841e93daaf5d174b14b2fec60b786ead4b3) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
2# Copyright 2006-2007 Openedhand Ltd. 2# Copyright 2006-2007 Openedhand Ltd.
3# 3#
4 4
5ROOTFS_PKGMANAGE = "run-postinsts dpkg apt" 5ROOTFS_PKGMANAGE = "dpkg apt"
6ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" 6ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
7 7
8do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot" 8do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot"