aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-03task-opie-connman: minor fixesconnmanPaul Eggleton
* Rename to task-opie-connman * Make connman plugins RRECOMMENDS instead of RDEPENDS * Add the task recipe to opie-image-connman DEPENDS Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-03Add image and task for ConnMan testingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-03task-opie: split out old networksettings into its own task packagePaul Eggleton
Add task-opie-network-lite to bring in old networksettings application and associated plugins as appropriate (in preparation for adding the connman equivalent.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-03Add recipes for connman settings/appletPaul Eggleton
These have just been added in the Opie master branch. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-03preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
* Update to latest git revision * Remove patches merged upstream from recipes 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-16classes: rename oeclass -> bbclass in commentsPaul Eggleton
oeclass was the old extension for bbclass files. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-13obexftp: fix LICENSE fieldDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13preferred-opie-git-versions.inc: update to latest git versionPaul Eggleton
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-13qmake: do also provide nativesdk variantDmitry Eremin-Solenikov
Opie SDK needs nativesdk version of qmake package. To achieve this, replace qmake-native with qmake recipe, which can be built both as virtclass-native and virtclass-nativesdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-12-13uicmoc: do also provide nativesdk variantDmitry Eremin-Solenikov
Opie SDK needs nativesdk version of uicmoc package. To achieve this, replace uicmoc-native with uicmoc recipe, which can be built both as virtclass-native and virtclass-nativesdk. 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-18manufacturers: fix S for git fetcher subpath patchPaul Eggleton
The subpath option should check out the source to the basename of the subpath value, instead of git/. 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-18task-qpe: fix for recipe removals/replacements in meta-opiePaul Eggleton
* qpenmapfe was removed in favour of qpe-nmap * notez was removed (in favour of opie-notes) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18task-qpe: add task-qpe from OE classicPaul Eggleton
It seems that this task was missed when creating the repository. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18qpf-qte: remove 3.3.5 versionPaul Eggleton
We don't have Qt/E 3.x so we do not need this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18Correct TrollTech GPL/QPL LICENSE field syntaxPaul Eggleton
Use pipe separator which is standard for OE core, and specify GPLv2 where known. 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-18qmake: do not try to regenerate mocDmitry Eremin-Solenikov
There is no point in regenerating moc constantly. Add no_mocdep to the oe qmake config. Also bump PR for this change. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18qte-common: adapt for {moc,uic} -> {moc,uic}2 changeDmitry Eremin-Solenikov
qt2 tools have suffix 2, adapt qt2 class to use them. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18qmake.bbclass: adapt for {moc,uic} -> {moc,uic}2 changeDmitry Eremin-Solenikov
qt2 tools have suffix 2, adapt qt2 class to use them. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18uicmoc-native: install tools with suffix 2Dmitry Eremin-Solenikov
To remove conflicts with Qt4, install Qt2 tools with suffix "2", like moc2, uic2, qvfb2. 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>