From fde5b66ff7577ed2e53d5eafe8f52c14103ab4ba Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 18 Mar 2014 15:17:54 -0400 Subject: bootstrap-stage1-test.sh: Don't install cross pkg. Cross build-essential packages are currently uninstallable due to the lack of cross gcc packages. --- (limited to 'bootstrap-stage1-test.sh') diff --git a/bootstrap-stage1-test.sh b/bootstrap-stage1-test.sh index 7f100c6..543fcd5 100755 --- a/bootstrap-stage1-test.sh +++ b/bootstrap-stage1-test.sh @@ -74,6 +74,11 @@ test_packages() for opk in ../pkg/*_${ARCH}_${PLAT}.opk ../pkg/*_${ARCH}_all.opk \ ../pkg/*_all_${PLAT}.opk ../pkg/*_all_all.opk; do [ -f "${opk}" ] || continue + case "${opk#../pkg/}" in + "build-essential-${ARCH}_"*) ;; + 'build-essential-common_'*) ;; + 'build-essential-'*) continue ;; + esac cp "${opk}" . done sudo chroot . sh -c 'opkg install /*.opk' -- cgit v0.9.1