diff options
-rw-r--r-- | packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch | 0 | ||||
-rw-r--r-- | packages/iqnotes/iqnotes_2.0.2.bb | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch b/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/iqnotes/iqnotes-2.0.2/qt2310-fontbug.patch diff --git a/packages/iqnotes/iqnotes_2.0.2.bb b/packages/iqnotes/iqnotes_2.0.2.bb index d8245f5f23..a1c77896c4 100644 --- a/packages/iqnotes/iqnotes_2.0.2.bb +++ b/packages/iqnotes/iqnotes_2.0.2.bb @@ -8,10 +8,12 @@ LICENSE = "GPL" DEPENDS = "virtual/libqpe" HOMEPAGE = "http://iqnotes.kybu.org" AUTHOR = "Peter Vrabel <kybu@kybu.org>" -PR = "r2" +PR = "r3" SRC_URI = "http://www.vanille.de/mirror/iqnotes-2.0.2-src.tar.bz2 \ - file://md5.diff;patch=1" + file://md5.diff;patch=1 \ + file://qt2310-fontbug.patch;patch=1" + S = "${WORKDIR}/iqnotes/iqnotes" inherit palmtop |