aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt4
AgeCommit message (Collapse)Author
2016-07-28qt4-native: inhibit strip for debug packagesyocto-2.1.3yocto-2.1.2yocto-2.1.1krogoth-15.0.3krogoth-15.0.2krogoth-15.0.1krogothTim Orling
[YOCTO #10039] Apply the same patch from qt4-4.8.7.inc to qt4-native. This will avoid "already-stripped" QA warnings Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-28qt4-native: fix build for gcc-6Tim Orling
[YOCTO #10039] Apply patches from qt4-4.8.7.inc to qt4-native as well. (Now that Fedora-24 host is gcc-6) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-06qt4-native: disable precompiled headers2.2_M2Andreas Oberritter
Using precompiled headers may lead to errors in parallel builds: | In file included from <command-line>:0:0: | /usr/include/stdc-predef.h:59:1: error: one or more PCH files were found, but they were invalid | #endif | ^ | /usr/include/stdc-predef.h:59:1: error: use -Winvalid-pch for more information | /usr/include/stdc-predef.h:59:1: fatal error: .pch/release-shared-emb-x86_64/QtCore: No such file or directory Upstream bug report: http://lists.qt-project.org/pipermail/development/2014-July/017689.html Precompiled headers have been disabled for target builds from the beginning (commit 46bdf066 in OE-Core). Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2016-07-06qt4-embedded: remove dependency on DirectFBPaul Eggleton
DirectFB is about to be removed from OE-Core, so we shouldn't (and don't need to) depend upon it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-05-26qt4: Add patch to allow builds of webkit with gcc v62.2_M1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-25qt4: Fix build with gcc-6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-08qt4-4.8.7: Add support for nios2yocto-2.1krogoth-15.0.0Marek Vasut
Add necessary bits to build Qt4 for NIOS2 architecture. Signed-off-by: Marek Vasut <marex@denx.de>
2016-01-21python-pyqt: Add recipe.Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2016-01-21sip: Add recipe.Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2016-01-21qwt: Add recipe.Philip Balister
* Copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2015-12-16qt4: add UPSTREAM_CHECK_URI/_REGEX2.1_M1Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-12-16qt4-4.8.7: fix build for mips n32Robert Yang
Issue: LIN8-1720 If _ABIN32 is defined, it should go into 32 bit branch. Fixed: ./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]': runtime/JSValueInlineMethods.h:495:44: required from here ./wtf/Assertions.h:326:47: error: size of array is negative #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-27Initial commitAlexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>