Re: [oe] [OE-core] Feature Freeze

2015-03-04 Thread Burton, Ross
On 16 February 2015 at 17:36, Richard Purdie richard.pur...@linuxfoundation.org wrote: I have to admit I've lost track of time a bit however the calender says Milestone 3 (M3) finishes this week and that marks feature freeze for the release. Beyond this point we have M4 which which is

[oe] [OE-core][PATCH] systemd: don't create duplicate ACL entries

2015-03-04 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca On systems where /var/log is not a volatile systemd-tmpfiles creates duplicate ACL entries. This causes systemd-tmpfiles service to fail. Backport the fix from systemd master to fix this. Signed-off-by: Dan McGregor dan.mcgre...@usask.ca ---

[oe] [meta-webserver][PATCH] Monkey: new v1.5.6 release.

2015-03-04 Thread Eduardo Silva
This patch add the new Monkey HTTP Server v1.5.6. For more details about software changes please visit: http://monkey-project.com/Announcements/v1.5.6 === Build Tests == This version have been tested on Yocto/Daisy based on RPM. monkey-yocto/5aee7684cd66f78fb51f78138603a4dde4ef2484

Re: [oe] [meta-webserver][PATCH] Monkey: new v1.5.6 release.

2015-03-04 Thread Eduardo Silva
On Wed, Mar 4, 2015 at 11:08 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Mar 04, 2015 at 10:50:08AM -0600, Eduardo Silva wrote: This patch add the new Monkey HTTP Server v1.5.6. For more details about software changes please visit:

[oe] [meta-webserver][PATCHv2] Monkey: new v1.5.6 release.

2015-03-04 Thread Eduardo Silva
This patch add the new Monkey HTTP Server v1.5.6. For more details about software changes please visit: http://monkey-project.com/Announcements/v1.5.6 === Build Tests == This version have been tested on Yocto/Dizzy based on RPM. monkey-yocto/5aee7684cd66f78fb51f78138603a4dde4ef2484

Re: [oe] [meta-networking][PATCH] crda: move libgcrypt to DEPENDS

2015-03-04 Thread Hugo Vasconcelos Saldanha
Hi, On Wed, Mar 04, 2015 at 01:39:04PM -0300, Javier Viguera wrote: crda has a build time dependence on libgcrypt, so move the dependence from RDEPENDS to DEPENDS. Otherwise the build fails with: reglib.c:28:20: fatal error: gcrypt.h: No such file or directory Signed-off-by: Javier

Re: [oe] [meta-oe][PATCH] opencv: Upgrade to 2.4.11

2015-03-04 Thread Martin Jansa
On Wed, Mar 04, 2015 at 09:20:52AM +0100, Mike Looijmans wrote: Upgrade OpenCV to the 2.4.11 release. Remove the opencv-fix-pkgconfig-generation patch which has been integrated upstream, be it in modified form. --- .../opencv/opencv-fix-pkgconfig-generation.patch | 44

[oe] [meta-networking][PATCH] wireshark: update to 12.4

2015-03-04 Thread Armin Kuster
From: Armin Kuster akus...@mvista.com The following vulnerabilities have been fixed. * [1]wnpa-sec-2015-06 The ATN-CPDLC dissector could crash. ([2]Bug 9952) [3]CVE-2015-2187 * [4]wnpa-sec-2015-07 The WCP dissector could crash. ([5]Bug 10844) [6]CVE-2015-2188 * [7]wnpa-sec-2015-08 The

[oe] [PATCH 1/2] nodejs: Upgrade to 0.12.0

2015-03-04 Thread Khem Raj
Tested on mips1 Change-Id: I54211c2c323dbec1d38eb526ae183775ba3241f1 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-devtools/nodejs/nodejs_0.12.0.bb | 83 meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 44 - 2 files changed, 83

[oe] [PATCH 2/2] lirc: Recommend to have lirc-plugins at runtime

2015-03-04 Thread Khem Raj
This fixes the initialization errors where it cant find the default drivers which are in plugins package Change-Id: I5440fa09f8548069ac75ccb1521542cb8e054eb4 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta-oe/recipes-connectivity/lirc/lirc.inc | 2 +-

Re: [oe] [PATCH][meta-oe] samba: disable services for sysvinit

2015-03-04 Thread wenzong fan
On 03/04/2015 07:02 PM, Andreas Oberritter wrote: On 04.03.2015 10:43, wenzong fan wrote: On 03/04/2015 05:12 PM, Andreas Oberritter wrote: Dear Wenzong Fan, On 04.03.2015 07:18, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The smb, nmb, winbind services have

Re: [oe] [PATCH][meta-networking] iscsi-initiator-utils: fix SELinux label for initiatorname.iscsi

2015-03-04 Thread wenzong fan
On 03/04/2015 09:39 PM, Joe MacDonald wrote: [Re: [oe] [PATCH][meta-networking] iscsi-initiator-utils: fix SELinux label for initiatorname.iscsi] On 15.03.04 (Wed 15:25) wenzong fan wrote: On 02/12/2015 10:17 AM, Joe MacDonald wrote: Hey Wenzong, [[oe] [PATCH][meta-networking]

Re: [oe] [meta-oe][PATCH] opencv: Upgrade to 2.4.11

2015-03-04 Thread Mike Looijmans
On 04-03-15 23:03, Martin Jansa wrote: On Wed, Mar 04, 2015 at 09:20:52AM +0100, Mike Looijmans wrote: Upgrade OpenCV to the 2.4.11 release. Remove the opencv-fix-pkgconfig-generation patch which has been integrated upstream, be it in modified form. ---

Re: [oe] [PATCH][meta-oe] samba: disable services for sysvinit

2015-03-04 Thread wenzong fan
On 03/04/2015 05:12 PM, Andreas Oberritter wrote: Dear Wenzong Fan, On 04.03.2015 07:18, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The smb, nmb, winbind services have been disabled for systemd system by default, disable them for sysvinit as well. why would

[oe] [meta-oe][PATCH] opencv: Upgrade to 2.4.11

2015-03-04 Thread Mike Looijmans
Upgrade OpenCV to the 2.4.11 release. Remove the opencv-fix-pkgconfig-generation patch which has been integrated upstream, be it in modified form. --- .../opencv/opencv-fix-pkgconfig-generation.patch | 44 -- meta-oe/recipes-support/opencv/opencv_2.4.bb | 8 ++-- 2

Re: [oe] [PATCH][meta-oe] samba: disable services for sysvinit

2015-03-04 Thread Andreas Oberritter
Dear Wenzong Fan, On 04.03.2015 07:18, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The smb, nmb, winbind services have been disabled for systemd system by default, disable them for sysvinit as well. why would anybody install these services without the desire

Re: [oe] [PATCH][meta-oe] samba: disable services for sysvinit

2015-03-04 Thread Andreas Oberritter
On 04.03.2015 10:43, wenzong fan wrote: On 03/04/2015 05:12 PM, Andreas Oberritter wrote: Dear Wenzong Fan, On 04.03.2015 07:18, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com The smb, nmb, winbind services have been disabled for systemd system by default,

[oe] [meta-oe][PATCH 1/2] v4l-utils: Fix media-ctl support

2015-03-04 Thread Otavio Salvador
The media-ctl package is generated with same name, but from a different source. To offer an upgrade path the only change necessary is to add 'media-ctl' in the PROVIDES so dependencies for build can be satisfied. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

[oe] [meta-oe][PATCH 2/2] v4l-utils: Split ir-keytable to a specific package

2015-03-04 Thread Otavio Salvador
The ir-keytable is useful without the other utilities so this splits the package out. For flexibility a virtual runtime for the keymap package is also added so, if necessary, a custom one can be used in a distro. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

[oe] [meta-oe][PATCH] minidlna: Fix package and bump to version 1.1.4

2015-03-04 Thread Baptiste DURAND
Signed-off-by: Baptiste DURAND baptiste.dur...@gmail.com --- meta-oe/recipes-multimedia/minidlna/minidlna.inc | 39 .../minidlna/minidlna/minidlna-daemon.init.d | 54 ++ .../minidlna/minidlna/minidlna-daemon.service | 10

Re: [oe] [PATCH][meta-networking] iscsi-initiator-utils: fix SELinux label for initiatorname.iscsi

2015-03-04 Thread Joe MacDonald
[Re: [oe] [PATCH][meta-networking] iscsi-initiator-utils: fix SELinux label for initiatorname.iscsi] On 15.03.04 (Wed 15:25) wenzong fan wrote: On 02/12/2015 10:17 AM, Joe MacDonald wrote: Hey Wenzong, [[oe] [PATCH][meta-networking] iscsi-initiator-utils: fix SELinux label for