Skip to content

Commit a49b019

Browse files
author
Thomas Genty
committed
uninstalldev & uninstall scripts : fix removing of packages
1 parent 834ec9c commit a49b019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/uninstalldev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ STAMP=$ROOT/$TOOLCHAIN/var/lib/opkg/info/$1.control
88

99
set_title "UNINSTALLDEV $1"
1010

11+
get_meta $1
12+
1113
$ROOT/$TOOLCHAIN/bin/opkg --force-removal-of-dependent-packages \
1214
--offline-root $ROOT/$TOOLCHAIN \
15+
--add-arch $HOST_ARCH:1 \
1316
remove $1 >&$VERBOSE_OUT

0 commit comments

Comments
 (0)