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:
Richard Purdie
2014-01-17 11:41:06 +00:00
parent e612e83012
commit f3dbfbf3ad

View File

@@ -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"