From 3d4ee90374202dcd02cdd2770831ecfff77091b7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 28 Oct 2014 16:26:11 +0000 Subject: Add stage2-fake-bash before eglibc This change is to prepare the transition to glibc since the latter is going to need bash to build. --- strata/build-essential.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'strata/build-essential.morph') diff --git a/strata/build-essential.morph b/strata/build-essential.morph index a23aca93..35ceaed9 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -121,6 +121,15 @@ chunks: - stage2-eglibc build-mode: bootstrap prefix: /tools +- name: stage2-fake-bash + morph: strata/build-essential/stage2-fake-bash.morph + repo: upstream:bash + ref: 3590145af6f1c9fa321dff231f69ae696e7e740b + unpetrify-ref: baserock/bash-4.3-patch-27 + build-depends: + - stage2-busybox + build-mode: bootstrap + prefix: /tools - name: stage2-fhs-dirs morph: strata/build-essential/stage2-fhs-dirs.morph repo: baserock:baserock/fhs-dirs @@ -201,6 +210,7 @@ chunks: build-depends: - stage2-binutils - stage2-busybox + - stage2-fake-bash - stage2-eglibc - stage2-fhs-dirs - stage2-gawk -- cgit v1.2.1