[oe-commits] James Limbouris : busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

git at git.openembedded.org git at git.openembedded.org
Wed Feb 29 12:55:14 UTC 2012


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

Author: James Limbouris <james at digitalmatter.com.au>
Date:   Wed Feb 29 14:56:30 2012 +0800

busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

Without 64 bit shell tests, the timestamp comparison in initscripts' bootmisc.sh throws 'out of range' errors.
With CONFIG_FEATURE_DATE_COMPAT, date reads the YYYYMMddhhmm string as hhmmYYYYMMdd when setting the time from the timestamp in bootmisc.sh.

Signed-off-by: James Limbouris <james at digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index fa9c078..ca49671 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -172,11 +172,11 @@ CONFIG_CAT=y
 CONFIG_DATE=y
 # CONFIG_FEATURE_DATE_ISOFMT is not set
 # CONFIG_FEATURE_DATE_NANO is not set
-CONFIG_FEATURE_DATE_COMPAT=y
+# CONFIG_FEATURE_DATE_COMPAT is not set
 CONFIG_ID=y
 CONFIG_GROUPS=y
 CONFIG_TEST=y
-# CONFIG_FEATURE_TEST_64 is not set
+CONFIG_FEATURE_TEST_64=y
 CONFIG_TOUCH=y
 CONFIG_TR=y
 CONFIG_FEATURE_TR_CLASSES=y





More information about the Openembedded-commits mailing list