[oe-commits] Andrei Gherzan : busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

git at git.openembedded.org git at git.openembedded.org
Thu Jan 19 11:39:47 UTC 2012


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

Author: Andrei Gherzan <andrei.gherzan at windriver.com>
Date:   Mon Jan  9 02:03:42 2012 +0200

busybox: defconfig modified in order to activate CONFIG_EXPR_MATH_SUPPORT_64

Enable 64-bit math support in the expr applet. This will make
the applet slightly larger, but will allow computation with very
large numbers.

[YOCTO #1767]

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>

---

 meta/recipes-core/busybox/busybox-1.19.3/defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index 1990f28..ebd751d 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -214,7 +214,7 @@ CONFIG_FEATURE_ENV_LONG_OPTIONS=y
 # CONFIG_EXPAND is not set
 # CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set
 CONFIG_EXPR=y
-# CONFIG_EXPR_MATH_SUPPORT_64 is not set
+CONFIG_EXPR_MATH_SUPPORT_64=y
 CONFIG_FALSE=y
 # CONFIG_FOLD is not set
 # CONFIG_FSYNC is not set





More information about the Openembedded-commits mailing list