From 0fdecbd3342899dfa788ea94cb6724db6ffd9aa6 Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Wed, 18 Mar 2015 15:34:46 +0000 Subject: Revert "strata/core.morph: bison doesnt depend on bash" This reverts commit c5240343053398d288cc500ff54379a3b0de5309. The original clean-up patch breaks the native build phase of cross-bootstrap on tested platforms - armv8l64, armv8b64, and x86_64. In the bootstrap environment, the native build of bison does rely on being run with bash rather than sh. Change-Id: Id8ed8793f8a179615a2f8733e867445cac544043 --- strata/core.morph | 1 + strata/core/bison.morph | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/strata/core.morph b/strata/core.morph index dce6b0ed..cae24f3f 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -199,6 +199,7 @@ chunks: build-depends: - autoconf-tarball - automake + - bash - flex - gettext-tarball - git diff --git a/strata/core/bison.morph b/strata/core/bison.morph index 5f50fe89..7c7fffd9 100644 --- a/strata/core/bison.morph +++ b/strata/core/bison.morph @@ -2,4 +2,4 @@ name: bison kind: chunk build-system: autotools pre-configure-commands: -- ./bootstrap --skip-po +- bash bootstrap --skip-po -- cgit v1.2.1