aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 11:41:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 11:47:15 +0000
commit9c8d9781794ed0886a79c8ce4544ba98be0ff858 (patch)
tree68afb877a87690eea4565df5b7480983ecff8f44 /meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
parent0c0039048fd97cdd3cf28f9e1c829a716dfd68ea (diff)
downloadopenembedded-core-contrib-9c8d9781794ed0886a79c8ce4544ba98be0ff858.tar.gz
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_git.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb3
1 files changed, 0 insertions, 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 6a3cf550ef..80efa8f0b1 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"