53 Commits

Author SHA1 Message Date
Wayne Warren 148a2395e9 qtserialport-e: Various fixes per openembedded-devel list comments.
* Change DESCRIPTION to SUMMARY
 * Fix LICENSE declarations to be version-specific
 * Coding convention fixes * Don't modify Makefiles modified by qmake2; instead
   symlink qmake2 in to $WORKDIR to be run from there so that it uses
   $WORKDIR/qt.conf values

Signed-off-by: Wayne Warren <steven.w.warren@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30 21:22:43 +02:00
Wayne Warren 0dc28851ce qtserialport: Adds initial recipe.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-30 21:22:32 +02:00
Martin Jansa 176db428d6 qt4-embedded, qt4-x11-free, packagegroup-qte-toolchain-target: drop PRINC
* as discussed before, PR bumps were merged in oe-core we need to apply this asap
  so that there is small chance that someone builds it with PR bump and PRINC still
  in place

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-16 18:16:30 +02:00
Martin Jansa a45830a39b recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
  tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
  tabs is the need to update a lot of recipes). Lately this advice
  was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
  error prone when someone is not sure if e.g.
  do_generate_toolchain_file() is Python or shell task and also allows
  to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
  potentially bad (shouldn't be used for indenting of multiline
  variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
  we're quite inconsistent wheater it's first character on line
  under opening quote or under first non-whitespace character in
  previous line.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15 16:23:17 +02:00
Paul Eggleton 64c6887ca1 qt4: remove bbappend content
These changes to Qt's configuration need to be applied in distro layers,
not in meta-oe.

(We have to preserve the PRINC value to avoid PR going backwards.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15 16:16:52 +02:00
Paul Eggleton bd9988e71a packagegroup-qte-toolchain-target: remove bbappend content
This added Qwt to the Qt Embedded toolchain. This is a distro policy
decision, and in any case Qwt is a third-party library which is not part
of Qt. Distros that wish to do this should add this bbappend to their
own layers.

(We have to preserve the PRINC value to avoid PR going backwards.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-11 11:33:39 +02:00
Felipe F. Tonello ac77fd5074 fingerterm: Added 1.0.2 recipe
Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
environment.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-21 22:02:57 +01:00
Felipe F. Tonello 0a7d88ea21 qextserialport: Added 1.2rc recipe
QExtSerialPort is a serial port library for Qt4/5.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-13 17:21:52 +01:00
Felipe F. Tonello 65fa455ef0 libconnman-qt: fixed directory typo
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-21 06:22:21 +01:00
Felipe F. Tonello f4052df881 connman: added recipe libconnman-qt
This recipe provides the Qt library and QML plugins for connman.

MJ: exported INSTALL_ROOT to fix build with dash
MJ: dropped AUTOREV
MJ: dropped TAG and replaced with SRCREV for 0.4.0

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19 01:48:45 +01:00
Paul Eggleton 451c5cd710 qconnman: use RCONFLICTS correctly
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05 11:05:51 +01:00
Martin Jansa 6139a58374 packagegroup-qte-toolchain-target: exclude from world
* add comment why qwt-e is excluded

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31 12:58:31 +01:00
Martin Jansa cd3baa9a9f qwt-e: exclude from world
* qwt and qwt-e cannot be built in the same sysroot, it's correctly checked:
  | Project ERROR: local build will conflict with /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libqwt.*
  but there is no point to include both in world build

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:47:33 +01:00
Martin Jansa 31ff8c0cb7 wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:11:44 +01:00
Martin Jansa 2985ea253c qt4: rename bbappends to match new 4.8.4 version from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-12 19:39:50 +01:00
Martin Jansa dbd823cfbf qconnman-e: fix unpackaged files QA warning
* fixes:
qconnman-e-0.0+gitr1+f976b18c7c5584627224784801803e9fd3ebe0ff: qconnman-e: Files/directories were installed but not shipped
  /usr/share
  /usr/share/qconnman
  /usr/share/qconnman/i18n
  /usr/share/qconnman/i18n/pt_BR.qm

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-12 19:39:11 +01:00
Martin Jansa 609e4e9896 qwt: fix unpackaged files
* fixes:
qwt-6.0.1: qwt: Files/directories were installed but not shipped
  /usr/features
  /usr/doc
  /usr/plugins
  /usr/features/qwtconfig.pri
  /usr/features/qwtmathml.prf
  /usr/features/qwt.prf
  /usr/plugins/designer
  /usr/plugins/designer/libqwt_designer_plugin.so
  /usr/plugins/designer/.debug
  /usr/plugins/designer/.debug/libqwt_designer_plugin.so

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:54:20 +01:00
Martin Jansa 93581aa61c qconnman: update git repo URL
* it was probably renamed on github, old SRCREV works

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Koen Kooi 9c2eee256d Revert "qt4: rename bbappends to match new 4.8.4 version from oe-core"
The recipes aren't in OE-core yet

This reverts commit 421a73c9c3.
2012-12-10 11:48:15 +01:00
Martin Jansa 421a73c9c3 qt4: rename bbappends to match new 4.8.4 version from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-07 11:05:04 +01:00
Martin Jansa d08ee5a51d qt4-embedded: drop bbappend for 4.8.1
* 4.8.1 was removed in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-22 09:48:36 +01:00
Martin Jansa bb3d744481 qt4-x11-free: drop bbappend for 4.8.1
* 4.8.1 was removed from oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-22 09:48:35 +01:00
Martin Jansa a76f29b406 qt4: add bbappends also for 4.8.3 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:38 +02:00
Martin Jansa 21a4be0e36 task*: rename to packagegroup to match oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:06 +02:00
Marc Reilly 312b7ed8ab qwt: convert tabs to spaces.
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-27 14:42:01 +02:00
Marc Reilly 380f8fe34d qwt: fix link error when linking with ld-gold.
ld-gold doesn't implicitly link with librt, this fixes an unresolved
symbol error when compiling qwt examples.

Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-27 14:42:00 +02:00
Elvis Dowson 99cb797bd8 meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"
This commit updates the SRC_URI for the following recipes to use "protocol"
meta-oe/recipes-devtools/python/python-pyyaml_svn.bb
meta-oe/recipes-navigation/navit/navit_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
meta-oe/recipes-support/usbpath/usbpath_svn.bb
meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-13 10:20:01 +02:00
Elvis Dowson 0d7288e944 qt4: Remove qt-4.7.4 recipes.
This commit removes the following recipes:
qt4-embedded_4.7.4.bbappend
qt4-x11-free_4.7.4.bbappend

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-14 15:05:06 +02:00
Martin Jansa 5cee0a2325 qt4: rename bbappends to match 4.8.1 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-26 13:49:15 +02:00
Koen Kooi 9018be6edb qt bbappends: play nice with bbappends in other layers by incrementing PRINC instead of overwriting it
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-21 12:49:59 +02:00
Eric BENARD 118734e096 qte-toolchain: add qwte support
we have QWT in meta-oe so include it in the SDK to give users the
opportunity to use these widgets in their developments.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-13 10:50:40 +02:00
Eric BENARD 5ad3d0d042 qwt: add 6.0.1 version
- only the qwt-e version is compile and run tested ATM

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-13 10:50:39 +02:00
Paul Eggleton 986de01251 qmake2: remove
qmake is now provided by the qt4-x11-tools package in OE-Core (and has
RPROVIDES + RREPLACES), so remove this recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-21 13:50:44 +01:00
Eric Bénard e0171dcbf6 qt-4.8.0: enable sql features as in 4.7.4
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26 15:26:49 +01:00
Otavio Salvador 79c6b533bd qwt.inc: drop 'PRIORITY = "optional"' as it is the default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-15 09:25:14 +01:00
Otavio Salvador 6a7929c329 qconnman: bump SRCREV
* add translation support
 * doesn't allow simultaneous connections

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-15 09:25:07 +01:00
Otavio Salvador b37fc4e65b qconnman: fix order of qmake variable settings
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-09 17:30:09 +01:00
Otavio Salvador c0cd58836f qconnman: add
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-09 12:24:35 +00:00
Koen Kooi a03a4083df qcanobserver-socketcan: import from OE Classic with updates 2011-11-14 16:22:31 +01:00
Koen Kooi 09105b947a qcanobserver: import from OE Classic with updates and cleanups
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14 16:20:12 +01:00
Eric BENARD a3ff950b76 qt4: update to 4.7.4
once oe-core has updated qt4 recipe

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04 12:58:55 +02:00
Denis 3e4a843596 qwt: import from openembedded.dev
The only change between openembedded.dev and meta-openembedded was
  the addition of LIC_FILES_CHKSUM

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-15 12:40:12 +02:00
Paul Eggleton 040f75eca2 Drop PRIORITY variable
As discussed on the mailing list, this variable isn't useful and if wanted
would be better implemented by distros using pn-X overrides.

This patch executes:

find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d'

against the tree removing the references. Thanks to Phil Blundell for
the command.

(Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-14 16:49:27 +01:00
Koen Kooi bf206c9185 qmake2: update qt from 4.4.3 to 4.7.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:25 +02:00
Paul Eggleton 1583b23624 qt4: remove qt4-tools-sdk
qt4-tools-sdk has been replaced by qt4-tools-nativesdk in oe-core.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 19:25:42 +02:00
Paul Eggleton 608afbe828 qt4: replace recipes with bbappends
The only functional difference between these recipes and the ones in
oe-core is the addition of PostgreSQL, MySQL and SQLite 2 drivers. Now
that we have QT_SQL_DRIVER_FLAGS in the oe-core Qt4 recipes we can
replace the overlayed recipes with bbappends which enable the drivers
using this variable.

(Note: there is no bbappend for qt4-tools-native as this does not build
the SQL drivers.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 19:25:25 +02:00
Otavio Salvador ea660c06fc qt4: fix 4.7.2 checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-10 08:55:54 +02:00
Otavio Salvador c6d80dc43e qt4: drop 4.6 versions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-10 08:55:54 +02:00
Koen Kooi 2a9e3855e8 qt-apps,-tasks: drop from meta-oe, changes were merged back into meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-21 10:01:44 +02:00
Koen Kooi 408601b9d4 meta-oe: catch up with POKYBASE -> COREBASE renaming
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-21 09:58:39 +02:00