aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quilt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-12 15:29:19 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-12 15:29:19 -0700
commit1f44f5cb6d9c105eec0ab780666e18fef38f7c27 (patch)
tree0a5edb78f23c27542b1965aad682354e5a4ea06f /recipes/quilt
parentd25de801a405ff7066064026efe432833d79d2d7 (diff)
downloadopenembedded-1f44f5cb6d9c105eec0ab780666e18fef38f7c27.tar.gz
quilt-native: Remove RDEPENDS on libtimedate-perl-native
* 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>
Diffstat (limited to 'recipes/quilt')
-rw-r--r--recipes/quilt/quilt-native.inc4
-rw-r--r--recipes/quilt/quilt-native_0.48.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc
index 282345422c..02f6c3bc56 100644
--- a/recipes/quilt/quilt-native.inc
+++ b/recipes/quilt/quilt-native.inc
@@ -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
diff --git a/recipes/quilt/quilt-native_0.48.bb b/recipes/quilt/quilt-native_0.48.bb
index c36d79ef82..e3e6cda23b 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="r1"
+PR="r2"
SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"