From 908930edf5da55265c15b0454c92bd8eeab42d33 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 26 Jun 2015 14:50:03 +0100 Subject: Improve naming, use '-wrt' rather than '-musl' --- strata/bsp-openwrt/nasm-wrt.morph | 5 ----- strata/bsp-openwrt/nasm.morph | 5 +++++ strata/bsp-openwrt/syslinux-wrt.morph | 12 ------------ strata/bsp-openwrt/syslinux.morph | 12 ++++++++++++ 4 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 strata/bsp-openwrt/nasm-wrt.morph create mode 100644 strata/bsp-openwrt/nasm.morph delete mode 100644 strata/bsp-openwrt/syslinux-wrt.morph create mode 100644 strata/bsp-openwrt/syslinux.morph (limited to 'strata/bsp-openwrt') diff --git a/strata/bsp-openwrt/nasm-wrt.morph b/strata/bsp-openwrt/nasm-wrt.morph deleted file mode 100644 index f7b92066..00000000 --- a/strata/bsp-openwrt/nasm-wrt.morph +++ /dev/null @@ -1,5 +0,0 @@ -name: nasm-wrt -kind: chunk -build-system: autotools -install-commands: -- make INSTALLROOT="$DESTDIR" install diff --git a/strata/bsp-openwrt/nasm.morph b/strata/bsp-openwrt/nasm.morph new file mode 100644 index 00000000..0ab1a629 --- /dev/null +++ b/strata/bsp-openwrt/nasm.morph @@ -0,0 +1,5 @@ +name: nasm +kind: chunk +build-system: autotools +install-commands: +- make INSTALLROOT="$DESTDIR" install diff --git a/strata/bsp-openwrt/syslinux-wrt.morph b/strata/bsp-openwrt/syslinux-wrt.morph deleted file mode 100644 index 18539f28..00000000 --- a/strata/bsp-openwrt/syslinux-wrt.morph +++ /dev/null @@ -1,12 +0,0 @@ -name: syslinux-wrt -kind: chunk -products: -- artifact: syslinux-devel - include: - - (usr/)?share/syslinux/com32.* -build-commands: -- make clean -- make NO_WERROR=1 -- make NO_WERROR=1 installer -install-commands: -- make INSTALLROOT="$DESTDIR" install diff --git a/strata/bsp-openwrt/syslinux.morph b/strata/bsp-openwrt/syslinux.morph new file mode 100644 index 00000000..4570865b --- /dev/null +++ b/strata/bsp-openwrt/syslinux.morph @@ -0,0 +1,12 @@ +name: syslinux +kind: chunk +products: +- artifact: syslinux-devel + include: + - (usr/)?share/syslinux/com32.* +build-commands: +- make clean +- make NO_WERROR=1 +- make NO_WERROR=1 installer +install-commands: +- make INSTALLROOT="$DESTDIR" install -- cgit v1.2.1