diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 12:18:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 12:18:02 +0100 |
commit | ded2919f1929e31f0ebebbde6d273d3aaeed8325 (patch) | |
tree | 2d5f6cfd0bc6fd64f9dc7deb9935ba30ed6e475a /meta/classes/rootfs_rpm.bbclass | |
parent | df41bd46dddb509c16279754e467a479172b28ec (diff) | |
download | poky-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.bbclass | 2 |
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 | ||
5 | ROOTFS_PKGMANAGE = "rpm" | 5 | ROOTFS_PKGMANAGE = "rpm zypper" |
6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
7 | 7 | ||
8 | do_rootfs[depends] += "rpm-native:do_populate_sysroot" | 8 | do_rootfs[depends] += "rpm-native:do_populate_sysroot" |