diff options
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 |
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 | ||
47 | pkg_postrm_update-alternatives-opkg() { | 47 | pkg_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 | ||
52 | BBCLASSEXTEND = "native nativesdk" | 52 | BBCLASSEXTEND = "native nativesdk" |