diff options
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 |
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. | ||
44 | PACKAGES_remove = "${PN}-dev ${PN}-staticdev" | ||
45 | |||
42 | PACKAGES =+ "update-alternatives-opkg" | 46 | PACKAGES =+ "update-alternatives-opkg" |
43 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" | 47 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" |
44 | RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth" | 48 | RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth" |