summaryrefslogtreecommitdiffstats
path: root/meta
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-19 16:32:11 +0000
commitf3dbfbf3ad5c0a6eefc58814f55b232c179b5fb3 (patch)
tree3ec1ef00d0bd7642be02b77ebcaab966cb743a80 /meta
parente612e83012e5364d5cd260542f6eaa70acf04d96 (diff)
downloadpoky-f3dbfbf3ad5c0a6eefc58814f55b232c179b5fb3.tar.gz
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>
Diffstat (limited to 'meta')
-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() {
26 oe_runmake PREFIX=${prefix} DESTDIR=${D} install 26 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
27} 27}
28 28
29# Avoid circular dependencies from package_ipk.bbclass
30PACKAGES_class-native = ""
31
32PACKAGES =+ "update-alternatives-opkg" 29PACKAGES =+ "update-alternatives-opkg"
33FILES_update-alternatives-opkg = "${bindir}/update-alternatives" 30FILES_update-alternatives-opkg = "${bindir}/update-alternatives"
34RPROVIDES_update-alternatives-opkg = "update-alternatives" 31RPROVIDES_update-alternatives-opkg = "update-alternatives"