summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-17 11:38:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-18 08:53:10 +0100
commitdbe3319897248e233fe158b2d263d25610053caa (patch)
tree93fbc2e078f2205f865b536579059f9904c2bc7a /meta/recipes-core/busybox
parent0fd62ce4a5478b6d7608ca531d55f351afbf4e85 (diff)
downloadpoky-dbe3319897248e233fe158b2d263d25610053caa.tar.gz
busybox: enable 64 bit shell arithmetic (via long long type)
This matters on 32 bit systems where otherwise timestamp manipulation in shell scripts would overflow after 2038. One of the scripts in strace test suite exposed the issue. (From OE-Core rev: 8165c980338d4719004bf62644e0fe24ef309fe0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 3d36447c63..f3d545dc3f 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -1190,7 +1190,7 @@ CONFIG_ASH_CMDCMD=y
1190# Options common to all shells 1190# Options common to all shells
1191# 1191#
1192CONFIG_FEATURE_SH_MATH=y 1192CONFIG_FEATURE_SH_MATH=y
1193# CONFIG_FEATURE_SH_MATH_64 is not set 1193CONFIG_FEATURE_SH_MATH_64=y
1194CONFIG_FEATURE_SH_MATH_BASE=y 1194CONFIG_FEATURE_SH_MATH_BASE=y
1195CONFIG_FEATURE_SH_EXTRA_QUIET=y 1195CONFIG_FEATURE_SH_EXTRA_QUIET=y
1196# CONFIG_FEATURE_SH_STANDALONE is not set 1196# CONFIG_FEATURE_SH_STANDALONE is not set