roots_rpm.bbclass: Use opkg-native to get update-alternatives

This commit is contained in:
Rob Bradford 2008-10-31 16:23:11 +00:00
parent 25e5b72195
commit 76a7b78b40
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ ROOTFS_PKGMANAGE = "rpm yum"
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
do_rootfs[depends] += "rpm-native:do_populate_staging yum-native:do_populate_staging createrepo-native:do_populate_staging fakechroot-native:do_populate_staging"
# Needed for update-alternatives
do_rootfs[depends] += "opkg-native:do_populate_staging"
do_rootfs[recrdeptask] += "do_package_write_rpm"
YUMCONF = "${IMAGE_ROOTFS}/etc/yum.conf"