summaryrefslogtreecommitdiff
path: root/strata/build-essential.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-28 16:26:11 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-04 12:23:23 +0000
commit4e5312a4de66da2db2e721fa837c37387107ddb2 (patch)
tree1b16cb13d0526ee0a9838e4aab7eac3de0686dc8 /strata/build-essential.morph
parent699cbf3aadfc2329166c843835760ab9725be956 (diff)
downloaddefinitions-4e5312a4de66da2db2e721fa837c37387107ddb2.tar.gz
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.
Diffstat (limited to 'strata/build-essential.morph')
-rw-r--r--strata/build-essential.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index ecd77b12..6935968d 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -120,6 +120,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
@@ -200,6 +209,7 @@ chunks:
build-depends:
- stage2-binutils
- stage2-busybox
+ - stage2-fake-bash
- stage2-eglibc
- stage2-fhs-dirs
- stage2-gawk