From fdb8ee8bca04ca04b57433af6a445ea8d304257b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 9 Mar 2016 11:53:31 +0000 Subject: strata/core: no need to run bootstrap in a separate step This is already done in DEFAULT 'configure-commands' Change-Id: I43b29165a42c9951c17647dbba935135dae6f633 --- strata/core.morph | 2 +- strata/core/libtool.morph | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 strata/core/libtool.morph 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 -- cgit v1.2.1