summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-23 10:16:47 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:38 +0000
commit02d6b4f3a6e6112fbedbeabe8171026aeded4039 (patch)
treed58d719df1e5b3fc0149d9abc4ceb4fa52d16f37
parent9536e332f626f3326f74e723269a1bf5e28229e0 (diff)
downloadbusybox-02d6b4f3a6e6112fbedbeabe8171026aeded4039.tar.gz
busybox.morph: disable patch
Patch is mostly used for applying patches to source code. Busybox's patch is insufficient for pkg-config so it is probably not suitable for development work anyway. It is also unlikely that patch will be needed in foundation, so it may as well be removed and use the usual patch command.
-rw-r--r--busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index 4508a1ed3..bfac3b4a5 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -12,6 +12,7 @@
"sed -e 's/.*FEATURE_MOUNT_CIFS=.*/# CONFIG_FEATURE_MOUNT_CIFS is not set/' -i .config",
"sed -e 's|.*UDHCPC_DEFAULT_SCRIPT=.*|CONFIG_UDHCPC_DEFAULT_SCRIPT=\"'\"$PREFIX\"/share/udhcpc/default.script'\"|' -i .config",
"[ \"$PREFIX\" = /usr ] || sed -e 's/.*INSTALL_NO_USR.*/CONFIG_INSTALL_NO_USR=y/' -i .config",
+ "sed -e 's/.*CONFIG_PATCH.*/# CONFIG_PATCH is not set/' -i .config",
"sed -e 's/.*CONFIG_AWK=.*/# CONFIG_AWK is not set/' -i .config"
],
"build-commands": [