diff options
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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 | ||
5 | ROOTFS_PKGMANAGE = "run-postinsts dpkg apt" | 5 | ROOTFS_PKGMANAGE = "dpkg apt" |
6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
7 | 7 | ||
8 | do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot" | 8 | do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot" |