From af7e3bddfb22b8044a76c63a490b7caab5ef4726 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 13 Mar 2015 10:18:17 +0200 Subject: busybox: xargs support for nul terminated input it's used by LTP tests: https://bugs.linaro.org/show_bug.cgi?id=1348 Change-Id: Ief0ec4cf1ae4c0bda40aa0e0573ef6c2724899bb Signed-off-by: Fathi Boudra --- meta-linaro-integration/recipes-core/busybox/files/linaro.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg index ff3a81fd..7bee69a2 100644 --- a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg +++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg @@ -4,3 +4,4 @@ CONFIG_SETSID=y CONFIG_HTTPD=y CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b -A 5 -T 3 -t 10" +CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y -- cgit v1.2.3