From 708469fbfca637880430fb85dee4b381e764fca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 14 Sep 2016 12:18:43 +0100 Subject: Move gperf to autotools coreutils depends on it Change-Id: I5349f5a760020fabf2659378dc3413e9bd6537a0 --- strata/autotools.morph | 5 +++++ strata/autotools/gperf.morph | 3 +++ strata/core.morph | 5 ----- strata/core/gperf.morph | 3 --- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 strata/autotools/gperf.morph delete mode 100644 strata/core/gperf.morph diff --git a/strata/autotools.morph b/strata/autotools.morph index 02f10db1..c18278f4 100644 --- a/strata/autotools.morph +++ b/strata/autotools.morph @@ -269,3 +269,8 @@ chunks: - autoconf - automake - perl +- name: gperf + morph: strata/autotools/gperf.morph + repo: upstream:gperf + ref: 5094e4a539adf845111013f82c2c4fcaec637983 + unpetrify-ref: baserock/morph diff --git a/strata/autotools/gperf.morph b/strata/autotools/gperf.morph new file mode 100644 index 00000000..e4f598c5 --- /dev/null +++ b/strata/autotools/gperf.morph @@ -0,0 +1,3 @@ +name: gperf +kind: chunk +build-system: autotools diff --git a/strata/core.morph b/strata/core.morph index f6fc240a..9625f469 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -81,11 +81,6 @@ chunks: ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d unpetrify-ref: '0.22' build-system: python3-distutils -- name: gperf - morph: strata/core/gperf.morph - repo: upstream:gperf - ref: 5094e4a539adf845111013f82c2c4fcaec637983 - unpetrify-ref: baserock/morph - name: bc repo: upstream:bc-tarball ref: 0956d119432ff6a2e85bae1fa336df799cad70b0 diff --git a/strata/core/gperf.morph b/strata/core/gperf.morph deleted file mode 100644 index e4f598c5..00000000 --- a/strata/core/gperf.morph +++ /dev/null @@ -1,3 +0,0 @@ -name: gperf -kind: chunk -build-system: autotools -- cgit v1.2.1