summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rootfs_deb.bbclass')
-rw-r--r--meta/classes/rootfs_deb.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass
index 467626b2b1..eb08f4ace4 100644
--- a/meta/classes/rootfs_deb.bbclass
+++ b/meta/classes/rootfs_deb.bbclass
@@ -2,6 +2,9 @@
2# Copyright 2006-2007 Openedhand Ltd. 2# Copyright 2006-2007 Openedhand Ltd.
3# 3#
4 4
5ROOTFS_PKGMANAGE = "run-postinsts dpkg"
6ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
7
5do_rootfs[depends] += "dpkg-native:do_populate_staging apt-native:do_populate_staging" 8do_rootfs[depends] += "dpkg-native:do_populate_staging apt-native:do_populate_staging"
6do_rootfs[recrdeptask] += "do_package_write_deb" 9do_rootfs[recrdeptask] += "do_package_write_deb"
7 10