[oe-commits] Khem Raj : quilt-native: Dont configure with --without-date

git version control git at git.openembedded.org
Fri Jul 23 06:07:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f798d01126088d9a784648045224bb3c3c05d4c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f798d01126088d9a784648045224bb3c3c05d4c0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jul 22 23:03:55 2010 -0700

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 at gmail.com>

---

 recipes/quilt/quilt-native.inc     |    2 +-
 recipes/quilt/quilt-native_0.48.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc
index 02f6c3b..10d8183 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 5b4449b..b180e58 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"
 





More information about the Openembedded-commits mailing list