quilt-native: Dont configure with --without-date
authorKhem Raj <raj.khem@gmail.com>
Fri, 23 Jul 2010 06:03:55 +0000 (23:03 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 23 Jul 2010 21:28:12 +0000 (14:28 -0700)
* This ends up quilt installing its little perl
  handler for date which does not understand -r
  option used in quilt refresh

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/quilt/quilt-native.inc
recipes/quilt/quilt-native_0.48.bb

index 02f6c3b..10d8183 100644 (file)
@@ -9,7 +9,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1"
 inherit autotools native
 
 PATCHTOOL = "patch"
-EXTRA_OECONF = "--disable-nls --without-date"
+EXTRA_OECONF = "--disable-nls"
 
 do_configure () {
        oe_runconf
index 5b4449b..b180e58 100644 (file)
@@ -1,6 +1,6 @@
 require quilt-native.inc
 
-PR="r3"
+PR="r4"
 
 SRC_URI_append = "file://fix_new_GNU_patch_detection.patch"