repo: git.baserock.org:delta/busybox
branch: baserock/danielfirth/RT144
sha1: 067bbe408126a913dbd367d48ee3d33f56461ccf
Daniel Firth (1):
Added awk
busybox-devel.morph | 1 -
busybox.morph | 3 ---
2 files changed, 4 deletions(-)
--
1.8.1.2
Show replies by date
---
busybox-devel.morph | 1 -
busybox.morph | 3 ---
2 files changed, 4 deletions(-)
diff --git a/busybox-devel.morph b/busybox-devel.morph
index 8cbf6bd..f9e70e2 100644
--- a/busybox-devel.morph
+++ b/busybox-devel.morph
@@ -8,7 +8,6 @@
"sed -e
's/.*FEATURE_COMPRESS_USAGE=.*/CONFIG_FEATURE_COMPRESS_USAGE=y/' -i
.config",
"sed -e 's/.*FEATURE_PREFER_APPLETS=.*/# CONFIG_FEATURE_PREFER_APPLETS
is not set/' -i .config",
"sed -e 's/.*FEATURE_MOUNT_CIFS=.*/# CONFIG_FEATURE_MOUNT_CIFS is not
set/' -i .config",
- "sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i
.config",
"sed -e 's/.*CONFIG_PATCH=./# CONFIG_PATCH is not set/' -i
.config"
],
"build-commands": [
diff --git a/busybox.morph b/busybox.morph
index 033e9ce..73dfee2 100644
--- a/busybox.morph
+++ b/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
--
1.8.1.2
This is a no-op patch.
busybox-devel is not used and the gawk line is already commented out.
I would re-send this phrased as removing dud code, removing that commented
out code and removing busybox-devel.morph.