From ded2919f1929e31f0ebebbde6d273d3aaeed8325 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 Oct 2010 12:18:02 +0100 Subject: rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper Signed-off-by: Richard Purdie --- meta/classes/rootfs_deb.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/rootfs_deb.bbclass') 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" -- cgit 1.2.3-korg