chroot-gcc: use CHROOT_READY for bootstrap pkgs.

This commit is contained in:
Juan RP 2013-10-23 10:35:03 +02:00
parent f0246d3cc5
commit 1b3bc0c968

View file

@ -27,10 +27,7 @@ checksum="
create_wrksrc=yes
bootstrap=yes
if [ -z "$CROSS_BUILD" ]; then
makedepends="chroot-binutils>=2.22.52.0.4"
fi
if [ -n "$IN_CHROOT" ]; then
if [ "$CHROOT_READY" ]; then
hostmakedepends+=" perl flex"
fi