From 69a8ff0894bb1bbc66268f73a7358b748e6e493f Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 28 Oct 2014 16:26:11 +0000 Subject: Add fake-bash before eglibc --- strata/build-essential.morph | 8 ++++++++ strata/build-essential/fake-bash.morph | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 strata/build-essential/fake-bash.morph diff --git a/strata/build-essential.morph b/strata/build-essential.morph index ecd77b12..f9a51e09 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -192,6 +192,13 @@ chunks: - stage2-linux-api-headers - stage2-make - stage2-reset-specs +- name: fake-bash + morph: strata/build-essential/fake-bash.morph + repo: upstream:bash + ref: 3590145af6f1c9fa321dff231f69ae696e7e740b + unpetrify-ref: baserock/bash-4.3-patch-27 + build-depends: + - stage2-busybox - name: eglibc morph: strata/build-essential/eglibc.morph repo: upstream:eglibc2 @@ -208,6 +215,7 @@ chunks: - stage2-make - stage2-reset-specs - linux-api-headers + - fake-bash artifacts: eglibc-gconv: build-essential-runtime eglibc-libs: build-essential-minimal diff --git a/strata/build-essential/fake-bash.morph b/strata/build-essential/fake-bash.morph new file mode 100644 index 00000000..9e360f90 --- /dev/null +++ b/strata/build-essential/fake-bash.morph @@ -0,0 +1,4 @@ +name: fake-bash +kind: chunk +install-commands: +- printf '#!/bin/sh\nexec /bin/sh "$@"\n' | install -D /proc/self/fd/0 -m 755 "$DESTDIR$PREFIX/bin/bash" -- cgit v1.2.1