diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-17 11:41:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-17 11:47:15 +0000 |
commit | 9c8d9781794ed0886a79c8ce4544ba98be0ff858 (patch) | |
tree | 68afb877a87690eea4565df5b7480983ecff8f44 /meta/recipes-devtools/opkg-utils | |
parent | 0c0039048fd97cdd3cf28f9e1c829a716dfd68ea (diff) | |
download | openembedded-core-9c8d9781794ed0886a79c8ce4544ba98be0ff858.tar.gz openembedded-core-9c8d9781794ed0886a79c8ce4544ba98be0ff858.tar.bz2 openembedded-core-9c8d9781794ed0886a79c8ce4544ba98be0ff858.zip |
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')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 |
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" |