mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
opkg-utils: Remove strange PACKAGES native override
This code makes no sense, native.bbclass clears PACKAGES anyway. Drop it. (From OE-Core rev: 9c8d9781794ed0886a79c8ce4544ba98be0ff858) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -26,9 +26,6 @@ do_install() {
|
||||
oe_runmake PREFIX=${prefix} DESTDIR=${D} install
|
||||
}
|
||||
|
||||
# Avoid circular dependencies from package_ipk.bbclass
|
||||
PACKAGES_class-native = ""
|
||||
|
||||
PACKAGES =+ "update-alternatives-opkg"
|
||||
FILES_update-alternatives-opkg = "${bindir}/update-alternatives"
|
||||
RPROVIDES_update-alternatives-opkg = "update-alternatives"
|
||||
|
||||
Reference in New Issue
Block a user