summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2018-07-18 16:27:29 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2018-07-25 10:39:46 +0100
commita9cf24a5482bc17da2432749d7ad1a1315993f3b (patch)
treee4d17d4f95c814aff666a359298b44937130f257
parent40918e6ada4fb9a9322b3807314a96b32d6bd9f8 (diff)
downloaddefinitions-a9cf24a5482bc17da2432749d7ad1a1315993f3b.tar.gz
Remove awk since we have gawk
-rw-r--r--elements/gnu-toolchain/busybox.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/elements/gnu-toolchain/busybox.bst b/elements/gnu-toolchain/busybox.bst
index c8fc9229..92482c06 100644
--- a/elements/gnu-toolchain/busybox.bst
+++ b/elements/gnu-toolchain/busybox.bst
@@ -28,8 +28,8 @@ config:
# 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
+ # We have GAWK, so we disable AWK
+ - 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