Re: [oe] [RFC] move ninja-native to meta-oe

2015-10-23 Thread Khem Raj
On Fri, Oct 23, 2015 at 9:08 PM, Andre McCurdy wrote: > The are currently ninja-native recipes in meta-qt5 (v1.5.3) and > meta-browser (v1.4.0). > > Any objections to me submitting patches to add a ninja-native v1.6.0 > recipe to meta-oe and remove the older recipes from meta-qt5 and > meta-browse

Re: [oe] [meta-browser] Recipes draft for Chromium V45 and V47

2015-10-23 Thread Andre McCurdy
On Tue, Oct 13, 2015 at 3:12 AM, Julien Brianceau (jbriance) wrote: > Hi, > >> It still needs some cleanup before upstream, comments are welcome. > > I think it would be great to take the opportunity to clarify license > declaration in chromium recipes. > Currently, LICENSE is set to BSD only for

[oe] [RFC] move ninja-native to meta-oe

2015-10-23 Thread Andre McCurdy
The are currently ninja-native recipes in meta-qt5 (v1.5.3) and meta-browser (v1.4.0). Any objections to me submitting patches to add a ninja-native v1.6.0 recipe to meta-oe and remove the older recipes from meta-qt5 and meta-browser? -- ___ Openembedde

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix undefined behaviour in gc

2015-10-23 Thread Dan McGregor
On 21 Oct 2015 3:42 a.m., "Erkka Kääriä" wrote: > > Upstream-Status: Backport > > Fixes undefined behaviour in boehm GC used by cacao-initial-native > as suggested at > https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb . > > The undefined behaviour at very least causes

[oe] [PATCH][meta-networking] snort: fix indentation

2015-10-23 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../recipes-connectivity/snort/snort_2.9.6.0.bb| 79 +++--- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.b

[oe] [PATCH v2][meta-multimedia] gst-plugins-good: fix depends to libgudev

2015-10-23 Thread wenzong.fan
From: Wenzong Fan Depends on libgudev directly base on oe-core commit: commit e11801d031896351364e7723db3392012f58b603 Author: Andreas Müller Date: Fri Oct 2 22:27:21 2015 +0200 udev: add PROVIDES = "libgudev" With the last update of systemd libgudev was splitted out of system

[oe] [PATCH][meta-oe] gst-plugins-good: fix depends to libgudev

2015-10-23 Thread Martin Jansa
From: Wenzong Fan Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.b

Re: [oe] [PATCH][meta-multimedia] gst-plugins-good: fix depends to libgudev

2015-10-23 Thread wenzong fan
On 10/22/2015 06:41 PM, Andreas Müller wrote: On Thu, Oct 22, 2015 at 11:47 AM, Martin Jansa wrote: This shouldn't be needed when: http://lists.openembedded.org/pipermail/openembedded-core/2015-October/111271.html is merged. On Thu, Oct 22, 2015 at 7:21 AM, wrote: From: Wenzong Fan * ude

[oe] [ LIN8-299 ] snort: fix m4 causes out of memory during configure

2015-10-23 Thread Zhiquan Li
ent to oe-devel on 20151023 Signed-off-by: Zhiquan Li Added Files: .../snort/snort/m4-oom-during-configure.patch | 21 + 1 file changed, 21 insertions(+) Removed Files: -- None. Remaining Ch

[oe] [PATCH 1/1] snort: fix m4 causes out of memory during configure [ LIN8-299 ]

2015-10-23 Thread Zhiquan Li
el on 20151023 Signed-off-by: Zhiquan Li --- .../snort/snort/m4-oom-during-configure.patch | 21 + .../recipes-connectivity/snort/snort_2.9.6.0.bb | 16 +++- 2 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 meta-networking/re

[oe] [ LIN8-299 ] snort: fix m4 causes out of memory during configure

2015-10-23 Thread Zhiquan Li
ent to oe-devel on 20151023 Signed-off-by: Zhiquan Li Added Files: .../snort/snort/m4-oom-during-configure.patch | 21 + 1 file changed, 21 insertions(+) Removed Files: -- None. Remaining Ch

[oe] [meta-java][PATCH] icedtea7-native: Fix memory leak when compiled with GCC 5.0+

2015-10-23 Thread Erkka Kääriä
Upstream-Status: Backport Hotspot compiler has a bug where signed integers could overflow. This is undefined behaviour, and causes massive memory leak when compiled with GCC 5.0+, causing the build to fail. This is fixed by backporting patch from https://bugs.openjdk.java.net/browse/JDK-8078666 w

[oe] [PATCH][meta-networking] ntp: upgrade 4.2.8p3 -> 4.2.8p4

2015-10-23 Thread wenzong.fan
From: Wenzong Fan 4.2.8p4 fixed following 13 low- and medium-severity vulnerabilities: * Bug 2941 CVE-2015-7871 * Bug 2922 CVE-2015-7855 * Bug 2921 CVE-2015-7854 * Bug 2920 CVE-2015-7853 * Bug 2919 CVE-2015-7852 * Bug 2918 CVE-2015-7851 * Bug 2917 CVE-2015-7850 * Bug 2916 CVE-201

Re: [oe] qtmultimedia + qt5.3.2 + yocto dizzy

2015-10-23 Thread Stefano Gurrieri
Hi Stephano, thanks for your fast reply. I tried to follow this link, but without success. Specifically, I tried to add: PACKAGECONFIG_append_pn-qtmultimedia= " gstreamer010" in my local.conf and I've added this part of code in qtmultimedia.inc recipe: do_configure_prepend() { # disable openal

[oe] [meta-networking][PATCH] netcat: add DESCRIPTION

2015-10-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta-networking/recipes-support/netcat/netcat.inc | 10 ++ meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta-networki

Re: [oe] [meta-java][PATCH] cacao-initial-native: Fix undefined behaviour in gc

2015-10-23 Thread Maxin B. John
Hi Erkka, On Wed, Oct 21, 2015 at 12:41:49PM +0300, Erkka Kääriä wrote: > Upstream-Status: Backport > > Fixes undefined behaviour in boehm GC used by cacao-initial-native > as suggested at > https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb. > > The undefined behavio

Re: [oe] [meta-oe][PATCH] luajit: Upgrade to 2.1 beta1

2015-10-23 Thread Khem Raj
On Wed, Oct 21, 2015 at 9:52 AM, Martin Jansa wrote: > This seems to break meta-oe/recipes-extended/sysdig/sysdig_git.bb > > | -- Could NOT find Lua51 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) > | CMake Error at CMakeLists.txt:116 (message): > | Couldn't find system LuaJIT or Lua Send another p

[oe] [meta-oe][PATCH] sysdig: Fix build with lua >= 5.2

2015-10-23 Thread Khem Raj
It was still using deprecated lua contructs also fix for musl while at it Signed-off-by: Khem Raj --- ...ith-musl-backtrace-APIs-are-glibc-specifi.patch | 50 ++ .../0001-libsinsp-Port-to-build-with-lua-5.2.patch | 108 + meta-oe/recipes-extended/sysdig/sysdig_git.bb