aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iqnotes
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/iqnotes
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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 <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/iqnotes')
-rw-r--r--recipes/iqnotes/iqnotes_2.0.2.bb4
-rw-r--r--recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/iqnotes/iqnotes_2.0.2.bb b/recipes/iqnotes/iqnotes_2.0.2.bb
index 36dec1c11b..95cf9ae16a 100644
--- a/recipes/iqnotes/iqnotes_2.0.2.bb
+++ b/recipes/iqnotes/iqnotes_2.0.2.bb
@@ -3,8 +3,8 @@ require iqnotes.inc
PR = "r5"
SRC_URI = "http://www.vanille.de/mirror/iqnotes-2.0.2-src.tar.bz2 \
- file://md5.diff;apply=yes \
- file://qt2310-fontbug.patch;apply=yes"
+ file://md5.diff \
+ file://qt2310-fontbug.patch"
SRC_URI[md5sum] = "9d9504055b37247ece87b31895eb2e5b"
SRC_URI[sha256sum] = "27badd5d9f3167443099c6b6cf66b05b9e32cc71f03d692cff474c2279c4f4cd"
diff --git a/recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb b/recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb
index 045e4e7c29..f4a7aead35 100644
--- a/recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb
+++ b/recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb
@@ -5,7 +5,7 @@ UPV = "2.1.0rc1"
PR = "r2"
SRC_URI = "http://download.berlios.de/iqnotes/iqnotes-${UPV}.tar.bz2 \
- file://pro.patch;apply=yes"
+ file://pro.patch"
S = "${WORKDIR}/iqnotes-${UPV}/iqnotes/"