mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 12:06:15 +00: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:
parent
e612e83012
commit
f3dbfbf3ad
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user