summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-11-20hostap-utils: removed rrecommending hostap-modulesMarcin Juszkiewicz3
- most of our target devices run kernels newer then 2.6.14 so they have hostap modules from kernel as kernel-module-hostap* - hostap modules and utils are now both added into dependency of task-base for machines with pcmcia or pci feature
2006-11-20merge of '68d786d826a65a1207a0d57228f667514ce0e74b'Marcin Juszkiewicz1
and '9bffa04e210205375d9a75632e31368255316a3b'
2006-11-20merge of '0080c426d2ce141db8b864ecbb6e6d3f2fb1f024'Paul Sokolovsky4
and '01b16bf78a0ceb87c84a4474f9ce1911f4c99705'
2006-11-20merge of '4ddf8fec1e1058d499652c490b518b0342fe06e5'Paul Sokolovsky3
and 'fd880ea87a8f50401bb3e7f2f7aab3d8f5a3332e'
2006-11-20plinciv 0.16: Recover lost patch and save from extermination.Paul Sokolovsky3
* 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-20merge of '849a2cb0df2e3ddacfb56afe4608390d0abddde3'Paul Sokolovsky1
and 'bfbb5ffbc06009b107589ca4c58c426d587f62d1'
2006-11-20preferred-opie-versions.inc: Use week assignment for PREFERRED_VERSION_libopie2Paul 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 override the version to use.
2006-11-20slugos-init: Removed ixp4xx_mac module (now compiled into kernel)Rod Whitby2
2006-11-19dbus-native: update to latest stable (1.0.1)Koen Kooi1
2006-11-19merge of '610d8df92d2af618bbdf104b28fca2dd75bf1595'Paul Sokolovsky4
and 'bcf2a09df33ffa09258ce1be592448632e1781ee'
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-19openembedded-essential: bumped to 1.2, now it is more lintian happyMarcin Juszkiewicz9
2006-11-19tinymail: add missing filesKoen Kooi2
2006-11-19contacts: update to 0.2Koen Kooi1
2006-11-19libbacon: add floating cvs versionKoen Kooi1
2006-11-19tinymail: update iconv stuff to latest svnKoen Kooi1
2006-11-19local.conf.sample: libsdl-x11 and DISTRO="generic" instead o unmaintained ↵Marcin Juszkiewicz1
familiar-unstable
2006-11-19openembedded-essential: added gawkMarcin Juszkiewicz9
2006-11-19dbuys 1.0.1: ensure /var/lib/dbus exists before writing to itKoen Kooi2
2006-11-19angstrom 2007.1: prefer dbus 1.0.1Koen Kooi1
2006-11-19cherokee 0.5.5: Minor fix to configure.in. Should be using "no" and notJamie Lenehan2
"false" when checking autoconf variables. This prevented you marking sendfile as broken via the site file.
2006-11-19cherokee: In the init script pass the config file as a parameter. ThisJamie Lenehan3
currently matches the default so makes no actual difference. However in the case where you want to run multiple instances of cherokee it makes it clear how you specify an alternate configuration file.
2006-11-19cherokee: Move the .la files and the .so files associated with sharedJamie Lenehan3
libraries (not those that are plugins) into from the main package into the -dev package since they are not required to run cherokee.
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-18angstrom-2007.1: prefer cairo 1.3.2Koen Kooi1
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 Freyther30
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-18removal.txt: first version of list of stuff to be removed from metadataMarcin Juszkiewicz1
- 2006-11-20: plinciv - 2006-12-12: maemo
2006-11-18merge of 0c958ec238b24c796d57fb29b8683551a9ed05a5Paul Sokolovsky1
and dcbd942b827e66bb27a6282eae5ee1e2f4c927e3
2006-11-18minimo 016: fix -dbg packagingKoen Kooi1
2006-11-18merge of '764fab90ce78632168aaaa389123bbc7beacc0af'Marcin Juszkiewicz79
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 Whitby2
and '3ef89846e91bf5f30231b6119392a9e1f03dfea0'
2006-11-18slugos: fixed kernel module depends in debianslugRod Whitby2
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.