<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git/recipes-qt/qt5, branch master</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-qt5.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2019-02-14T17:40:27+00:00</updated>
<entry>
<title>qtwebengine: drop 0002-chromium_overrides.cpp-Fix-build-with-plugins-and-oz.patch</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2019-02-14T10:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=fb71293f257c6fd02ccc06765a96dbf11d4569a0'/>
<id>urn:sha1:fb71293f257c6fd02ccc06765a96dbf11d4569a0</id>
<content type='text'>
* with 5.12 it looks like it's not needed anymore, it causes following error instead:
  linking ../../lib/libQt5WebEngineCore.so.5.12.0
  ../../../../git/src/3rdparty/chromium/content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc:79: error: undefined reference to 'content::GetFontFamilies_SlowBlocking(std::vector&lt;std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;, std::allocator&lt;std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; &gt; &gt;*)'
  ../../../../git/src/3rdparty/chromium/content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc:93: error: undefined reference to 'content::GetFontsInFamily_SlowBlocking(std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt; const&amp;, std::vector&lt;ppapi::proxy::SerializedTrueTypeFontDesc, std::allocator&lt;ppapi::proxy::SerializedTrueTypeFontDesc&gt; &gt;*)'
  collect2: error: ld returned 1 exit status
  Makefile.core_module:74: recipe for target '../../lib/libQt5WebEngineCore.so.5.12.0' failed

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebengine: Fix build with clang/libc++ on aarch64/arm</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-02-03T07:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=5be2654885b3699520c4370579c929e2ce352e80'/>
<id>urn:sha1:5be2654885b3699520c4370579c929e2ce352e80</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Export host compiler and linker</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-02-04T00:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=cb1b47212659a21514553cb0a0102861a6e2299b'/>
<id>urn:sha1:cb1b47212659a21514553cb0a0102861a6e2299b</id>
<content type='text'>
Certain portions of qtwebengine build involves building native tools
using host compiler/linker, this however currently uses gcc and when we
build with clang to compile the target pieces, chromium configures for
clang and rightly so, but then does not have a way to define flags for
host and target separately, and it ends up supplying same flags for both
host and target builds, the trouble is that the options between clang
and gcc are not always same in some cases, they dont understand each
others options. So build starts to fail due to these errors about
unknown cmdline options.

This makes sure we inject CC_host, CXX_host, LD_host into qmake.conf so
they can be used in such packages

We use clang to do host builds when TOOLCHAIN = "clang" is used
otherwise default to gcc as it was the case

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5-plugin-generic-vboxtouch: Fix build with clang/libc++</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-02-02T07:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=6d919b0bf1ede1d585a6a198257d9e01cf01bd94'/>
<id>urn:sha1:6d919b0bf1ede1d585a6a198257d9e01cf01bd94</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtconnectivity: Fix build with clang/libc++</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-30T04:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=9a83f2d9a69988c2805003a5f9e26e1038deface'/>
<id>urn:sha1:9a83f2d9a69988c2805003a5f9e26e1038deface</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwayland: workaround upstream bug: install missing headers manually</title>
<updated>2019-02-14T17:40:27+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2019-01-25T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=080cc294b7e28eb4c77ccd2a3ea4d07b34c61738'/>
<id>urn:sha1:080cc294b7e28eb4c77ccd2a3ea4d07b34c61738</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Update the PACKAGECONFIG_KDE to enable more</title>
<updated>2019-02-08T22:18:25+00:00</updated>
<author>
<name>Alistair Francis</name>
<email>alistair.francis@wdc.com</email>
</author>
<published>2019-01-17T00:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d055d6a279b4823582d7c9d81fcdba2f930456a3'/>
<id>urn:sha1:d055d6a279b4823582d7c9d81fcdba2f930456a3</id>
<content type='text'>
Update PACKAGECONFIG_KDE to ensure that all required packages are
enabled.

Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
</content>
</entry>
<entry>
<title>qtbase: fix incomplete recipe changes from previous commit</title>
<updated>2019-01-12T17:58:58+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2019-01-12T17:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=82abc2bb38e6db10b469975c1f50be1bc1c078e8'/>
<id>urn:sha1:82abc2bb38e6db10b469975c1f50be1bc1c078e8</id>
<content type='text'>
* the patches were renamed, but I forgot to amend the SRC_URI modifications

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Fix qtopcua issue on bigendian systems</title>
<updated>2019-01-10T09:56:37+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-04T16:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=f4c8cef8586d28f51f69a78717c10093f8a9f730'/>
<id>urn:sha1:f4c8cef8586d28f51f69a78717c10093f8a9f730</id>
<content type='text'>
See
http://errors.yoctoproject.org/Errors/Details/213681/

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebkit: Disable JIT for mips64</title>
<updated>2019-01-10T09:56:35+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-02T06:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=be8bc9f575ed214111222e0c474830dc06f44610'/>
<id>urn:sha1:be8bc9f575ed214111222e0c474830dc06f44610</id>
<content type='text'>
It does not build with JIT

git/Source/JavaScriptCore/assembler/MacroAssembler.h:64:2: error: #error "The MacroAssembler is not supported on this platform."
   64 | #error "The MacroAssembler is not supported on this platform."
      |  ^~~~~

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
