From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/libmatthew/libmatthew_0.7.1.bb | 2 +- recipes/libmatthew/libmatthew_0.7.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/libmatthew') diff --git a/recipes/libmatthew/libmatthew_0.7.1.bb b/recipes/libmatthew/libmatthew_0.7.1.bb index 7c8951b0fc..266a0d4748 100644 --- a/recipes/libmatthew/libmatthew_0.7.1.bb +++ b/recipes/libmatthew/libmatthew_0.7.1.bb @@ -3,7 +3,7 @@ require libmatthew.inc PR = "r0" SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \ - file://Makefile-0.7.patch;apply=yes" + file://Makefile-0.7.patch" diff --git a/recipes/libmatthew/libmatthew_0.7.bb b/recipes/libmatthew/libmatthew_0.7.bb index 57e73431c1..03a7149042 100644 --- a/recipes/libmatthew/libmatthew_0.7.bb +++ b/recipes/libmatthew/libmatthew_0.7.bb @@ -3,7 +3,7 @@ require libmatthew.inc PR = "r1" SRC_URI = "http://www.matthew.ath.cx/projects/java/libmatthew-java-${PV}.tar.gz \ - file://Makefile-0.7.patch;apply=yes" + file://Makefile-0.7.patch" SRC_URI[md5sum] = "da052ee0f71b66e52c175c1f6626c596" SRC_URI[sha256sum] = "aaec468db4302bc7698c4168a261f8ea4dfdfd2bc69ff743c056c55cd6308a12" -- cgit 1.2.3-korg