summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-09 19:32:09 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-20 20:21:20 +0900
commit5aad3128a4e838026581f7498369328f1b901f08 (patch)
tree384e900c29c09bfbcc0e8a77ff64ac82688ea903
parent7bf1a1e0acf60e487fd435cc89508d98179f6dcb (diff)
downloaddefinitions-5aad3128a4e838026581f7498369328f1b901f08.tar.gz
Removing libtool.morph from core stratum
With recent versions of definitions, since commit 2708be3df0ecafc70046212c627ede87bd3e6487 ./bootstrap is run twice redundantly, there is no need anymore for the explicit ./bootstrap in the pre-configure-commands, removed.
-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 33010335..5c481215 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