diff options
Diffstat (limited to 'meta/recipes-devtools')
-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" |