diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 4 |
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" | |||
46 | RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth" | 46 | RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth" |
47 | 47 | ||
48 | pkg_postrm_update-alternatives-opkg() { | 48 | pkg_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 | ||
53 | BBCLASSEXTEND = "native nativesdk" | 53 | BBCLASSEXTEND = "native nativesdk" |