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.bb2
1 files changed, 1 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 7b01bfc346..4f90bcd13a 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -46,7 +46,7 @@ RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth"
46 46
47pkg_postrm_update-alternatives-opkg() { 47pkg_postrm_update-alternatives-opkg() {
48 rm -rf $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg/alternatives 48 rm -rf $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg/alternatives
49 rmdir --ignore-fail-on-non-empty $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg 49 rmdir $OPKG_OFFLINE_ROOT${nonarch_libdir}/opkg || true
50} 50}
51 51
52BBCLASSEXTEND = "native nativesdk" 52BBCLASSEXTEND = "native nativesdk"