summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core.morph5
-rw-r--r--strata/core/bison.morph3
2 files changed, 5 insertions, 3 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 6aa73f73..74ca0e6a 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -200,6 +200,9 @@ chunks:
build-depends:
- autoconf-tarball
- automake
+# Note: bison's version number must be set in bison's chunk morph,
+# so if you update bison be sure to also update the version number
+# in strata/core/bison.morph
- name: bison
morph: strata/core/bison.morph
repo: upstream:bison
@@ -208,10 +211,8 @@ chunks:
build-depends:
- autoconf-tarball
- automake
- - bash
- flex
- gettext-tarball
- - git
- help2man
- mini-utils
- name: gperf
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index 7c7fffd9..352f5fcf 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -2,4 +2,5 @@ name: bison
kind: chunk
build-system: autotools
pre-configure-commands:
-- bash bootstrap --skip-po
+- echo "3.0.2" > .tarball-version
+- sh bootstrap --skip-po --no-git --gnulib-srcdir=gnulib