]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-utils: Remove strange PACKAGES native override
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 11:41:06 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 11:47:15 +0000 (11:47 +0000)
This code makes no sense, native.bbclass clears PACKAGES anyway. Drop
it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb

index 6a3cf550efa56b6fe81addc414b7db3748a8cb67..80efa8f0b175317e433fb4ad20e62cdd25fb8946 100644 (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"