Patchworkβ [oe,06/12] quilt: use builtin date routines

login
register
about
Submitter Bernhard Reutner-Fischer
Date 2010-02-08 21:14:27
Message ID <1265663673-16312-7-git-send-email-rep.dot.nop@gmail.com>
Download mbox | patch
Permalink /patch/1551/
State Applied, archived
Headers show

Comments

Bernhard Reutner-Fischer - 2010-02-08 21:14:27
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>
---
 recipes/quilt/quilt-native.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
Phil Blundell - 2010-02-09 11:06:24
On Mon, 2010-02-08 at 22:14 +0100, Bernhard Reutner-Fischer wrote:
> 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)

Thanks for the patch.  I checked this in.

p.

Patch

diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc
index f815969..cad1b74 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