summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 2460a26324..06710b596b 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -39,6 +39,10 @@ do_install_append_class-target() {
39 fi 39 fi
40} 40}
41 41
42# These are empty and will pull python3-dev into images where it wouldn't
43# have been otherwise, so don't generate them.
44PACKAGES_remove = "${PN}-dev ${PN}-staticdev"
45
42PACKAGES =+ "update-alternatives-opkg" 46PACKAGES =+ "update-alternatives-opkg"
43FILES_update-alternatives-opkg = "${bindir}/update-alternatives" 47FILES_update-alternatives-opkg = "${bindir}/update-alternatives"
44RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth" 48RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth"