diff options
Diffstat (limited to 'recipes/iqnotes')
-rw-r--r-- | recipes/iqnotes/iqnotes_2.0.2.bb | 4 | ||||
-rw-r--r-- | recipes/iqnotes/iqnotes_2.0.99-2.1.0rc1.bb | 2 |
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/" |