diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-10-31 16:23:11 +0000 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-10-31 16:24:31 +0000 |
commit | 76a7b78b40e3b58587652f607509b04e888c72b5 (patch) | |
tree | e1a27a43d903b265204fa86147a1ad7cbf0a8a8f /meta | |
parent | 25e5b72195a61cbb1bbbc3cbd3061fe570861d4c (diff) | |
download | poky-76a7b78b40e3b58587652f607509b04e888c72b5.tar.gz |
roots_rpm.bbclass: Use opkg-native to get update-alternatives
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index a311c601d0..e3697cb12c 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -7,6 +7,10 @@ ROOTFS_PKGMANAGE = "rpm yum" | |||
7 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 7 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
8 | 8 | ||
9 | do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging" | 9 | do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging" |
10 | |||
11 | # Needed for update-alternatives | ||
12 | do_rootfs[depends] += "opkg-native:do_populate_staging" | ||
13 | |||
10 | do_rootfs[recrdeptask] += "do_package_write_rpm" | 14 | do_rootfs[recrdeptask] += "do_package_write_rpm" |
11 | 15 | ||
12 | YUMCONF = "${IMAGE_ROOTFS}/etc/yum.conf" | 16 | YUMCONF = "${IMAGE_ROOTFS}/etc/yum.conf" |