From 5038ed0365b6bf009759225b539ba960b378cd2e Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 26 Jun 2015 12:41:10 +0100 Subject: Rename lzo-wrt chunk as lzo --- strata/cpe-wrt.morph | 6 +++--- strata/cpe-wrt/lzo-wrt.morph | 5 ----- strata/cpe-wrt/lzo.morph | 5 +++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 strata/cpe-wrt/lzo-wrt.morph create mode 100644 strata/cpe-wrt/lzo.morph diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph index 226fe456..ec7ac1b8 100644 --- a/strata/cpe-wrt.morph +++ b/strata/cpe-wrt.morph @@ -4,8 +4,8 @@ description: a CPE router strata based on OpenWrt build-depends: - morph: strata/core-wrt.morph chunks: -- name: lzo-wrt - morph: strata/cpe-wrt/lzo-wrt.morph +- name: lzo + morph: strata/cpe-wrt/lzo.morph repo: upstream:lzo ref: 5cca83e4d1b0be5825a597ab24ffa6126dc0bc95 unpetrify-ref: lzo-2.08 @@ -147,7 +147,7 @@ chunks: ref: 2c9a471870179fddc51ef5eccce2d02ee255dcf6 unpetrify-ref: baserock/1.5.1-openwrt build-depends: - - lzo-wrt + - lzo - name: procd morph: strata/cpe-wrt/procd.morph repo: upstream:openwrt/procd diff --git a/strata/cpe-wrt/lzo-wrt.morph b/strata/cpe-wrt/lzo-wrt.morph deleted file mode 100644 index f12b00a8..00000000 --- a/strata/cpe-wrt/lzo-wrt.morph +++ /dev/null @@ -1,5 +0,0 @@ -name: lzo-wrt -kind: chunk -build-system: autotools -configure-commands: -- ./configure --enable-shared=yes --prefix="$PREFIX" diff --git a/strata/cpe-wrt/lzo.morph b/strata/cpe-wrt/lzo.morph new file mode 100644 index 00000000..a1a7bbc7 --- /dev/null +++ b/strata/cpe-wrt/lzo.morph @@ -0,0 +1,5 @@ +name: lzo +kind: chunk +build-system: autotools +configure-commands: +- ./configure --enable-shared=yes --prefix="$PREFIX" -- cgit v1.2.1