busybox: enable CONFIG_FEATURE_AWK_LIBM by default
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 17 Jul 2014 05:53:09 +0000 (13:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 23:09:01 +0000 (00:09 +0100)
commit1c3e25b0c24c50ad3aac4d2684e53161e5956126
tree85c06c78424758083dc4477f2acd262db999e750
parent948d6f8e4108c1890ed78c368a41c724669e0f73
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@qemuarm:~# tzselect -c +4852+00220
awk: cmd. line:39: Math support is not compiled in
...

[YOCTO #6544]

(From OE-Core rev: 52a3df6a57c22df9da5ce05134395cf0756c63c6)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/defconfig