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-19 16:32:11 +0000 |
| commit | f3dbfbf3ad5c0a6eefc58814f55b232c179b5fb3 (patch) | |
| tree | 3ec1ef00d0bd7642be02b77ebcaab966cb743a80 | |
| parent | e612e83012e5364d5cd260542f6eaa70acf04d96 (diff) | |
| download | poky-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>
| -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() { | |||
| 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 | ||
| 30 | PACKAGES_class-native = "" | ||
| 31 | |||
| 32 | PACKAGES =+ "update-alternatives-opkg" | 29 | PACKAGES =+ "update-alternatives-opkg" |
| 33 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" | 30 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" |
| 34 | RPROVIDES_update-alternatives-opkg = "update-alternatives" | 31 | RPROVIDES_update-alternatives-opkg = "update-alternatives" |
