From 4bffe89fecc6a7b937c60bc24925913fef9d8e78 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 19 Jan 2015 11:35:55 +0000 Subject: Fix incorrect dependency in build-essential If the BUILD system is unable to directly run TARGET binaries then it fails during the preparation of stage2-fake-bash because it incorrectly build-depends on stage2-busybox. --- strata/build-essential.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/strata/build-essential.morph b/strata/build-essential.morph index d7b86648..b6f3ae6a 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -126,8 +126,7 @@ chunks: repo: upstream:bash ref: 3590145af6f1c9fa321dff231f69ae696e7e740b unpetrify-ref: baserock/bash-4.3-patch-27 - build-depends: - - stage2-busybox + build-depends: [] build-mode: bootstrap prefix: /tools - name: stage2-fhs-dirs -- cgit v1.2.1