From 5f26aa5bd0bfab78f3bfffa72a957663c254bdd9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 14:39:14 +0200 Subject: [PATCH] Correcting wrong bootstrap-qemu-exclude variable in defaults. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 800ffdced..90d3ac416 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -1309,7 +1309,7 @@ Check_defaults () LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES:-}" # Packages to exclude for the foreign/ports bootstrapping - LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_PORTS_BOOTSTRAP_EXCLUDE:-}" + LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_BOOTSTRAP_QEMU_EXCLUDE:-}" # Ports using foreign bootstrap need a working qemu-*-system. This is the location it LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"