quilt-native: Remove RDEPENDS on libtimedate-perl-native
authorKhem Raj <raj.khem@gmail.com>
Mon, 12 Jul 2010 22:29:19 +0000 (15:29 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 12 Jul 2010 22:29:19 +0000 (15:29 -0700)
* quilt-native is build quite early. Its not sensible to depend
  on natve packages which inturn uses quilt to patch.

* Thanks to woglinge for finding it.

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

index 2823454..02f6c3b 100644 (file)
@@ -1,7 +1,7 @@
 require quilt.inc
 
 SRC_URI_append_build-darwin = "?   file://non-gnu.patch "
-RDEPENDS_${PN} = "libtimedate-perl-native diffstat-native patch-native bzip2-native util-linux-native"
+RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
 
 FILESPATHPKG =. quilt-${PV}
 INHIBIT_AUTOTOOLS_DEPS = "1"
@@ -9,7 +9,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1"
 inherit autotools native
 
 PATCHTOOL = "patch"
-EXTRA_OECONF = "--disable-nls"
+EXTRA_OECONF = "--disable-nls --without-date"
 
 do_configure () {
        oe_runconf
index c36d79e..e3e6cda 100644 (file)
@@ -1,6 +1,6 @@
 require quilt-native.inc
 
-PR="r1"
+PR="r2"
 
 SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
 SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"