From patchwork Tue Feb 26 08:14:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/5] rootfs_deb: remove run-postinsts from ROOTFS_PKGMANAGE Date: Tue, 26 Feb 2013 08:14:26 -0000 From: Kang Kai X-Patchwork-Id: 45091 Message-Id: <2bc6e47a70bd6979234fc8cfb7ef9035ae4e7c0e.1361866257.git.kai.kang@windriver.com> To: Cc: Zhenfeng.Zhao@windriver.com 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 --- 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"