diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-23 13:51:04 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-23 13:51:04 +0000 |
commit | dbcf075f21c0bb8581f29ac5ee8d5b64666216fb (patch) | |
tree | b7dd1d89f1a09d86ae2c320b2153db5fb2fe94a1 /packages/iqnotes | |
parent | 9c0aa87a7be970038903162845f288256ad4a0ef (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/23 14:39:29+01:00 local!hrw
fixed qt/e 2.3.10 font bug
BKrev: 421c8a48SFDeDofDazzYqPmtxxdC6A
Diffstat (limited to 'packages/iqnotes')
-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 |