diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-17 13:53:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-19 00:09:01 +0100 |
commit | 8673b60f2646ab7851122147417d4c1024c182d8 (patch) | |
tree | d45d000e4ca541e7759a43774475e7fdf7c208db | |
parent | c9a16c563e2452f7ef068e4bd504e7baedb830f0 (diff) | |
download | poky-8673b60f2646ab7851122147417d4c1024c182d8.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 47eca212db..0107231e56 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 | |||
377 | # CONFIG_FEATURE_VI_ASK_TERMINAL is not set | 377 | # CONFIG_FEATURE_VI_ASK_TERMINAL is not set |
378 | CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y | 378 | CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y |
379 | CONFIG_AWK=y | 379 | CONFIG_AWK=y |
380 | # CONFIG_FEATURE_AWK_LIBM is not set | 380 | CONFIG_FEATURE_AWK_LIBM=y |
381 | CONFIG_CMP=y | 381 | CONFIG_CMP=y |
382 | CONFIG_DIFF=y | 382 | CONFIG_DIFF=y |
383 | # CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set | 383 | # CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set |