aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt
AgeCommit message (Collapse)Author
2014-06-21qconnman, qconnman-e: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05qt-creator: skip libdir qa check, because it's false positiveMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-18libconnman-qt: update to 1.0.50+git80ac184Andreas Oberritter
Allows to install versions for Qt4/X11 and Qt4/Embedded into the same filesystem by overriding the target name. This version also removes a superflous .pc file from ${libdir}. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-18libconnman-qt: update to 1.0.46, add recipe for qteAndreas Oberritter
* Use _git version suffix, because it really is a Git recipe. * Create an inc file to be shared between qt4x11 and qt4e. * Use CONFIG+=notests, because CONFIG+=notest has no effect now. * Reorder some variables according to style guide. * Remove unneeded PROVIDES for ${PN}-plugin, which is already listed in PACKAGES. * Hardcode branch to master, because no other branch exists upstream. * Simplify do_install. * Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses it to pass on QT_LIBINFX. * Generalize QT_IMPORTS_DIR to make it valid for qte. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-01qconnman*: Fix branch paramMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-01qtserialport-e: Fix branch paramMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-01fingerterm: Make is executable to other users by defaultFelipe F. Tonello
By default "xuser" cannot execute this binary. So we fix it. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-17libqofono: Use BPN instead of PN in SRC_URIKhem Raj
Makes multilib builds happy as a rule of thumb never let PN be in SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15ofono: libqofono: Added libqofono recipeFelipe F. Tonello
libqofono is a Qt library for oFono that provides easy to use Qt library and QML components to use oFono. OBS: This recipe provides the Qt4 support only, but the library also works with Qt5. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14qt-creator: add qt4-plugin-sqldriver-sqlite to RRECOMMENDS_${PN}Andreas Müller
fix runtime message 'QSqlDatabase: QSQLITE driver not loaded' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-10qt-creator: update to 2.8.1Jonathan Liu
This also adds patches to fix compilation for ARM. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03qcanobserver: Move to nonworkingMartin Jansa
* depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/qcanobserver if you want to finish it and move qcanobserver back to recipes-qt * qwt-5 was removed more then 1 year ago: commit 5ad3d0d042dcd3f3bf54d44144b731cd0607b2e3 Author: Eric BENARD <eric@eukrea.com> Date: Thu Apr 12 15:09:48 2012 +0000 qwt: add 6.0.1 version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-03qwt: install Qt Designer plugins to correct directoryJonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-24qt-creator: upgrade to 2.8.0Jonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08qt-creator: add new recipe for version 2.7.2Jonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20connman: updated libconnman-qt to 1.0.7Felipe F. Tonello
This new recipe version requires the changes in this patch: http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg38148.html Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26qtserialport-e: Various fixes per openembedded-devel list comments.Wayne Warren
* 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-26qtserialport: Adds initial recipe.Wayne Warren
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-16qt4-embedded, qt4-x11-free, packagegroup-qte-toolchain-target: drop PRINCMartin Jansa
* 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-15recipes: Unify indentationMartin Jansa
* 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-15qt4: remove bbappend contentPaul Eggleton
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-11packagegroup-qte-toolchain-target: remove bbappend contentPaul Eggleton
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-03-21fingerterm: Added 1.0.2 recipeFelipe F. Tonello
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-13qextserialport: Added 1.2rc recipeFelipe F. Tonello
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-02-21libconnman-qt: fixed directory typoFelipe F. Tonello
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19connman: added recipe libconnman-qtFelipe F. Tonello
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-05qconnman: use RCONFLICTS correctlyPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31packagegroup-qte-toolchain-target: exclude from worldMartin Jansa
* add comment why qwt-e is excluded Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23qwt-e: exclude from worldMartin Jansa
* 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-16wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use ↵Martin Jansa
correct PRINC form Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-12qt4: rename bbappends to match new 4.8.4 version from oe-coreMartin Jansa
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-12qconnman-e: fix unpackaged files QA warningMartin Jansa
* 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-11qwt: fix unpackaged filesMartin Jansa
* 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-11qconnman: update git repo URLMartin Jansa
* it was probably renamed on github, old SRCREV works Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10Revert "qt4: rename bbappends to match new 4.8.4 version from oe-core"Koen Kooi
The recipes aren't in OE-core yet This reverts commit 421a73c9c3bea13e029cd0505711ef02753949bb.
2012-12-07qt4: rename bbappends to match new 4.8.4 version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-22qt4-embedded: drop bbappend for 4.8.1Martin Jansa
* 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-22qt4-x11-free: drop bbappend for 4.8.1Martin Jansa
* 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-10-02qt4: add bbappends also for 4.8.3 versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-27qwt: convert tabs to spaces.Marc Reilly
Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-27qwt: fix link error when linking with ld-gold.Marc Reilly
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-07-13meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson
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-06-14qt4: Remove qt-4.7.4 recipes.Elvis Dowson
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-04-26qt4: rename bbappends to match 4.8.1 from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-21qt bbappends: play nice with bbappends in other layers by incrementing PRINC ↵Koen Kooi
instead of overwriting it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-13qte-toolchain: add qwte supportEric BENARD
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-13qwt: add 6.0.1 versionEric BENARD
- 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>