[oe-commits] Richard Purdie : opkg-utils: Remove strange PACKAGES native override

git at git.openembedded.org git at git.openembedded.org
Sun Jan 19 16:40:40 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 9c8d9781794ed0886a79c8ce4544ba98be0ff858
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9c8d9781794ed0886a79c8ce4544ba98be0ff858

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jan 17 11:41:06 2014 +0000

opkg-utils: Remove strange PACKAGES native override

This code makes no sense, native.bbclass clears PACKAGES anyway. Drop
it.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 6a3cf55..80efa8f 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -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"



More information about the Openembedded-commits mailing list