[oe-commits] Kang Kai : rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE

git at git.openembedded.org git at git.openembedded.org
Fri Mar 1 13:12:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 41aad841e93daaf5d174b14b2fec60b786ead4b3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=41aad841e93daaf5d174b14b2fec60b786ead4b3

Author: Kang Kai <kai.kang at windriver.com>
Date:   Tue Feb 26 13:41:01 2013 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/rootfs_deb.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass
index 92a6579..a3c3767 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"





More information about the Openembedded-commits mailing list