build-style cmake: depend only if $CHROOT_READY
This commit is contained in:
parent
7288a46980
commit
375a75dc07
|
@ -1 +1,5 @@
|
|||
hostmakedepends+=" cmake"
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
||||
hostmakedepends+=" cmake"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user