aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie
AgeCommit message (Collapse)Author
2012-08-12opie-libqrsync: avoid QA issuePaul Eggleton
Avoid staticdev QA issue for this recipe by using INSANE_SKIP. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-30uqtreader: removePaul Eggleton
This recipe was intended to build a hacked Qt 4 version of opie-reader, however meta-opie itself only supports the Qt 2 version of opie-reader; this recipe can be put into another layer if it is still useful. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-image: pull in task-basePaul Eggleton
task-base pulls in a lot of items right now but most of it is dictated by DISTRO_FEATURES and MACHINE_FEATURES which we really need to be honouring. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix unqualified LICENSE for core recipesPaul Eggleton
Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20Fix Opie Git recipes to use SRCPVPaul Eggleton
Using SRCPV we get e.g. 1.2.5+git1+... and the number will increment when OPIE_SRCREV changes, ensuring that the version number doesn't go backwards (although it will once for this change if you have existing packages beforehand, unfortunately). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20task-opie-apps: remove opie-euroconvPaul Eggleton
opie-euroconv isn't much use these days and will be replaced by opie-currconv in 1.2.6. Thus, for now, remove it from task-opie-apps so it doesn't cause problems when building with the git recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-taskbar: fix git version for upstream changesPaul Eggleton
Fix for changes in current git master; in particular, ensure we enable the sync protocol v2 in the launcher. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-alarm: fix git version for upstream changesPaul Eggleton
The OPIE_BINDIR part of this patch is now upstream so we can remove it from the git version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20libqpe-opie: remove citytime-path patch from git versionPaul Eggleton
citytime-path-2.patch has now been merged upstream. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-connmanapplet/opie-connmansettings: addPaul Eggleton
Add recipes for new Opie ConnMan frontend. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-20opie-currconv: add new recipePaul Eggleton
This application replaces opie-euroconv for the next version of Opie. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-23opie-init: fix missing inherit of palmtop-defsPaul Eggleton
This recipe refers to palmtopdir but unfortunately got missed when the definition was moved to palmtop-defs as the searches I was using at the time explicitly excluded files containing "inherit opie", which the .inc file did except it was commented out. Also remove the commented out "inherit opie" line as it serves no purpose and might lead to the same mistake happening again. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-29opie-packagemanager: fix a couple more quoting issuesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-02-28meta-opie: Fix quoting errors found by latest bitbakeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-01-08classes: add palmtop-defs.bbclassPaul Eggleton
The Opie-related definitions are about to be removed from bitbake.conf in OE-Core, so create a palmtop-defs.bbclass which can be used to hold these and make every recipe that refers to any of these definitions inherit it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-08opie-mediaplayer2-skin-*: use common inc filePaul Eggleton
Move all common definitions to a single .inc file and abstract away differences using a SKINNAME variable. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-24opie-pimconverter: remove sqlite dependenciesPaul Eggleton
The pimconverter application no longer needs to launch the sqlite command line utility and does all SQL operations via libopiedb2, so remove sqlite from DEPENDS / RDEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-13opie: fix SDK generationDmitry Eremin-Solenikov
Fix SDK generation. Include correct version of tools, set up environment for the linux-oe-g++ qmake spec. qmake still has some room for improvement to add automatic handling of (e.g.) thread/non-threaded config, opie-related defines, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13libopie2: make libopie2-dev package installableDmitry Eremin-Solenikov
For now libopie2-dev package depends on libopie2 package which doesn't exist: libraries are split into the individual packages. Fix that by making libopie2-dev depend on all generated library packages. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13opie-button-settings: make whole recipe a machine-onlyDmitry Eremin-Solenikov
Currently bitbake spills warnings on opie-button-settings recipe containing machine packages, while being non-machine one. Disable this warning by replacing all PACKAGE_ARCH_xxx stuff with a single PACKAGE_ARCH = "${MACHINE_ARCH}" Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13task-opie, task-opie-16mb: make whole recipe a machine-onlyDmitry Eremin-Solenikov
Currently bitbake spills warnings on task-opie and task-opie-16mb recipes containing machine packages, while being non-machine ones. Disable this warning by replacing all PACKAGE_ARCH_xxx stuff with a single PACKAGE_ARCH = "${MACHINE_ARCH}" Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-09Fix LIC_FILES_CHKSUM for change to common LGPL-2.0 license filePaul Eggleton
The LGPL-2.0 file in OE-core has been changed in OE-core commit 558b5043e1d5a36caff137093fd04abcf025af1c, so update the checksums pointing to it. (For reference, you should avoid pointing to common license files in LIC_FILES_CHKSUM in this way because it provides no protection against unexpected upstream license changes, which is what this variable is supposed to do; plus it can break in exactly this way.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18task-opie: reverse default display width/heightPaul Eggleton
240x320 is a more appropriate default screen size for a typical Opie target PDA device. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-taskbar-images: add dummy PACKAGES to fix task-opiePaul Eggleton
In the recent cleanup of this recipe by me (commit id 2baaad67eb73ad3b9762c192b36390fd22948366) some packages that did not install any files were removed; as it turns out they are still needed due to a line adding RRECOMMENDS for both landscape and portrait variants of the images for the task-opie-base package, so add the dummy PACKAGES back in (with an appropriate comment this time). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-zsafe: fix LIC_FILES_CHKSUMPaul Eggleton
A license file is actually already distributed with the source so verify it instead of pointing to a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-remote: fix LIC_FILES_CHKSUMPaul Eggleton
A license file is actually already distributed with the source so verify it instead of pointing to a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-keypebble: fix LIC_FILES_CHKSUMPaul Eggleton
A license file is actually already distributed with the source so verify it instead of pointing to a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-libqrsync: correct LICENSE / LIC_FILES_CHKSUMPaul Eggleton
opie-libqrsync is LGPLv2.1+ according to the source files, and includes a COPYING file, so correct LICENSE and change LIC_FILES_CHKSUM to verify that file instead of a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-wellenreiter: fix LIC_FILES_CHKSUMPaul Eggleton
COPYING is actually already distributed with opie-wellenreiter so verify it instead of pointing to a common license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-icon-reload: for completeness add git versionDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: mass GPL->GPLv2 fixupDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: mass-correct licenses for LGPL packagesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: fix GPLv2 plus licenseDmitry Eremin-Solenikov
Some recipes were incorrectly marked as GPL (which means GPLv1), but in reality they are GPLv2+, mark them so. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie: drop MOC and UIC overrides on command lineDmitry Eremin-Solenikov
We do already provide our OE values for MOC and UIC via qmake.bbclass/linux-oe-g++ qmake config. Don't override MOC/UIC on command line. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18task-opie: provide defaults for screen resolutionDmitry Eremin-Solenikov
Some machine confg files (most notably qemuarm) do not provide MACHINE_DISPLAY_WIDTH/HEIGHT_PIXELS values. Provide sane (QVGA) defaults for those variables, as they are currently used only to select taskbar images packet. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18libopieobex0: drop setting of FILES for -dbg packageDmitry Eremin-Solenikov
The setting in question makes libopieobex0 ignore global settings regarding -dbg packages and source inclusion. Fix it to respect -dbg package settings in oe-core/other layers. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-libqrsync: package static libraryDmitry Eremin-Solenikov
Most of qt/opie libraries are normal shared libraries. libqrsync is static lib, so it needs a special handle during packaging. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-today-addressbookplugin: add dependencies on opie-today and libqtaux2Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-taskbar: launcher also uses opiepim2 library, add it to LIBSDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18opie-taskbar: fix linking issues for 1.2.5 versionDmitry Eremin-Solenikov
Link to libcrypt, libm & libopiepim2 explicitly. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18libopie2: introduce INC_PRPaul Eggleton
Several of the other core Opie libraries use INC_PR, use it for libopie2 as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18libqtaux2: use INC_PR for 1.2.5 versionPaul Eggleton
Somehow this recipe was not using INC_PR although the inc file and git version are. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17libopieobex0: fix disable-bit-check patch for current gitPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-taskbar: fix server.pro patch for current gitPaul Eggleton
Also rename the 1.2.5 version of the patch so that the name makes more sense. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-bluetoothmanager: add RDEPENDS on opiebluetoothd for git versionPaul Eggleton
The manager now requires opiebluetoothd in development versions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-bluetoothapplet: add RDEPENDS on opiebluetoothd for git versionPaul Eggleton
The applet now requires opiebluetoothd in development versions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-bluetoothd: add opiebluetoothd recipePaul Eggleton
This is the Opie bluetooth handling daemon for 1.2.6+. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17task-opie: remove opie-bluepin from task-opie-bluetoothPaul Eggleton
opie-bluepin is already in RDEPENDS for opie-bluetoothmanager for 1.2.5, and won't be available for versions after that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-bluepin: remove git recipePaul Eggleton
opie-bluepin has been removed in latest development versions in favour of agent functionality in the new opiebluetoothd. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-17opie-restartapplet2: remove duplicate recipesPaul Eggleton
It seems these have been around for quite some time in OE classic. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>