summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 094f4e75de..7b3b86e1dc 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -46,8 +46,8 @@ RREPLACES_update-alternatives-opkg = "update-alternatives-cworth"
46RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth" 46RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth"
47 47
48pkg_postrm_update-alternatives-opkg() { 48pkg_postrm_update-alternatives-opkg() {
49 rm -rf $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg/alternatives 49 rm -rf $D${nonarch_libdir}/opkg/alternatives
50 rmdir $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg || true 50 rmdir $D${nonarch_libdir}/opkg || true
51} 51}
52 52
53BBCLASSEXTEND = "native nativesdk" 53BBCLASSEXTEND = "native nativesdk"