summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-09 11:53:31 +0000
committerJavier Jardón <jjardon@gnome.org>2016-03-09 11:54:25 +0000
commitfdb8ee8bca04ca04b57433af6a445ea8d304257b (patch)
tree3467dccebbc4ece54338e9e61c2f76dbbfc73a26
parent75cbcbe0ab505b13efefbf93dbc1f6f57f24c427 (diff)
downloaddefinitions-fdb8ee8bca04ca04b57433af6a445ea8d304257b.tar.gz
strata/core: no need to run bootstrap in a separate step
This is already done in DEFAULT 'configure-commands' Change-Id: I43b29165a42c9951c17647dbba935135dae6f633
-rw-r--r--strata/core.morph2
-rw-r--r--strata/core/libtool.morph5
2 files changed, 1 insertions, 6 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 9553fec1..b025e579 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -220,10 +220,10 @@ chunks:
- gettext-tarball
- libtool-tarball
- name: libtool
- morph: strata/core/libtool.morph
repo: upstream:libtool
ref: 5e11a17c39a2a976a09c33a568431a9f7ad00d48
unpetrify-ref: baserock/v2.4.6
+ build-system: autotools
build-depends:
- autoconf
- automake
diff --git a/strata/core/libtool.morph b/strata/core/libtool.morph
deleted file mode 100644
index 04263ac9..00000000
--- a/strata/core/libtool.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: libtool
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./bootstrap