summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.3.bb
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2012-03-01 10:41:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-01 23:16:43 +0000
commit6b6aa170d5c618cfcd016dd1de926db647f7f932 (patch)
tree695fbb58d7c8917cc8f4a73aeec71b5ba33e237f /meta/recipes-core/busybox/busybox_1.19.3.bb
parent8b07ab0cead787fda4e5ab5fd7928404877bc6dc (diff)
downloadpoky-6b6aa170d5c618cfcd016dd1de926db647f7f932.tar.gz
busybox: Restore 'date' compatability
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. (From OE-Core rev: 5506cc481b7afd9a30af53e8966bcbe2ff67b6d0) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.19.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb
index 45e284f1e1..49ac859143 100644
--- a/meta/recipes-core/busybox/busybox_1.19.3.bb
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -1,5 +1,5 @@
1require busybox.inc 1require busybox.inc
2PR = "r4" 2PR = "r5"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \ 5 file://udhcpscript.patch \