aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-27qt4-native: inhibit strip for debug packagestimo/meta-qt4-krogoth-nextTim Orling
[YOCTO #10038] 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>
2016-07-27qt4-native: fix build for gcc-6Tim Orling
[YOCTO #10038] 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>
2016-05-26qt4: Add patch to allow builds of webkit with gcc v6Richard 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 nios2Marek 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>
2016-01-11Change collection name to 'qt4-layer'Otavio Salvador
Most layers use the '-layer' suffix for the collection, so we should follow same pattern here. This is part of [YOCTO: #8898]. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-12-16qt4: add UPSTREAM_CHECK_URI/_REGEXRoss 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>