summaryrefslogtreecommitdiff
path: root/strata/core.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-23 17:36:18 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-12-04 11:49:55 +0000
commit6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd (patch)
treeffcad27bfa7d4bc7470ce8683caff92a28f03843 /strata/core.morph
parent028a6c319204755de025e2ac4523d383bfc75a48 (diff)
downloaddefinitions-6a9f3738dae2818a2e8ebbec7fd6a82231d3b9fd.tar.gz
Fix elements where we can't run autoreconf
BuildStream changed its defaults in be08caa06d6b8ba780aa so that autoreconf always runs. A few components need fixing as a result, mostly those which were not correctly depending on autotools
Diffstat (limited to 'strata/core.morph')
-rw-r--r--strata/core.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 24f892c0..2d2c0253 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -80,6 +80,10 @@ chunks:
ref: 670c2bbcffe873a2b8589ed140c12e7923ef20c0
unpetrify-ref: file-5.22
build-system: autotools
+ build-depends:
+ - autoconf
+ - automake
+ - libtool-tarball
- name: libexpat
morph: strata/core/libexpat.morph
repo: upstream:libexpat
@@ -124,6 +128,10 @@ chunks:
ref: 24adc227bc29cd17e39df097fbca389c7724cd14
unpetrify-ref: sqlite-autoconf-3080801
build-system: autotools
+ build-depends:
+ - autoconf
+ - automake
+ - libtool-tarball
- name: python3
morph: strata/core/python3.morph
repo: upstream:cpython
@@ -457,6 +465,8 @@ chunks:
unpetrify-ref: baserock/morph
build-system: autotools
build-depends:
+ - autoconf
+ - automake
- perl
- flex
- texinfo-tarball