<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git, branch dora-next</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=dora-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=dora-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2014-02-18T12:59:37+00:00</updated>
<entry>
<title>qtbase.inc: PACKAGECONFIG[gstreamer] gst-plugins-base dependency missing</title>
<updated>2014-02-18T12:59:37+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2014-02-13T02:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=9a48a2940192073771d99daced62ddd8187b1ee6'/>
<id>urn:sha1:9a48a2940192073771d99daced62ddd8187b1ee6</id>
<content type='text'>
When testing for GStreamer support, the qtbase 5.1.1 configure script
tries to determine pkg-config information for both gstreamer-0.10 and
gstreamer-plugins-base-0.10.

If either one is unavailable then the configure test fails (with the
slightly confusing error that gst/gst.h can't be found, even when the
gstreamer header files are present in sysroot).

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebkit-examples: add missing RDEPENDS for qmlplugins</title>
<updated>2013-11-14T09:25:39+00:00</updated>
<author>
<name>Nicolas Dechesne</name>
<email>nicolas.dechesne@linaro.org</email>
</author>
<published>2013-10-22T15:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=cefaba69a785c5221463f0eb496b749d5ddf8a5a'/>
<id>urn:sha1:cefaba69a785c5221463f0eb496b749d5ddf8a5a</id>
<content type='text'>
Some examples require qtwebkit-qmlplugins (flickerview, youtubeview),
and this dependency is not automatically added. Without this patch,
and without manually adding qtwekbit-qmlplugins, we get errors like
this:

qrc:///flickrview.qml:42:1: module "QtWebKit" is not installed

Signed-off-by: Nicolas Dechesne &lt;nicolas.dechesne@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Use bundled freetype by default</title>
<updated>2013-10-20T12:55:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-11T20:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=7b5ad04be2afad51b78093fc5b89bbfc5141def6'/>
<id>urn:sha1:7b5ad04be2afad51b78093fc5b89bbfc5141def6</id>
<content type='text'>
* system freetype works only together with fontconfig
* building qbasicfontdatabase fails with system freetype and without
  fontconfig or with freetype completely disabled
  | /home/jenkins/webos-ports/workspace/webos-ports/tmp-eglibc/sysroots/a500/usr/include/ft2build.h:56:38:
    fatal error: freetype/config/ftheader.h: No such file or directory
  |  #include &lt;freetype/config/ftheader.h&gt;
  |                                       ^
  | compilation terminated.
  | make[2]: *** [.obj/release-shared/qbasicfontdatabase.o] Error 1
  | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Disable freetype by default</title>
<updated>2013-10-20T12:55:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-11T20:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d8d2421d33f862cc2a5fe9e526c03efc265d7e0b'/>
<id>urn:sha1:d8d2421d33f862cc2a5fe9e526c03efc265d7e0b</id>
<content type='text'>
* building qbasicfontdatabase fails without fontconfig enabled
  | /home/jenkins/webos-ports/workspace/webos-ports/tmp-eglibc/sysroots/a500/usr/include/ft2build.h:56:38:
    fatal error: freetype/config/ftheader.h: No such file or directory
  |  #include &lt;freetype/config/ftheader.h&gt;
  |                                       ^
  | compilation terminated.
  | make[2]: *** [.obj/release-shared/qbasicfontdatabase.o] Error 1
  | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Disable fontconfig by default</title>
<updated>2013-10-20T12:55:12+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-10T10:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=3af2cf3880610948c8f57d6a68eb21e640edf061'/>
<id>urn:sha1:3af2cf3880610948c8f57d6a68eb21e640edf061</id>
<content type='text'>
* it was explicitly disabled in
  commit 1b14686657cddcc5bb37a5c7db8a35f1c4903ee3
  Author: Philip Craig &lt;phil@blackmoth.com.au&gt;
  Date:   Wed Jun 26 02:13:02 2013 +0000
  Subject: qtbase: disable fontconfig support by default
* and then accidentaly enabled with PACKAGECONFIG changes
  commit ebdd83f6b7e5c3296e5ebd3b7b0c1e0defe5aba5
  Author: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
  Date:   Sat Jul 20 00:02:57 2013 +0200
  Subject: qtbase: explicitly enable or disable all deps
* Thanks to Nicolas Dechesne for reporting it

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5.inc: extend FILES_${PN}-examples-*</title>
<updated>2013-10-08T15:56:52+00:00</updated>
<author>
<name>Eric BENARD</name>
<email>eric@eukrea.com</email>
</author>
<published>2013-10-08T15:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=9aeae23dfbf0d4f2c08ea409c91c8c3a7e258e55'/>
<id>urn:sha1:9aeae23dfbf0d4f2c08ea409c91c8c3a7e258e55</id>
<content type='text'>
this fix :
ERROR: QA Issue: non debug package contains .debug directory: qtquick1-examples path
/work/armv7a-vfp-neon-oe-linux-gnueabi/qtquick1/5.1.1-r0/packages-split/qtquick1-examples/
usr/share/qt5/examples/declarative/cppextensions/plugins/org/qtproject/TimeExample/.debug/libqmlqtimeexampleplugin.so

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtgraphicaleffects: Don't use PN in PN-dev RDEPENDS</title>
<updated>2013-10-08T13:49:09+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2013-09-26T09:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=c27c56484b111e94ecfb330fb680f79c21ee0def'/>
<id>urn:sha1:c27c56484b111e94ecfb330fb680f79c21ee0def</id>
<content type='text'>
* fix do_rootfs for images with dev-pkgs in IMAGE_FEATURES
  | Collected errors:
  |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for qtgraphicaleffects-dev:
  |  *     qtgraphicaleffects (= 5.1.0-r0) *
  |  * opkg_install_cmd: Cannot install package qtgraphicaleffects-dev.

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtjsondb: Remove unsupported module</title>
<updated>2013-10-08T13:49:09+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-08T10:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=39e3e180960f4d16ab0917a465da84fbab9fc637'/>
<id>urn:sha1:39e3e180960f4d16ab0917a465da84fbab9fc637</id>
<content type='text'>
* https://bugreports.qt-project.org/browse/QTBUG-31741

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase.inc: PACKAGECONFIG[linuxfb] shouldn't depend on nonexistent linuxfb package</title>
<updated>2013-10-08T13:49:09+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2013-10-08T04:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=0d73b7f2892862030af0b6f5341c9eb9051c5255'/>
<id>urn:sha1:0d73b7f2892862030af0b6f5341c9eb9051c5255</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebkit-examples: enable building and packaging of examples by default</title>
<updated>2013-10-08T13:49:09+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2013-10-08T04:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=8ef8582725970d16115cb6bc4263bb5d55b2c613'/>
<id>urn:sha1:8ef8582725970d16115cb6bc4263bb5d55b2c613</id>
<content type='text'>
Note: binaries will go into ${PN}-examples, which is qtwebkit-examples-examples

Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
