]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Restore 'date' compatability
authorGary Thomas <gary@mlbassoc.com>
Thu, 1 Mar 2012 17:41:38 +0000 (10:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2012 23:14:49 +0000 (23:14 +0000)
Restore CONFIG_FEATURE_DATE_COMPAT so that all versions of 'date',
whether from busybox or coreutils, agree on the format when
setting the date from the command line.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.19.3/defconfig
meta/recipes-core/busybox/busybox_1.19.3.bb

index ca4967142df2496edbd7739190f9f91a589f6e61..372d7b5a3a01891255ecad4249beac69e3d8ecd8 100644 (file)
@@ -172,7 +172,7 @@ CONFIG_CAT=y
 CONFIG_DATE=y
 # CONFIG_FEATURE_DATE_ISOFMT is not set
 # CONFIG_FEATURE_DATE_NANO is not set
-# CONFIG_FEATURE_DATE_COMPAT is not set
+CONFIG_FEATURE_DATE_COMPAT=y
 CONFIG_ID=y
 CONFIG_GROUPS=y
 CONFIG_TEST=y
index 45e284f1e1e5f881ee97204f0acfbb93b12572bd..49ac85914357578e507e1739bce298abf7139842 100644 (file)
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://udhcpscript.patch \