aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-22 23:03:55 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-23 14:28:12 -0700
commit324341274d10e86794a750290e03ddcfeb0310a9 (patch)
tree11013dd5449b11baef33bd162198163c5005ddc8 /recipes/quilt
parent797299e77105cd88ef440c6fc36a39325bb54688 (diff)
downloadopenembedded-324341274d10e86794a750290e03ddcfeb0310a9.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes/quilt')
-rw-r--r--recipes/quilt/quilt-native.inc2
-rw-r--r--recipes/quilt/quilt-native_0.48.bb2
2 files changed, 2 insertions, 2 deletions
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"