diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-08 22:14:27 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-02-09 11:05:49 +0000 |
commit | 442b69fb344f51e000f73ffeb879c3e2dc571f30 (patch) | |
tree | 53cdc6b552ed5509a4d3bce7b3088ba205a87045 /recipes/quilt | |
parent | ba0ae8a88983338400c1a86497571ef68724f729 (diff) |
quilt: use builtin date routines
quilt tries to use an RFC822 date format which is obsoleted
by rfc2822 since 8 years now.
It has a builtin date handler, so use that and not the date
binary (which may only support rfc2822 by now, as busybox does)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'recipes/quilt')
-rw-r--r-- | recipes/quilt/quilt-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc index f815969344..cad1b745f3 100644 --- a/recipes/quilt/quilt-native.inc +++ b/recipes/quilt/quilt-native.inc @@ -9,7 +9,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1" inherit autotools native PATCHTOOL = "patch" -EXTRA_OECONF = "--disable-nls" +EXTRA_OECONF = "--disable-nls --without-date" do_configure () { oe_runconf |