diff options
author | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
commit | 0426c6b79f5dadd9b37770d2f1ff331a8c3fe30d (patch) | |
tree | cacdbc7e4359920c0e9b8cb1265ba2721d990443 /qte | |
parent | 4f2cc80be3c055faa6f0f6b566c0f138e3c333d0 (diff) |
Merge Opie-Console_CVS Conflict
2004/09/19 16:15:58+02:00 handhelds.org!zecke
Bump the Version number of the Opie CVS Packages to 1.1.6-cvs-${CVSDATE}
2004/09/19 01:46:25+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/19 01:45:58+02:00 handhelds.org!zecke
Beagle Kernel work:
Fix APM handling
Include more modules, for example mtdchar so that one can erase the partition if needed
Change the BootLogo to another bootscreen
2004/09/18 13:24:59+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/17 02:52:19+02:00 handhelds.org!zecke
Beagle updates and implementations
-Make tslib work with the beagle touchscreen interface
-Qt/E map the lightning to Key 91, allow keyboard repeating
-Provide default modules and modules.conf for modules-colleteral
-Do not use Intel Assabat as machine name for beagle
-Fix dependencies by fixing spelling
BKrev: 414d9576pvCHcHdDvMCQrAF7FbMcLg
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte-2.3.7/beagle.patch | 0 | ||||
-rw-r--r-- | qte/qte_2.3.7.oe | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/qte/qte-2.3.7/beagle.patch b/qte/qte-2.3.7/beagle.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qte/qte-2.3.7/beagle.patch diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 2bf5f2246f..8bdd214043 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -23,10 +23,10 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ SRC_URI_append_simpad = "file://devfs.patch;patch=1 file://simpad.patch;patch=1 " SRC_URI_append_h3600 = "file://devfs.patch;patch=1 " SRC_URI_append_h3900 = "file://devfs.patch;patch=1 " -SRC_URI_append_beagle = "file://devfs.patch;patch=1 " SRC_URI_append_corgi = "file://kernel-keymap.patch;patch=1 " SRC_URI_append_shepherd = "file://kernel-keymap.patch;patch=1 " SRC_URI_append_husky = "file://kernel-keymap.patch;patch=1 " +SRC_URI_append_beagle = "file://devfs.patch;patch=1 file://beagle.patch;patch=1 " S = "${WORKDIR}/qt-${PV}" |