diff options
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte-for-opie_2.3.8.oe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/qte/qte-for-opie_2.3.8.oe b/qte/qte-for-opie_2.3.8.oe index e69de29bb2..23f88b7e8a 100644 --- a/qte/qte-for-opie_2.3.8.oe +++ b/qte/qte-for-opie_2.3.8.oe @@ -0,0 +1,22 @@ +include qte_${PV}.oe +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qte-2.3.8-snapshot" + +DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}" + +SRC_URI_append = " file://opie.patch;patch=1 \ + file://qte238-iconviewspeed.patch;patch=1 \ + file://tslib.patch;patch=1 \ + file://qpe.patch;patch=1 \ + file://vt-switch.patch;patch=1 \ + file://daemonize.patch;patch=1 \ + file://no-moc.patch;patch=1 \ + file://encoding.patch;patch=1 \ + file://fix-qgfxraster.patch;patch=1 \ + file://update-qtfontdir \ + file://sharp_char.h \ + file://switches.h " + + + +# file://lefthand.patch;patch=1 \ +# file://c700-hardware.patch;patch=1 \ |