aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'targets/support/chroot-functions.sh')
-rw-r--r--targets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index af693e8c..a10c1fa2 100644
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -202,7 +202,7 @@ cleanup_stages() {
fi
case ${clst_target} in
stage3|system)
- run_merge --depclean --with-bdeps=n
+ run_merge --depclean --with-bdeps=y
;;
*)
echo "Skipping depclean operation for ${clst_target}"