From 3f6021e8b444e9b8f7aae0c564bef1d3c9634198 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 21 Feb 2019 10:32:31 +0200 Subject: busybox: enable CONFIG_FLOAT_DURATION The 1.29.3 -> 1.30.1 upgrade lost support for sleep with float values (e.g. "sleep 0.1") since this replacement for CONFIG_FEATURE_FLOAT_SLEEP (enabled in thud) was missing. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/busybox') diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index a209eea5a1..493db28e86 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -83,7 +83,7 @@ CONFIG_NO_DEBUG_LIB=y # Library Tuning # # CONFIG_FEATURE_USE_BSS_TAIL is not set -# CONFIG_FLOAT_DURATION is not set +CONFIG_FLOAT_DURATION=y CONFIG_FEATURE_RTMINMAX=y # CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS is not set CONFIG_FEATURE_BUFFERS_USE_MALLOC=y -- cgit 1.2.3-korg