| Submitter | Kang Kai |
|---|---|
| Date | Feb. 26, 2013, 8:14 a.m. |
| Message ID | <2bc6e47a70bd6979234fc8cfb7ef9035ae4e7c0e.1361866257.git.kai.kang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/45091/ |
| State | Accepted |
| Commit | 41aad841e93daaf5d174b14b2fec60b786ead4b3 |
| Headers | show |
Comments
Patch
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"
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> --- meta/classes/rootfs_deb.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)