summaryrefslogtreecommitdiff
path: root/strata/coreutils-common
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-06-26 14:50:03 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-26 14:50:03 +0100
commit908930edf5da55265c15b0454c92bd8eeab42d33 (patch)
treeeb124b4cc64010c78efebc553a234b1e38094407 /strata/coreutils-common
parent5038ed0365b6bf009759225b539ba960b378cd2e (diff)
downloaddefinitions-baserock/rdale/openwrt.tar.gz
Improve naming, use '-wrt' rather than '-musl'baserock/rdale/openwrt
Diffstat (limited to 'strata/coreutils-common')
-rw-r--r--strata/coreutils-common/coreutils-musl.morph17
-rw-r--r--strata/coreutils-common/diff-musl.morph11
-rw-r--r--strata/coreutils-common/sed-musl.morph16
3 files changed, 0 insertions, 44 deletions
diff --git a/strata/coreutils-common/coreutils-musl.morph b/strata/coreutils-common/coreutils-musl.morph
deleted file mode 100644
index 5f624650..00000000
--- a/strata/coreutils-common/coreutils-musl.morph
+++ /dev/null
@@ -1,17 +0,0 @@
-name: coreutils-musl
-kind: chunk
-build-system: autotools
-configure-commands:
-- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- sed -i -e '/^buildreq="/,/^"/{/gettext/d}' bootstrap.conf
-- bash bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
-- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
-build-commands:
-- make WERROR_CFLAGS=
-install-commands:
-- make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install
-# This hack is for supporting "fdatasync" argument in "dd" command
-# which busybox "dd" does not support.
-# This hack should dissappear when we merge /usr/bin and /bin.
-- mkdir -p "$DESTDIR"/bin/
-- ln -sf ../usr/bin/dd "$DESTDIR"/bin/
diff --git a/strata/coreutils-common/diff-musl.morph b/strata/coreutils-common/diff-musl.morph
deleted file mode 100644
index 1fc46dc2..00000000
--- a/strata/coreutils-common/diff-musl.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: diff
-kind: chunk
-build-system: autotools
-
-pre-configure-commands:
-- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- sed -i -e '/^buildreq="/,/^"/{/gettext/d}' bootstrap.conf
-- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
-
-configure-commands:
-- ./configure --prefix="$PREFIX" --disable-gcc-warnings --disable-nls
diff --git a/strata/coreutils-common/sed-musl.morph b/strata/coreutils-common/sed-musl.morph
deleted file mode 100644
index 8565b0cf..00000000
--- a/strata/coreutils-common/sed-musl.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: sed
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- sed -i -e '/^buildreq="/,/^"/{/gettext/d}' bootstrap.conf
-- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
-
-configure-commands:
-- ac_c_werror_flag=no ./configure --prefix="$PREFIX" --disable-gcc-warnings --disable-nls
-
-post-install-commands:
-# This hack is to use GNU sed instead the busybox one.
-# This will dissappear when we merge /usr/bin and /bin.
-- mkdir -p "$DESTDIR"/bin/
-- ln -sf ../usr/bin/sed "$DESTDIR"/bin/