diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 14:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 14:40:07 +0000 |
commit | 94e2841059a034199ca01e4fea29c06c70207722 (patch) | |
tree | 45d1fe89f5c4c1ec419e0eaf95d63eb44fb3407e /packages/qte | |
parent | d60950092d470359471ae17ca14ae9a783f9d300 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/30 15:38:06+01:00 hrw.one.pl!hrw
qt/e 2.3.9: extra visibility patch to get opie-freetype working
2004/12/30 15:08:09+01:00 hrw.one.pl!hrw
qpdf2: fixed "SIGSEGV on start"
2004/12/30 15:03:06+01:00 hrw.one.pl!hrw
t1lib: package doc separately
BKrev: 41d41347CDQOS3CttoCFE8uD_aaBHQ
Diffstat (limited to 'packages/qte')
-rw-r--r-- | packages/qte/qte-2.3.9-snapshot/opie-freetype.patch | 0 | ||||
-rw-r--r-- | packages/qte/qte_2.3.9-snapshot.bb | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/qte/qte-2.3.9-snapshot/opie-freetype.patch b/packages/qte/qte-2.3.9-snapshot/opie-freetype.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/qte/qte-2.3.9-snapshot/opie-freetype.patch diff --git a/packages/qte/qte_2.3.9-snapshot.bb b/packages/qte/qte_2.3.9-snapshot.bb index 8eeb417013..e023a9fdb6 100644 --- a/packages/qte/qte_2.3.9-snapshot.bb +++ b/packages/qte/qte_2.3.9-snapshot.bb @@ -4,6 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" +PR = "r1" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -16,6 +17,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://encoding.patch;patch=1 \ file://fix-qgfxraster.patch;patch=1 \ file://qt-visibility.patch;patch=1 \ + file://opie-freetype.patch;patch=1 \ file://update-qtfontdir \ file://sharp_char.h \ file://switches.h " |