mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
rootfs_rpm: don't depend on opkg-native for update-alternatives
opkg-native hasn't provided update-alternatives since 2014[1] so this is the wrong dependency, and image.bbclass depends on the virtual provider virtual/update-alternatives-native already. [1] oe-core 1e2c38ce13f8e4b25d8656d237343380cbc970aa (From OE-Core rev: 49be8045a6595cb98413519d2e65e94345f026c1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 51004376be9a6b9a4c38585d14d2516d90138319) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
1b61d1fedb
commit
17926c24f2
@@ -20,11 +20,9 @@ IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf"
|
||||
# Dnf is python based, so be sure python3-native is available to us.
|
||||
EXTRANATIVEPATH += "python3-native"
|
||||
|
||||
# opkg is needed for update-alternatives
|
||||
RPMROOTFSDEPENDS = "rpm-native:do_populate_sysroot \
|
||||
dnf-native:do_populate_sysroot \
|
||||
createrepo-c-native:do_populate_sysroot \
|
||||
opkg-native:do_populate_sysroot"
|
||||
createrepo-c-native:do_populate_sysroot"
|
||||
|
||||
do_rootfs[depends] += "${RPMROOTFSDEPENDS}"
|
||||
do_populate_sdk[depends] += "${RPMROOTFSDEPENDS}"
|
||||
|
||||
Reference in New Issue
Block a user