[oe-commits] Hongxu Jia : busybox: enable CONFIG_FEATURE_AWK_LIBM by default

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 23:14:11 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 52a3df6a57c22df9da5ce05134395cf0756c63c6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=52a3df6a57c22df9da5ce05134395cf0756c63c6

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Thu Jul 17 13:53:09 2014 +0800

busybox: enable CONFIG_FEATURE_AWK_LIBM by default

It was required by tzselect which is provided by eglibc utils.
The eglibc is a fundamental package, so enable math functions
of awk is reasonable.

Here is the error if we not enable that:
...
root at qemuarm:~# tzselect -c +4852+00220
awk: cmd. line:39: Math support is not compiled in
...

[YOCTO #6544]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 47eca21..0107231 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -377,7 +377,7 @@ CONFIG_FEATURE_VI_WIN_RESIZE=y
 # CONFIG_FEATURE_VI_ASK_TERMINAL is not set
 CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
 CONFIG_AWK=y
-# CONFIG_FEATURE_AWK_LIBM is not set
+CONFIG_FEATURE_AWK_LIBM=y
 CONFIG_CMP=y
 CONFIG_DIFF=y
 # CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set



More information about the Openembedded-commits mailing list