aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libopie
AgeCommit message (Collapse)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-12-01libopie2: add patch to keep up with changed tosa kernel interfaceDmitry Baryshkov
Some kernel interfaces have changed on tosa. This patch fixes the backlight setting. More to come later. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-02opie: add 1.2.4 recipes and update preferred list to matchPaul Eggleton
2008-10-02libopie2: add W100 disable patch to CVS versionPaul Eggleton
2008-09-22libopie2: disable W100 driver for c7x0 (addresses oebug #4191)Paul Eggleton
* Add a patch to disable the w100 driver for c7x0 which is currently disabled in qte. Fixes Opie not starting on c7x0 until the w100 driver is fixed and reenabled.
2008-08-11libopie2: add fix for cursor key rotation on spitzPaul Eggleton
2008-06-08libopie: add patch missed out of previous commit (refer to bug 3678)Paul Eggleton
2008-06-07libopie/qte: fix cursor key rotation for iPAQs. Should resolve 3678. Paul Eggleton
2008-05-17qte/libopie2: add some patches to fix cursor key rotation. Closes 3678.Rolf Leggewie
2008-05-15libopie/qte: fix cursor key rotation on spitz. Closes 3678.Paul Eggleton
* commit from Laibsch
2007-11-10libopie2 1.2.3: Fix screen rotation issues.Paul Sokolovsky
* Addresses http://opie-bugs.oszine.de/view.php?id=1894 * Fixes rotation on h4000 with recent kernels. * Sets sane default rotation for unknown devices.
2007-11-10libopie2 1.2.3: Make sure that proper tag is used, not HEAD.Paul Sokolovsky
2007-10-26libopie2 1.2.3: syntax fix for newer gccMichael Krelin
2007-08-08libopie2: use proper var for CVS versionMarek Vasut
2007-07-27opie: Add 1.2.3.Paul Sokolovsky
2007-07-04libopie2: Install to $libdir.Paul Sokolovsky
* Per #2254.
2007-07-03libopie2 cvs: Drop patch merged upstream.Paul Sokolovsky
2007-05-01libopie2: add missing include. Patch from polyonymous. Thanks. closes 2193. Michael Krelin
2007-03-30libopie2: Fix packaging of dev/dbg.Paul Sokolovsky
2007-03-30libopie2 cvs: Deactivate patches applied upstream.Paul Sokolovsky
2007-03-10libopie2 cvs: Update for 1.2.3-pre.Paul Sokolovsky
2007-02-08libopie2: Add patch to properly handle all various native LCD orientations ↵Paul Sokolovsky
of ipaqs.
2007-01-15libopie2: Enable SQL PIM backend.Paul Sokolovsky
* Let users store their data reliably. XML backend is still used by default, user must activate SQLite in config files (see OPIE wiki). * Regarding concerns due to which is wasn't enabled before: "too large for 16MB flash devices" - such devices welcome to disable-override it; "no sync" - apparently, no sync with SQLite backend active, but XML is till by default. * SQLite backend and opie-pimconvert tested to work OK on hx4700 (on small dataset though, more tetsing pending). Suprising;y, I had rather weird issues with sqlite3 on qemuarm.
2007-01-11libopie2 cvs: keyboardless-buttonmap.patch was accepted upstream, drop.Paul Sokolovsky
* Recommended SRCDATE for this recipe: 20061220
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie
mailing list. There should be no functionality changes yet.
2006-11-18libopie2_cvs: Add HH.org kernel common keybaordless buttonmap patch.Paul Sokolovsky
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-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-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-07Some patches to add Jornada 6xx support and altera model 720 to 7xx. minorKristoffer Ericson
alterations of the patches to fix typos.
2006-08-06merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5eKristoffer Ericson
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
2006-08-06Adding Jornada Support for backlight,power... in Libopie.Kristoffer Ericson
packages/libopie/libopie2/odevice_jornada.cpp-fixup.patch : * addition of jornada6xx with correct links * change of jornada720 -> jornada7xx to follow archs packages/libopie/libopie2/odevice.h-jornada-fixup.patch : * Add jornada6xx * change jornada720 -> jornada7xx package/libopie/libopie2_1.2.2.bb : addition of patches
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-02libopie2 1.2.2 remove openzaurus branding patch, has been applied upstreamMichael Lauer
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther
2006-05-16libopie: Poodle: Fix Calendar and Address hotkeys for kernel 2.6Matthias Hentges
2006-04-22libqpe/libopie: don't override EXTRA_QMAKEVARS_POST|PRE given in classMichael Lauer
2006-01-23libopie: openzaurus branding (CVS backport)Marcin Juszkiewicz
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where ↵Richard Purdie
changes are needed to conform to standardised cvs PV numbering at the next PV change. Also factor the formatting into opie.bbclass to make future changes easier.
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-09-12packages/libopie:Holger Freyther
opiebluez is part of libopie2 1.2.1 so fold back the changes from _cvs.bb to libopie2.inc
2005-09-12Opie 1.2.1:Holger Freyther
The great move and version bumping. I hope my script worked out well... I will start a build now. hrw: mailwrapper was moved
2005-08-25libopie2: disable the sqlite backend for libopiepim2Michael Lauer
2005-07-13Remove spurious blank line introduced by mergeJohn Bowler
2005-07-13propagate from branch 'org.openembedded.dev' (head ↵John Bowler
99876a04715cb6df80cabdbeed48323d46e1d6f5) to branch 'org.openembedded.nslu2-linux' (head 81b86311881ea1cfcefb9ba59a1236c15c7a1133)
2005-07-12libopie2: build and package libopiebluez2Michael Lauer