aboutsummaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Collapse)Author
2006-11-20plinciv 0.16: Recover lost patch and save from extermination.Paul Sokolovsky
* It may be from year 2003, but still a better start with porting than nothing at all. * And yes, one sweet day we'll have people doing something useful (like porting games), not just dumb kernel hacking ;-).
2006-11-19linux-handhelds-2.6 cvs: Drop patches merged upstream.Paul Sokolovsky
2006-11-19linux-handhelds-2.6 cvs: Update h4000 defconfig for 2.6.18.Paul Sokolovsky
2006-11-19qte 2.3.10: Workaround symbol export issue with GCC 4.1Paul Sokolovsky
* "Workaround GCC 4.1 issues with -fvisibility-inlines-hidden (see #1521) by disabling it for qpe only. TODO: pinpoint actual issue causing GCC misbehavior." * Eases #1521 a bit.
2006-11-19qpe 2.3.10: Apply common keyboardless buttonmap for HH.org kernel ports.Paul Sokolovsky
* keyboardless-buttonmap.patch does that * ipaq-keyboard.patch is patch for 2.4 kernels, should go away. * ipaq_sound_fix.patch status is unknown. It seems to conatin useful validation patch, but at the same time talks about hardcoding something for uda1341 (which also smells of 2.4). Either way, if it contains something useful, it should be applied consistently for all machines. While it isn't, it won't be too much issue to disable it for pocket-pc based devices too. * Tested on h4000. ++ + case 0x78: + # if defined(QT_QWS_IPAQ) + keyCode = Key_F24; // record ============================================================ --- packages/qte/qte-common_2.3.10.inc 6323bf41e47d7a950cc2729723dbcbb6f884e853 +++ packages/qte/qte-common_2.3.10.inc b4b84ab449bfd459e2a61d20bac3d2e3e527e2c2 @@ -37,6 +37,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/q file://fix-native-build.patch;patch=1 \ file://simpad-defaultkbd.patch;patch=1 \ file://fix-errno-exception-spec.patch;patch=1 \ + file://keyboardless-buttonmap.patch;patch=1 \ file://sharp_char.h \ file://switches.h " @@ -62,16 +63,16 @@ SRC_URI_append_mnci = "file://de file://mnci-touchscreen.patch;patch=1 \ file://qkeyboard_qws.h \ file://qkeyboard_qws.cpp " -SRC_URI_append_h1910 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h1940 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h2200 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h3600 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h3900 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h4000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h5xxx = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_h6300 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_hx2000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " -SRC_URI_append_hx4700 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h1910 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h1940 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h2200 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h3600 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h3900 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h4000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h5xxx = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_h6300 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_hx2000 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " +#SRC_URI_append_hx4700 = "file://ipaq-keyboard.patch;patch=1 file://ipaq_sound_fix.patch;patch=1 " S = "${WORKDIR}/qt-${PV}" ============================================================ --- packages/qte/qte-mt_2.3.10.bb 6bcca53c33775f83f414b169ac273be1b7f443a3 +++ packages/qte/qte-mt_2.3.10.bb 090b792876515bb19e14563250d46729dc54c88d @@ -1,5 +1,5 @@ require qte-common_${PV}.inc require qte-common_${PV}.inc -PR = "r4" +PR = "r5"
2006-11-18linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"Paul Sokolovsky
override dir for 2.6.18.
2006-11-18linux-handhelds-2.6: Add linux-handhelds-2.6-2.6.17 override dir.Paul Sokolovsky
* Prepare to upgrade to 2.6.18. * Copied from linux-handhelds-2.6/.
2006-11-18chmlib: fetch sources from Debian mirrors instead of non-reachable upstreamMarcin Juszkiewicz
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces
2006-11-18merge of 0c958ec238b24c796d57fb29b8683551a9ed05a5Paul Sokolovsky
and dcbd942b827e66bb27a6282eae5ee1e2f4c927e3
2006-11-18minimo 016: fix -dbg packagingKoen Kooi
2006-11-18merge of '764fab90ce78632168aaaa389123bbc7beacc0af'Marcin Juszkiewicz
and '9ef42c4cea604726d2f11a3693579baae9320074'
2006-11-18nkf: update to 2.07 (2.06 not fetchable) and package docsMarcin Juszkiewicz
2006-11-18minimo 016: fix parse error and bump PRKoen Kooi
2006-11-18minimo 0.016: remove spurious ${D} in mozdir, should fix #1600Koen Kooi
2006-11-18merge of '098ecd6f9272018d813f8ffd6659f743b8aa0394'Rod Whitby
and '3ef89846e91bf5f30231b6119392a9e1f03dfea0'
2006-11-18slugos: fixed kernel module depends in debianslugRod Whitby
2006-11-18merge of '40d901b47a0359aadbcce1c32a73efd92489a009'Paul Sokolovsky
and 'de58987606a07479e7b28df9f1c945211af9fdc4'
2006-11-18libopie2_cvs: Add HH.org kernel common keybaordless buttonmap patch.Paul Sokolovsky
2006-11-18merge of '0d1b152adad503ee4fb6161676fa61801c45d2f0'Paul Sokolovsky
and '8430e1837c1383ef45ac9fbadba2042d39f06c0d'
2006-11-18libopie2_cvs: Add ipaq-2.6-sys-class-backlight-support.patch.Paul Sokolovsky
* Support kernel 2.6 backlight classdev to control backlight. * From Familiar tree.
2006-11-18merge of '276c77797a1716ee61af4bf34250ceec1c482bcd'Paul Sokolovsky
and '6402e4658cf4796b8f92d0b817add4df9bd7aaf2'
2006-11-18libopie2_cvs: Convert to use PV independent on the rest of OPIE.Paul Sokolovsky
* libopie2 is a special package in OPIE. Its interface is mostly stable, and changes are made only to add support for new devices. So, let distro select specific SRCDATE for it. * Add DEFAULT_PREFERENCE = "-1"
2006-11-18merge of '9db97dcc1204ecd8164c28d09f422f543537a866'Paul Sokolovsky
and 'ab5810cf21bb02e3a139b760b2d2526dfc20ffb8'
2006-11-18xserver-common_svn: Recipe to build xserver-common straight out of SVN.Paul Sokolovsky
* Needed to test/support newest devel patches. * Specifically, at this time being added to let people more comprehensively test "common keyboardless buttonmap" patch, required for latest HH.orh kernels. * Makefile.dpkg_ipkg, Makefile.translation, svn_makefiles.patch: support files required to build from SVN. * keyboardless-buttonmap.patch: specifially common buttonmap patch. * Note: DEFAULT_PREFERENCE=-1
2006-11-18slugimage: fixed syntax error introduced by parser fixesRod Whitby
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther
2006-11-17dbus: add 1.0.1Koen Kooi
RFC: remove dbus 1.0.1<x>0.92 as a cleanup?
2006-11-17slugos: Removed more kernel modules that are now compiled inRod Whitby
2006-11-17socat: Fix parsing errorOyvind Repvik
2006-11-17slugimage: Fix parsing errorsOyvind Repvik
2006-11-17samba: Fix the other parsing errorsOyvind Repvik
2006-11-17samba: Fix parsing errorsOyvind Repvik
2006-11-17merge of '8004ebe0d31a849b3faff027d1ef807246b029ed'Oyvind Repvik
and 'e104d077b009a60b79d4d9002547dd6eae504a71'
2006-11-17ntp: Fix parsing errorsOyvind Repvik
2006-11-17nfs-utils: fix parsing errorsOyvind Repvik
2006-11-17mt-daapd: Fix parsing errorOyvind Repvik
2006-11-17mdev: Fix parsing errorOyvind Repvik
2006-11-17nslu2-linksys-image/unslung-image: Fix parsing errorsOyvind Repvik
2006-11-17slugos-packages: fix parsing errorOyvind Repvik
2006-11-17ixp4xx-npe (various versions): Fix parsing errorsOyvind Repvik
2006-11-17merge of 'e5da8f4ab8c8240d2eee77d2cf6860c91f068802'Justin Patrin
and 'f234436408b3639fb2d9759caab0196629090f31'
2006-11-17apr: add versions from .oz354xJustin Patrin
2006-11-17tighvnc: fix parse error and debug packagingKoen Kooi
2006-11-17xmame-tiny: fix parse errorKoen Kooi
2006-11-17xf86-input-mouse: fix parse errorKoen Kooi
2006-11-17libxft: fix parse errorKoen Kooi
2006-11-17xserver-kdrive 1.1: fix parse errorKoen Kooi
2006-11-17xserver-kdrive-git: fix parse errorKoen Kooi
2006-11-17suspend-desktop: fix parse errorKoen Kooi