Skip to content
Snippets Groups Projects
Commit 098a0216 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: do not add busybox as dep to busybox itself

parent 8069f0b1
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ size = $size
EOF
local i deps
deps="$depends"
if [ -n "$install" ] && head -n 1 "$srcdir/$install" | grep '^#' >/dev/null && ! depends_has busybox ; then
if [ -n "$install" ] && head -n 1 "$srcdir/$install" | grep '^#' >/dev/null && ! depends_has busybox && [ "$pkgname" != "busybox" ]; then
msg "Adding busybox to depends since we have an install script"
deps="$deps busybox"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment