summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2006-11-19merge of '2147c8ea9e7d83906d1fea27f954927b41ca4d22'Paul Sokolovsky3
and 'f19342b2bc5764d1313b089988905bf6d71a95e6'
2006-11-19linux-handhelds-2.6 cvs: Drop patches merged upstream.Paul Sokolovsky3
2006-11-19merge of '358d6d576847344e4d6c8fd19432b87f50bdc8cd'Paul Sokolovsky1
and '4531506c8294a7a7da7e3abfdefb0850b34d8764'
2006-11-19linux-handhelds-2.6 cvs: Update h4000 defconfig for 2.6.18.Paul Sokolovsky1
2006-11-19merge of '8fdd902a1a1f617efa3ad4a034d779faf5219f1e'Paul Sokolovsky1
and 'ee0a10ae2fb6f8e590f42559bdba40c8ebfb3faf'
2006-11-19qte 2.3.10: Workaround symbol export issue with GCC 4.1Paul Sokolovsky1
* "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-19merge of '7dc2fd459da1e96fc61fd1b7bc439f0282c91306'Paul Sokolovsky9
and 'e853ab6b84bda472e6268c922f1ac797be81351c'
2006-11-19qpe 2.3.10: Apply common keyboardless buttonmap for HH.org kernel ports.Paul Sokolovsky3
* 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-19cherokee: Factor out common parts to cherokee.inc and fix up the packagingJamie Lenehan4
for cherokee-nossl which is even more broken then before after this change.
2006-11-19cherokee 0.5.5: Add version 0.5.5 which fixes a large number of bugsJamie Lenehan6
and improves performance a lot. My requirement was for authentication on the root of the site which was unsupported in earlier releases. This version patches the configure input files, unlike the previous version which patched the output files. Tested on i486 and sh4.
2006-11-18linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"Paul Sokolovsky2
override dir for 2.6.18.
2006-11-18linux-handhelds-2.6: Add linux-handhelds-2.6-2.6.17 override dir.Paul Sokolovsky13
* 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 Juszkiewicz1
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther24
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 Sokolovsky1
and dcbd942b827e66bb27a6282eae5ee1e2f4c927e3
2006-11-18minimo 016: fix -dbg packagingKoen Kooi1
2006-11-18merge of '764fab90ce78632168aaaa389123bbc7beacc0af'Marcin Juszkiewicz76
and '9ef42c4cea604726d2f11a3693579baae9320074'
2006-11-18nkf: update to 2.07 (2.06 not fetchable) and package docsMarcin Juszkiewicz2
2006-11-18minimo 016: fix parse error and bump PRKoen Kooi1
2006-11-18minimo 0.016: remove spurious ${D} in mozdir, should fix #1600Koen Kooi1
2006-11-18merge of '098ecd6f9272018d813f8ffd6659f743b8aa0394'Rod Whitby1
and '3ef89846e91bf5f30231b6119392a9e1f03dfea0'
2006-11-18slugos: fixed kernel module depends in debianslugRod Whitby1
2006-11-18merge of '40d901b47a0359aadbcce1c32a73efd92489a009'Paul Sokolovsky2
and 'de58987606a07479e7b28df9f1c945211af9fdc4'
2006-11-18libopie2_cvs: Add HH.org kernel common keybaordless buttonmap patch.Paul Sokolovsky2
2006-11-18merge of '0d1b152adad503ee4fb6161676fa61801c45d2f0'Paul Sokolovsky1
and '8430e1837c1383ef45ac9fbadba2042d39f06c0d'
2006-11-18libopie2_cvs: Add ipaq-2.6-sys-class-backlight-support.patch.Paul Sokolovsky2
* Support kernel 2.6 backlight classdev to control backlight. * From Familiar tree.
2006-11-18merge of '276c77797a1716ee61af4bf34250ceec1c482bcd'Paul Sokolovsky1
and '6402e4658cf4796b8f92d0b817add4df9bd7aaf2'
2006-11-18libopie2_cvs: Convert to use PV independent on the rest of OPIE.Paul Sokolovsky1
* 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 Sokolovsky5
and 'ab5810cf21bb02e3a139b760b2d2526dfc20ffb8'
2006-11-18xserver-common_svn: Recipe to build xserver-common straight out of SVN.Paul Sokolovsky5
* 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 Whitby1
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther17
2006-11-17dbus: add 1.0.1Koen Kooi5
RFC: remove dbus 1.0.1<x>0.92 as a cleanup?
2006-11-17slugos: Removed more kernel modules that are now compiled inRod Whitby1
2006-11-17socat: Fix parsing errorOyvind Repvik1
2006-11-17slugimage: Fix parsing errorsOyvind Repvik1
2006-11-17samba: Fix the other parsing errorsOyvind Repvik3
2006-11-17samba: Fix parsing errorsOyvind Repvik4
2006-11-17merge of '8004ebe0d31a849b3faff027d1ef807246b029ed'Oyvind Repvik12
and 'e104d077b009a60b79d4d9002547dd6eae504a71'
2006-11-17ntp: Fix parsing errorsOyvind Repvik2
2006-11-17nfs-utils: fix parsing errorsOyvind Repvik1
2006-11-17mt-daapd: Fix parsing errorOyvind Repvik1
2006-11-17mdev: Fix parsing errorOyvind Repvik1
2006-11-17nslu2-linksys-image/unslung-image: Fix parsing errorsOyvind Repvik2
2006-11-17slugos-packages: fix parsing errorOyvind Repvik1
2006-11-17ixp4xx-npe (various versions): Fix parsing errorsOyvind Repvik4
2006-11-17merge of 'e5da8f4ab8c8240d2eee77d2cf6860c91f068802'Justin Patrin3
and 'f234436408b3639fb2d9759caab0196629090f31'
2006-11-17apr: add versions from .oz354xJustin Patrin2
2006-11-17tighvnc: fix parse error and debug packagingKoen Kooi1
2006-11-17xmame-tiny: fix parse errorKoen Kooi1