summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-05-22 08:37:16 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-22 08:37:16 +0100
commitfe5b430d6d56674d055b1d177322b2a6af364eb0 (patch)
tree502b57d8eea984e0a45a955e7e58c447b5827981
parent71773f0805b5cce413be2801efffe8869be33d13 (diff)
downloaddefinitions-fe5b430d6d56674d055b1d177322b2a6af364eb0.tar.gz
Include busybox awk
-rw-r--r--strata/build-essential/busybox.morph3
1 files changed, 0 insertions, 3 deletions
diff --git a/strata/build-essential/busybox.morph b/strata/build-essential/busybox.morph
index 2a5baf03..3ec196ca 100644
--- a/strata/build-essential/busybox.morph
+++ b/strata/build-essential/busybox.morph
@@ -11,9 +11,6 @@ configure-commands:
# Avoid dividing applets between $PREFIX/[s]bin and $PREFIX/usr/[s]bin.
- '[ "$PREFIX" = /usr ] || sed -e ''s/.*INSTALL_NO_USR.*/CONFIG_INSTALL_NO_USR=y/'' -i .config'
-# We have GAWK, but in GENIVI baseline we want to get rid of it
-- sed -e 's/CONFIG_AWK=y.*/# CONFIG_AWK is not set/' -i .config
-
# Depends on stuff that was removed since eglibc 2.14.
- sed -e 's/CONFIG_INETD=y.*/# CONFIG_INETD is not set/' -i .config