<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git/recipes-qt/qwt, branch dev</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=dev</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2020-04-14T11:51:28+00:00</updated>
<entry>
<title>qwt-qt5: fix build with Qt 5.15</title>
<updated>2020-04-14T11:51:28+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2020-04-14T11:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=32c62abeb38a177e719de1471985a6aa897645e7'/>
<id>urn:sha1:32c62abeb38a177e719de1471985a6aa897645e7</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Disable clang dependent recipes for riscv64/32</title>
<updated>2019-12-09T11:11:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-12-05T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=2a2055fab9af0f2d69177ef76485f312e6d1c36b'/>
<id>urn:sha1:2a2055fab9af0f2d69177ef76485f312e6d1c36b</id>
<content type='text'>
Since clang is not buildable for RISC-V, as yet, these should be
disabled as well.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>qwt-qt5: upgrade 6.1.3 -&gt; 6.1.4</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-30T11:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=38ec3255605969bd8f515493622645dc01cc8642'/>
<id>urn:sha1:38ec3255605969bd8f515493622645dc01cc8642</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
</content>
</entry>
<entry>
<title>qwt-qt5: Fix multilib install</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-30T11:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=e2d9845b059ce19b6dc6e2e8c21bd097c5fa0484'/>
<id>urn:sha1:e2d9845b059ce19b6dc6e2e8c21bd097c5fa0484</id>
<content type='text'>
| ERROR: qwt-qt5-6.1.3-r0 do_package: QA Issue: qwt-qt5: Files/directories were installed but not shipped in any package:
|   /usr/lib/libqwt.so.6
|   /usr/lib/libqwt.so.6.1
|   /usr/lib/libqwt.so
|   /usr/lib/libqwt.so.6.1.3
|   /usr/lib/pkgconfig
|   /usr/lib/pkgconfig/Qt5Qwt6.pc
| Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt: remove unnecessary FILES.*-dbg variables for packaging .debug files</title>
<updated>2018-09-19T16:36:36+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-09-14T12:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=03b4c7b669b84b03d44f7fc622e00a447223fb9c'/>
<id>urn:sha1:03b4c7b669b84b03d44f7fc622e00a447223fb9c</id>
<content type='text'>
* package.bbclass can do it automatically since:
  commit da5ec06814e105451cca11cce76b5c5231110524
  Author: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
  Date:   Tue Dec 15 15:38:54 2015 +0000

    package: Add auto package splitting of .debug files

* .debug files for examples were incorrectly picked by qtbase-qmlplugins-dbg
  causing following QE error, because unlike qtbase-examples-dbg we don't
  have libdir in INSANE_SKIP.

  ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA Issue: qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so
  qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/styleplugin/styles/.debug/libsimplestyleplugin.so
  qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugins/.debug/libechoplugin.so [libdir]
  ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qwt-qt5: rewrite completely</title>
<updated>2017-12-20T08:17:35+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2017-11-30T08:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=1be652e5075bf3c65b521093556e9611c4a57541'/>
<id>urn:sha1:1be652e5075bf3c65b521093556e9611c4a57541</id>
<content type='text'>
* install pkgconfig
* fix examples
* DESCRIPTION -&gt; SUMMARY
* overall cleanup

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qwt-qt5.inc: fix QA warning</title>
<updated>2017-07-24T16:56:02+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2017-07-21T12:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=8960831c154848e42bc433871a7424d7d39ddbdc'/>
<id>urn:sha1:8960831c154848e42bc433871a7424d7d39ddbdc</id>
<content type='text'>
* it was partially fixed in previous change, but there was still:
  qwt-qt5-6.1.3: qwt-qt5-dbg: found library in wrong location:
  /usr/plugins/designer/.debug/libqwt_designer_plugin.so [libdir]

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qwt-qt5: Fix rpath issues</title>
<updated>2017-07-12T08:25:33+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-07-11T06:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=00d72cd892b2c7edb3c0c158f0f2f5f5ecd41887'/>
<id>urn:sha1:00d72cd892b2c7edb3c0c158f0f2f5f5ecd41887</id>
<content type='text'>
It errors out
usr/plugins/designer/libqwt_designer_plugin.so [rpaths]
QA Issue: qwt-qt5-plugins: found library in wrong location: /usr/plugins/designer/libqwt_designer_plugin.so

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>qwt: Add recipe.</title>
<updated>2017-05-16T07:35:08+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2017-05-13T19:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=960aaf3658a4dc7c455cdb2d42e626118ee76378'/>
<id>urn:sha1:960aaf3658a4dc7c455cdb2d42e626118ee76378</id>
<content type='text'>
* Build tested for raspberrypi3.

Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
