<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support, branch rocko-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=rocko-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=rocko-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-09-04T14:33:51+00:00</updated>
<entry>
<title>rarpd, sblim-sfcb, openct: inherit systemd unconditionally</title>
<updated>2018-09-04T14:33:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2018-06-12T18:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=280157bc380ff98d24ac89674e332c48802574b1'/>
<id>urn:sha1:280157bc380ff98d24ac89674e332c48802574b1</id>
<content type='text'>
* the inherit was controlled by VIRTUAL-RUNTIME_init_manager and the installation
  of .service files by DISTRO_FEATURES and systemd was in DISTRO_FEATURES but not
  in VIRTUAL-RUNTIME_init_manager it was causing QA issues about unpackaged
  .service files

ERROR: rarpd-ss981107-r0 do_package: QA Issue: rarpd: Files/directories
were installed but not shipped in any package:
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/rarpd.service

ERROR: sblim-sfcb-1.4.9-r0 do_package: QA Issue: sblim-sfcb:
Files/directories were installed but not shipped in any package:
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/sblim-sfcb.service

ERROR: sblim-sfcb-1.4.9-r0 do_package: QA Issue: sblim-sfcb:
Files/directories were installed but not shipped in any package:
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/sblim-sfcb.service

* systemd.bbclass will take care of removing /lib/systemd when systemd
  isn't in DISTRO_FEATURES, so we can remove both conditions

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fltk: remove fltk-native from DEPENDS</title>
<updated>2018-02-01T15:32:04+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2017-12-17T18:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7cfbfe0a3f612317e7f53afea9791c02c53af1c8'/>
<id>urn:sha1:7cfbfe0a3f612317e7f53afea9791c02c53af1c8</id>
<content type='text'>
This depemdency is a pre recipe specific sysroot remnant.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 5a7a0abb179d0418475ca0f491cd1250ac728e44)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fltk-native: remove fltk-config from image</title>
<updated>2018-02-01T15:32:04+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2017-12-17T18:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c31b2408d218b803f7c69dbbbbcd525fd11bd961'/>
<id>urn:sha1:c31b2408d218b803f7c69dbbbbcd525fd11bd961</id>
<content type='text'>
Make sure fltk-config will not be used accidentaly.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 66601de45ff88a2a267d50f27553956611c8a174)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>openldap: fix QA Warning</title>
<updated>2018-02-01T15:32:04+00:00</updated>
<author>
<name>Qi Hou</name>
<email>qi.hou@windriver.com</email>
</author>
<published>2017-12-04T08:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=846e0098814d45cf4b8ea2625ee824faf519147e'/>
<id>urn:sha1:846e0098814d45cf4b8ea2625ee824faf519147e</id>
<content type='text'>
While building openldap, there was a warning, like below:

WARNING: QA Issue: openldap: Files/directories were installed but not shipped in any package:
  /usr/libexec
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
openldap: 1 installed and not shipped files. [installed-vs-shipped]

This is because that after openldap all contents of /usr/libexec are split
into subsets or moved into other directory and no one makes use of it.

So, to fix this QA warning, delete /usr/libexec.

Signed-off-by: Qi Hou &lt;qi.hou@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit aaf496df4cef4703a6d4b380b3f5ddf738753406)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>passwdqc: add pam-passwdqc to RDEPENDS</title>
<updated>2018-02-01T15:32:04+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>Mingli.Yu@windriver.com</email>
</author>
<published>2017-12-07T05:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f48be7e9b19a1e3ec3a03a9a5d9ca7e08a54a7ad'/>
<id>urn:sha1:f48be7e9b19a1e3ec3a03a9a5d9ca7e08a54a7ad</id>
<content type='text'>
Some basic function such as password change invoked
by programs such as passwd depends on pam_passwdqc.so
which is provided by subpackage pam-passwdqc.

Add pam-passwdqc to RDEPENDS for passwdqc.

Signed-off-by: Mingli Yu &lt;Mingli.Yu@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 1d943254ce7fb9a88e79ef175c8ec0d3d26dbbad)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>dfu-utils-native: fix do_deploy sstate handling</title>
<updated>2018-02-01T15:32:03+00:00</updated>
<author>
<name>Stefan Müller-Klieser</name>
<email>s.mueller-klieser@phytec.de</email>
</author>
<published>2017-12-01T10:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c993fd103de36ebfb4ad4aa9f73847a3076a3d5b'/>
<id>urn:sha1:c993fd103de36ebfb4ad4aa9f73847a3076a3d5b</id>
<content type='text'>
We need to install to the sstate input dir and not the output dir, so
sstate handling will work correctly.

Signed-off-by: Stefan Müller-Klieser &lt;s.mueller-klieser@phytec.de&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 1ef92d2423d6d6546e4f0585478540212b26f3a0)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>postgresql: Update to 9.4.15</title>
<updated>2018-02-01T15:32:03+00:00</updated>
<author>
<name>George McCollister</name>
<email>george.mccollister@gmail.com</email>
</author>
<published>2017-11-13T21:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1caf21276cc6b0ab96016741eadf898b94321ce0'/>
<id>urn:sha1:1caf21276cc6b0ab96016741eadf898b94321ce0</id>
<content type='text'>
Update to 9.4.15 to pickup "a variety of fixes" from 9.4.14.
Included are fixes for CVE-2017-15098 and CVE-2017-12172.

Upstream release notes:
https://www.postgresql.org/docs/9.4/static/release-9-4-15.html

Backporting all supported stable branches to this version should be
considered.

Signed-off-by: George McCollister &lt;george.mccollister@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 9fb1739a7accfd2e7126ed9dcea756663bf3df07)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>postgresql: Update to 9.4.14</title>
<updated>2018-02-01T15:32:03+00:00</updated>
<author>
<name>Huang Qiyu</name>
<email>huangqy.fnst@cn.fujitsu.com</email>
</author>
<published>2017-10-18T01:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b4289b2048e09bfa71b99a6efba6f2a3ddf37016'/>
<id>urn:sha1:b4289b2048e09bfa71b99a6efba6f2a3ddf37016</id>
<content type='text'>
1) Upgrade pcsc-lite from 9.4.13 to 9.4.14.

Signed-off-by: Huang Qiyu &lt;huangqy.fnst@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit f6c74fba0d0f8883b8abea581780741a2a757c49)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server</title>
<updated>2018-02-01T15:32:03+00:00</updated>
<author>
<name>Jonathan Haws</name>
<email>jhaws@sdl.usu.edu</email>
</author>
<published>2017-11-14T23:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6ef007b28dfba1ac36ea9655b78472eb4aacbb51'/>
<id>urn:sha1:6ef007b28dfba1ac36ea9655b78472eb4aacbb51</id>
<content type='text'>
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper
needs to be installed with the server, but was absent from the mariadb.inc file feeding
the recipes. This resulted in a broken mariadb installation. Installing
mysqld_safe_helper alongside mysqld_safe resolves this problem.

Signed-off-by: Jonathan Haws &lt;jhaws@sdl.usu.edu&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 6363c0d0ee412b80877f890544df8343f5556be6)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gperftools: Fix build on musl/mips</title>
<updated>2018-02-01T15:31:55+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-10-17T04:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7b404fd996285ac27eef7fb2b6ab03ea5a8e6f60'/>
<id>urn:sha1:7b404fd996285ac27eef7fb2b6ab03ea5a8e6f60</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 738bea45bc51d9a78a3d46ee8c18390427ccd547)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
