summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_rpm.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_rpm.bbclass
parentdf41bd46dddb509c16279754e467a479172b28ec (diff)
downloadpoky-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_rpm.bbclass')
-rw-r--r--meta/classes/rootfs_rpm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass
index f82fcacf5d..6e9cbba8c2 100644
--- a/meta/classes/rootfs_rpm.bbclass
+++ b/meta/classes/rootfs_rpm.bbclass
@@ -2,7 +2,7 @@
2# Creates a root filesystem out of rpm packages 2# Creates a root filesystem out of rpm packages
3# 3#
4 4
5ROOTFS_PKGMANAGE = "rpm" 5ROOTFS_PKGMANAGE = "rpm zypper"
6ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" 6ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
7 7
8do_rootfs[depends] += "rpm-native:do_populate_sysroot" 8do_rootfs[depends] += "rpm-native:do_populate_sysroot"