summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_git.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 80efa8f0b1..c2509c4da7 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -28,6 +28,8 @@ do_install() {
28 28
29PACKAGES =+ "update-alternatives-opkg" 29PACKAGES =+ "update-alternatives-opkg"
30FILES_update-alternatives-opkg = "${bindir}/update-alternatives" 30FILES_update-alternatives-opkg = "${bindir}/update-alternatives"
31RPROVIDES_update-alternatives-opkg = "update-alternatives" 31RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth"
32RREPLACES_update-alternatives-opkg = "update-alternatives-cworth"
33RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth"
32 34
33BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"