diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-22 23:03:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-23 14:28:12 -0700 |
commit | 324341274d10e86794a750290e03ddcfeb0310a9 (patch) | |
tree | 11013dd5449b11baef33bd162198163c5005ddc8 /recipes/quilt/quilt-native.inc | |
parent | 797299e77105cd88ef440c6fc36a39325bb54688 (diff) |
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/quilt-native.inc')
-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 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 |