summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKejia Hu (Terry) <kejia.hu@codethink.co.uk>2015-03-23 16:33:25 +0000
committerEdward Cragg <edward.cragg@codethink.co.uk>2015-03-24 13:41:15 +0000
commit8c8747bdd77f1c097e71a989e6af18db49e71cec (patch)
tree34ad6ed0a27dbb933db90e2a940c2b27cb23131a
parentc52af5da2635e1c168e13f245509ad2986f5604f (diff)
downloaddefinitions-8c8747bdd77f1c097e71a989e6af18db49e71cec.tar.gz
Fix the stage 2 gawk build failure
According to Richard Maw's comments on #baserock, the upstream gawk was broken, and we should use 4.1 stable instead Change-Id: Ifce17b2c90d80e0f1c76ac2bbc145aece74e8dd1
-rw-r--r--strata/build-essential.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 0758fee8..a4758a7f 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -163,8 +163,8 @@ chunks:
- name: stage2-gawk
morph: strata/build-essential/stage2-gawk.morph
repo: upstream:gawk
- ref: dc5af665700d9b04fdf9c18930526d28eef5d5d9
- unpetrify-ref: gawk-4.1.1
+ ref: 925f9363c4b0a5bb9375298afcdcf404efb32587
+ unpetrify-ref: gawk-4.1-stable
build-depends:
- stage1-binutils
- stage1-gcc