* [PATCH] opkg-utils: Remove strange PACKAGES native override
@ 2014-01-17 11:41 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-01-17 11:41 UTC (permalink / raw)
To: openembedded-core
This code makes no sense, native.bbclass clears PACKAGES anyway. Drop
it.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-17 11:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 11:41 [PATCH] opkg-utils: Remove strange PACKAGES native override Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox