aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_deb.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-11 12:18:02 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 12:18:02 +0100
commitded2919f1929e31f0ebebbde6d273d3aaeed8325 (patch)
tree2d5f6cfd0bc6fd64f9dc7deb9935ba30ed6e475a /meta/classes/rootfs_deb.bbclass
parentdf41bd46dddb509c16279754e467a479172b28ec (diff)
downloadopenembedded-core-ded2919f1929e31f0ebebbde6d273d3aaeed8325.tar.gz
rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/rootfs_deb.bbclass')
-rw-r--r--meta/classes/rootfs_deb.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass
index 11a152a69a..f579b53a82 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"
+ROOTFS_PKGMANAGE = "run-postinsts dpkg apt"
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
do_rootfs[depends] += "dpkg-native:do_populate_sysroot apt-native:do_populate_sysroot"