From 490f87c9ccc4046caeb3ab41a067a9a5ad3ad95c Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 2 Jul 2015 09:50:57 +0000 Subject: Upgrade perl to v5.22 Change-Id: I309f2ee3d9ff0569907c51ee9984b365b31cdbf5 --- strata/lorry/swig-tarball.morph | 7 ------- strata/lorry/swig.morph | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 strata/lorry/swig-tarball.morph create mode 100644 strata/lorry/swig.morph (limited to 'strata/lorry') diff --git a/strata/lorry/swig-tarball.morph b/strata/lorry/swig-tarball.morph deleted file mode 100644 index 7d16d85b..00000000 --- a/strata/lorry/swig-tarball.morph +++ /dev/null @@ -1,7 +0,0 @@ -name: swig-tarball -kind: chunk -build-system: autotools -pre-configure-commands: -- ./autogen.sh -configure-commands: -- ./configure --prefix="$PREFIX" --disable-ccache diff --git a/strata/lorry/swig.morph b/strata/lorry/swig.morph new file mode 100644 index 00000000..8a7d51b6 --- /dev/null +++ b/strata/lorry/swig.morph @@ -0,0 +1,7 @@ +name: swig +kind: chunk +build-system: autotools +pre-configure-commands: +- ./autogen.sh +configure-commands: +- ./configure --prefix="$PREFIX" --disable-ccache -- cgit v1.2.1