From 9c8d9781794ed0886a79c8ce4544ba98be0ff858 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 17 Jan 2014 11:41:06 +0000 Subject: opkg-utils: Remove strange PACKAGES native override This code makes no sense, native.bbclass clears PACKAGES anyway. Drop it. Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 --- 1 file changed, 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" -- cgit 1.2.3-korg