From: Khem Raj Date: Fri, 23 Jul 2010 06:03:55 +0000 (-0700) Subject: quilt-native: Dont configure with --without-date X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324341274d10e86794a750290e03ddcfeb0310a9;p=openembedded.git quilt-native: Dont configure with --without-date * 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 --- diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc index 02f6c3bc56..10d81835c3 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 --without-date" +EXTRA_OECONF = "--disable-nls" do_configure () { oe_runconf diff --git a/recipes/quilt/quilt-native_0.48.bb b/recipes/quilt/quilt-native_0.48.bb index 5b4449b2ac..b180e58b9b 100644 --- a/recipes/quilt/quilt-native_0.48.bb +++ b/recipes/quilt/quilt-native_0.48.bb @@ -1,6 +1,6 @@ require quilt-native.inc -PR="r3" +PR="r4" SRC_URI_append = "file://fix_new_GNU_patch_detection.patch"