Paul Sokolovsky [Sun, 19 Nov 2006 02:29:00 +0000 (02:29 +0000)]
qpe 2.3.10: Apply common keyboardless buttonmap for HH.org kernel ports.
* 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"
Paul Sokolovsky [Sat, 18 Nov 2006 21:47:50 +0000 (21:47 +0000)]
linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"
override dir for 2.6.18.
Paul Sokolovsky [Sat, 18 Nov 2006 21:31:24 +0000 (21:31 +0000)]
linux-handhelds-2.6: Add linux-handhelds-2.6-2.6.17 override dir.
* Prepare to upgrade to 2.6.18.
* Copied from linux-handhelds-2.6/.
Koen Kooi [Sat, 18 Nov 2006 18:07:21 +0000 (18:07 +0000)]
angstrom-2007.1: prefer cairo 1.3.2
Marcin Juszkiewicz [Sat, 18 Nov 2006 17:40:36 +0000 (17:40 +0000)]
chmlib: fetch sources from Debian mirrors instead of non-reachable upstream
Holger Freyther [Sat, 18 Nov 2006 16:55:13 +0000 (16:55 +0000)]
Micro-Optimisation decreasing initial parsing time by 10%
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
Marcin Juszkiewicz [Sat, 18 Nov 2006 15:50:14 +0000 (15:50 +0000)]
removal.txt: first version of list of stuff to be removed from metadata
- 2006-11-20: plinciv
- 2006-12-12: maemo
Paul Sokolovsky [Sat, 18 Nov 2006 12:32:07 +0000 (12:32 +0000)]
Koen Kooi [Sat, 18 Nov 2006 10:10:57 +0000 (10:10 +0000)]
minimo 016: fix -dbg packaging
Marcin Juszkiewicz [Sat, 18 Nov 2006 09:48:40 +0000 (09:48 +0000)]
Marcin Juszkiewicz [Sat, 18 Nov 2006 09:48:16 +0000 (09:48 +0000)]
nkf: update to 2.07 (2.06 not fetchable) and package docs
Koen Kooi [Sat, 18 Nov 2006 09:44:35 +0000 (09:44 +0000)]
minimo 016: fix parse error and bump PR
Koen Kooi [Sat, 18 Nov 2006 09:41:59 +0000 (09:41 +0000)]
minimo 0.016: remove spurious ${D} in mozdir, should fix #1600
Rod Whitby [Sat, 18 Nov 2006 06:59:31 +0000 (06:59 +0000)]
Rod Whitby [Sat, 18 Nov 2006 06:37:06 +0000 (06:37 +0000)]
slugos: fixed kernel module depends in debianslug
Paul Sokolovsky [Sat, 18 Nov 2006 05:09:55 +0000 (05:09 +0000)]
Paul Sokolovsky [Sat, 18 Nov 2006 05:09:05 +0000 (05:09 +0000)]
libopie2_cvs: Add HH.org kernel common keybaordless buttonmap patch.
Paul Sokolovsky [Sat, 18 Nov 2006 05:04:42 +0000 (05:04 +0000)]
Paul Sokolovsky [Sat, 18 Nov 2006 05:04:25 +0000 (05:04 +0000)]
libopie2_cvs: Add ipaq-2.6-sys-class-backlight-support.patch.
* Support kernel 2.6 backlight classdev to control backlight.
* From Familiar tree.
Paul Sokolovsky [Sat, 18 Nov 2006 05:02:26 +0000 (05:02 +0000)]
Paul Sokolovsky [Sat, 18 Nov 2006 05:02:08 +0000 (05:02 +0000)]
libopie2_cvs: Convert to use PV independent on the rest of OPIE.
* 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"
Paul Sokolovsky [Sat, 18 Nov 2006 04:34:41 +0000 (04:34 +0000)]
Paul Sokolovsky [Sat, 18 Nov 2006 04:33:23 +0000 (04:33 +0000)]
xserver-common_svn: Recipe to build xserver-common straight out of SVN.
* 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
Rod Whitby [Sat, 18 Nov 2006 02:52:43 +0000 (02:52 +0000)]
slugimage: fixed syntax error introduced by parser fixes
Holger Freyther [Sat, 18 Nov 2006 00:17:21 +0000 (00:17 +0000)]
Fix parse error by adding one or two "'" or '"' removing whitespace behind \...
Koen Kooi [Fri, 17 Nov 2006 22:41:00 +0000 (22:41 +0000)]
dbus: add 1.0.1
RFC: remove dbus 1.0.1<x>0.92 as a cleanup?
Rod Whitby [Fri, 17 Nov 2006 20:40:08 +0000 (20:40 +0000)]
slugos: Removed more kernel modules that are now compiled in
Oyvind Repvik [Fri, 17 Nov 2006 16:40:41 +0000 (16:40 +0000)]
socat: Fix parsing error
Oyvind Repvik [Fri, 17 Nov 2006 16:39:45 +0000 (16:39 +0000)]
slugimage: Fix parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:39:00 +0000 (16:39 +0000)]
samba: Fix the other parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:37:48 +0000 (16:37 +0000)]
samba: Fix parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:33:37 +0000 (16:33 +0000)]
Oyvind Repvik [Fri, 17 Nov 2006 16:30:52 +0000 (16:30 +0000)]
ntp: Fix parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:29:37 +0000 (16:29 +0000)]
nfs-utils: fix parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:29:04 +0000 (16:29 +0000)]
mt-daapd: Fix parsing error
Oyvind Repvik [Fri, 17 Nov 2006 16:28:07 +0000 (16:28 +0000)]
mdev: Fix parsing error
Oyvind Repvik [Fri, 17 Nov 2006 16:26:14 +0000 (16:26 +0000)]
nslu2-linksys-image/unslung-image: Fix parsing errors
Oyvind Repvik [Fri, 17 Nov 2006 16:25:37 +0000 (16:25 +0000)]
slugos-packages: fix parsing error
Oyvind Repvik [Fri, 17 Nov 2006 16:25:06 +0000 (16:25 +0000)]
ixp4xx-npe (various versions): Fix parsing errors
Justin Patrin [Fri, 17 Nov 2006 15:46:33 +0000 (15:46 +0000)]
Justin Patrin [Fri, 17 Nov 2006 15:46:09 +0000 (15:46 +0000)]
apr: add versions from .oz354x
Koen Kooi [Fri, 17 Nov 2006 15:32:59 +0000 (15:32 +0000)]
tighvnc: fix parse error and debug packaging
Koen Kooi [Fri, 17 Nov 2006 15:31:32 +0000 (15:31 +0000)]
xmame-tiny: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:30:50 +0000 (15:30 +0000)]
xf86-input-mouse: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:28:27 +0000 (15:28 +0000)]
libxft: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:27:39 +0000 (15:27 +0000)]
xserver-kdrive 1.1: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:26:50 +0000 (15:26 +0000)]
xserver-kdrive-git: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:25:53 +0000 (15:25 +0000)]
suspend-desktop: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:24:28 +0000 (15:24 +0000)]
schroedinger: fix parse error
Koen Kooi [Fri, 17 Nov 2006 15:22:23 +0000 (15:22 +0000)]
gnome-doc-utils: stage xml files so XorA and I don't need to make so many <foo>-nodocs.patch patches
Koen Kooi [Fri, 17 Nov 2006 13:47:19 +0000 (13:47 +0000)]
linux-nokia770: remove old config before adding a new one
Koen Kooi [Fri, 17 Nov 2006 12:31:11 +0000 (12:31 +0000)]
linux-nokia770: fix defconfig install
Koen Kooi [Fri, 17 Nov 2006 12:29:22 +0000 (12:29 +0000)]
nokia770.conf: add armv4t as extra ipkg arch
Koen Kooi [Fri, 17 Nov 2006 12:18:53 +0000 (12:18 +0000)]
linux-nokia770: add 2.6.16, from poky, but enhanced greatly by me :)
Rod Whitby [Fri, 17 Nov 2006 04:43:45 +0000 (04:43 +0000)]
Rod Whitby [Fri, 17 Nov 2006 04:39:07 +0000 (04:39 +0000)]
slugos-image: Removed kernel modules that are now compiled in
Jamie Lenehan [Fri, 17 Nov 2006 02:36:13 +0000 (02:36 +0000)]
cherokee 0.5.3: Pass through oe-stylize.py.
Jamie Lenehan [Fri, 17 Nov 2006 02:33:14 +0000 (02:33 +0000)]
cherokee 0.5.3: Specify the configuration files so that local changes
don't get wiped out during an upgrade.
Jamie Lenehan [Fri, 17 Nov 2006 02:22:07 +0000 (02:22 +0000)]
cherokee: Add an initscript for the cherokee http server so it'll start on
boot, so it'll be stopped when removing it etc.
Justin Patrin [Fri, 17 Nov 2006 00:44:05 +0000 (00:44 +0000)]
Justin Patrin [Fri, 17 Nov 2006 00:43:48 +0000 (00:43 +0000)]
evidence: move to noworking, it has not been updated in a long time
Koen Kooi [Thu, 16 Nov 2006 23:31:39 +0000 (23:31 +0000)]
Leon Woestenberg [Thu, 16 Nov 2006 23:30:42 +0000 (23:30 +0000)]
cairo: add 1.3.2 dev snapshot
Justin Patrin [Thu, 16 Nov 2006 23:24:35 +0000 (23:24 +0000)]
emotion: update to newer version, remove sed line which caused compile problems
Richard Purdie [Thu, 16 Nov 2006 16:41:51 +0000 (16:41 +0000)]
base.bbclass: Add missing fetchall dummy function
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:43:19 +0000 (15:43 +0000)]
prism54-firmware: fixed SRC_URI
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:35:42 +0000 (15:35 +0000)]
python-spydi: fixed SRC_URI
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:19:13 +0000 (15:19 +0000)]
ixp4xx-npe: set COMPATIBLE_MACHINE to nslu2|ixp4xx
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:18:40 +0000 (15:18 +0000)]
ixp4xx-csr: set COMPATIBLE_MACHINE to nslu2|ixp4xx
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:18:12 +0000 (15:18 +0000)]
ixp-osal: set COMPATIBLE_MACHINE to nslu2|ixp4xx
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:10:56 +0000 (15:10 +0000)]
unzip: changed SRC_URI to one with mirrors in base.bbclass
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:09:59 +0000 (15:09 +0000)]
base.bbclass: added two mirrors for info-zip.org
Marcin Juszkiewicz [Thu, 16 Nov 2006 15:07:49 +0000 (15:07 +0000)]
opie-camera: set COMPATIBLE_MACHINE to collie - this program need Sharp Camera card (binary driver only for 2.4) and only collie use 2.4 kernel now
Marcin Juszkiewicz [Thu, 16 Nov 2006 14:20:32 +0000 (14:20 +0000)]
Marcin Juszkiewicz [Thu, 16 Nov 2006 14:19:23 +0000 (14:19 +0000)]
pine: fixed SRC_URI
Marcin Juszkiewicz [Thu, 16 Nov 2006 14:14:33 +0000 (14:14 +0000)]
lsof: update to 4.77
Koen Kooi [Thu, 16 Nov 2006 12:39:00 +0000 (12:39 +0000)]
alsa-utils: update to 1.0.13
Koen Kooi [Thu, 16 Nov 2006 12:33:11 +0000 (12:33 +0000)]
alsa-lib: update to 1.0.13
Richard Purdie [Thu, 16 Nov 2006 12:04:02 +0000 (12:04 +0000)]
base.bbclass: Fix duplicate task execution in fetchall
Marcin Juszkiewicz [Thu, 16 Nov 2006 10:32:26 +0000 (10:32 +0000)]
man-pages: update to 2.41
Marcin Juszkiewicz [Thu, 16 Nov 2006 08:47:22 +0000 (08:47 +0000)]
offlineimap: updated to 4.0.14
Marcin Juszkiewicz [Thu, 16 Nov 2006 08:44:52 +0000 (08:44 +0000)]
python-itools: fixed SRC_URI
Marcin Juszkiewicz [Thu, 16 Nov 2006 08:41:27 +0000 (08:41 +0000)]
ortp: fixed SRC_URI
Marcin Juszkiewicz [Thu, 16 Nov 2006 08:34:14 +0000 (08:34 +0000)]
tinymail: switched SRC_URI to HTTP method (was HTTPS)
- both methods works, http does not need confirmation of SSL certificate
so fetching via cronjob works
Marcin Juszkiewicz [Thu, 16 Nov 2006 08:18:49 +0000 (08:18 +0000)]
perl: add support for x86_64 - close #1591
Jamie Lenehan [Thu, 16 Nov 2006 04:03:35 +0000 (04:03 +0000)]
site/sh{3,4}: Merge the sh3 and sh4 site files into a single common site file
for both of them.
Jamie Lenehan [Thu, 16 Nov 2006 03:50:39 +0000 (03:50 +0000)]
site/sh{3,4}: Update the sh3-linux and sh4-linux site files to match be
adding missing entries from each site file to the other.
Jamie Lenehan [Thu, 16 Nov 2006 03:48:58 +0000 (03:48 +0000)]
net-snmp 5.1.2: Use the new siteinfo stuff to determine the endianess and
set the appropriate flag rather then manually processing the site file
contents to do this.
Jamie Lenehan [Thu, 16 Nov 2006 03:39:32 +0000 (03:39 +0000)]
site/sh3-linux: Replace the samaba entries with those from sh4. The current
ones will build samaba but all the files will be shown with blank file
names. This change has been previously made to all the other site files.
This is part of a step towards merging the sh3 and sh4 site files.
Jamie Lenehan [Thu, 16 Nov 2006 03:32:23 +0000 (03:32 +0000)]
hping2 2.0.0rc3: Use the new siteinfo stuff to determine the endianess and
set the appropriate flag rather then manually processing the site file
contents to do this.
Jamie Lenehan [Thu, 16 Nov 2006 03:28:15 +0000 (03:28 +0000)]
site: Add newlines to the last entry in endian-big and endian-little.
This is just so that they show up on the console when grep for those
entries or when you cat those files.
Jamie Lenehan [Thu, 16 Nov 2006 03:25:10 +0000 (03:25 +0000)]
openssl: Use the new siteinfo stuff to determine the endianess and set the
appropriate flag rather then manually processing the site file contents to
do this.
Jamie Lenehan [Thu, 16 Nov 2006 03:14:10 +0000 (03:14 +0000)]
quagga: Quote the rhs of all variable assignments since this will be
required with future versions of bitbake.
Rod Whitby [Thu, 16 Nov 2006 03:05:30 +0000 (03:05 +0000)]
Justin Patrin [Thu, 16 Nov 2006 00:04:13 +0000 (00:04 +0000)]
Justin Patrin [Thu, 16 Nov 2006 00:03:59 +0000 (00:03 +0000)]
glibc: use xargs to avoid a long command-line
Rod Whitby [Wed, 15 Nov 2006 23:59:52 +0000 (23:59 +0000)]
apex: Now works for LE too
Koen Kooi [Wed, 15 Nov 2006 22:47:14 +0000 (22:47 +0000)]
Justin Patrin [Wed, 15 Nov 2006 22:46:44 +0000 (22:46 +0000)]
Koen Kooi [Wed, 15 Nov 2006 22:45:34 +0000 (22:45 +0000)]
e-image: the e dudes have gotten a clue and are using .desktop files nowadays, so the convert script isn't needed anymore