Re: [oe] [meta-browser][PATCH] chromium: 52.0.2743.76 -> 54.0.2810.2

2017-04-06 Thread Trevor Woerner
On Thu, Apr 6, 2017 at 3:31 AM, Martin Jansa wrote: > In my world build it (surprisingly) didn't fail, good job Trevor! Sadly, it does fail with one specific PACKAGECONFIG: ignore-lost-context I have a fix which I've build-tested both for x11 and wayland with a bunch of

Re: [oe] [meta-networking] [PATCH] unbound: this patch adds unbound to meta-networking

2017-04-06 Thread Khem Raj
On Thu, Apr 6, 2017 at 7:17 AM, Oliver Graute wrote: > On 05/04/17, Khem Raj wrote: >> On Wed, Apr 5, 2017 at 6:40 AM, Oliver Graute >> wrote: >> > +HOMEPAGE = "https://www.unbound.net/; >> > +SECTION = "net" >> > +LICENSE = "BSD" >> >> Can you

Re: [oe] [PATCH] jack: allow empty jack package to satisfy jack-dev dependency

2017-04-06 Thread Martin Jansa
NAK, no more useless empty packages, see ML it's discussed every few weeks. On Thu, Apr 6, 2017 at 4:16 PM, Florian Wickert wrote: > jack-dev depends on jack, which does not exist before this patch. > The empty package satisfies this dependency. > > Signed-off-by:

[oe] [PATCH] jack: allow empty jack package to satisfy jack-dev dependency

2017-04-06 Thread Florian Wickert
jack-dev depends on jack, which does not exist before this patch. The empty package satisfies this dependency. Signed-off-by: Florian Wickert --- meta-oe/recipes-multimedia/jack/jack_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [meta-python][PATCH v2 1/2] python-gsocketpool: add new recipe

2017-04-06 Thread Andrej Rode
Looking at the patches on patchwork they look fine and after applying them the commit message looks correct. I think gmail is just displaying these mails incorrectly. My first patch series was merely a mistake, I apologize. On Thu, Apr 6, 2017 at 12:22 AM, Martin Jansa

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-06 Thread Tim Orling
> On Apr 6, 2017, at 9:13 AM, Andrej Rode wrote: > > > On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling > wrote: > > > On Apr 6, 2017, at 3:12 AM, Andrej Rode >

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-06 Thread Stefan Agner
Hm, is removing sstate signature for the meta-networking layer acceptable? Is there another solution to resolve that? Note sure if it is related, but I use a RDEPENDS to the module package RDEPENDS_${PN} = "wireguard-module" Instead of: RDEPENDS_${PN} = "kernel-module-wireguard"

[oe] [meta-networking] [PATCH v2] nfacct: fixed SRC_URI and dropped workdir statement

2017-04-06 Thread Oliver Graute
Signed-off-by: Oliver Graute --- meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb

Re: [oe] [meta-networking] [PATCH] unbound: this patch adds unbound to meta-networking

2017-04-06 Thread Oliver Graute
On 05/04/17, Khem Raj wrote: > On Wed, Apr 5, 2017 at 6:40 AM, Oliver Graute wrote: > > +HOMEPAGE = "https://www.unbound.net/; > > +SECTION = "net" > > +LICENSE = "BSD" > > Can you see which clause it is ? it will make it more clear is this BSD-4-Clause?

[oe] [PATCH] nfacct: fixed SRC_URI and dropped workdir statement

2017-04-06 Thread Oliver Graute
Signed-off-by: Oliver Graute --- meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb

Re: [oe] [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking

2017-04-06 Thread Oliver Graute
On 05/04/17, Martin Jansa wrote: > On Wed, Apr 05, 2017 at 03:38:57PM +0200, Oliver Graute wrote: > > this patch adds nfacct to meta-networking > > nfacct -> ${BPN} > nfacct-1.0.2 -> ${BP} > > > +S = "${WORKDIR}/nfacct-${PV}" > > This is the default, drop. just saw that first version of this

[oe] [[meta-networking][PATCH v2] tinyproxy: Add recipe

2017-04-06 Thread Benjamin Gaignard
Signed-off-by: Benjamin Gaignard --- version 2: - create user and group for tinyproxy - only install the service if systemd is present in DISTRO_FEATURE - add dependency on asciidoc-native .../tinyproxy/tinyproxy/tinyproxy.service | 14

[oe] [meta-python][PATCH] python-paho-mqtt: make recipe available as python3 version

2017-04-06 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 14 ++ .../recipes-devtools/python/python-paho-mqtt_1.2.bb | 16 ++-- .../recipes-devtools/python/python3-paho-mqtt_1.2.bb | 3 +++ 3 files

[oe] [PATCH] gd : CVE-2016-10166

2017-04-06 Thread Catalin Enache
Integer underflow in the _gdContributionsAlloc function in gd_interpolation.c in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to have unspecified impact via vectors related to decrementing the u variable. Reference:

[oe] [meta-networking][PATCH] uftp: Add recipe

2017-04-06 Thread Jaap de Jong
From 1a011e1f1c2ca60749018394130a7860ae7ed816 Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Thu, 6 Apr 2017 12:17:09 +0200 Subject: [meta-networking][PATCH] uftp: Add recipe To: openembedded-devel@lists.openembedded.org ---

[oe] [PATCH v2] f2fs-tools: Update to Version 1.8.0

2017-04-06 Thread Yong, Jonathan
Signed-off-by: Yong, Jonathan --- .../0002-Fix-mkfs-out-of-tree-builds.patch | 37 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 +-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644

[oe] [PATCH v2] f2f2-tools 1.4.0 -> 1.8.0

2017-04-06 Thread Yong, Jonathan
Upgrade f2fs-tools, now supports encryption. Patch is now tagged. Yong, Jonathan (1): f2fs-tools: Update to Version 1.8.0 .../0002-Fix-mkfs-out-of-tree-builds.patch | 37 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 +-- 2 files changed, 40

Re: [oe] [PATCH] f2fs-tools: Update to Version 1.8.0

2017-04-06 Thread Martin Jansa
> mkfs patch is already upstreamed. Then say this in Upstream-Status: field inside the .patch file. On Thu, Apr 6, 2017 at 10:13 AM, Yong, Jonathan wrote: > mkfs patch is already upstreamed. > Signed-off-by: Yong, Jonathan > --- >

[oe] [PATCH] f2f2-tools 1.4.0 -> 1.8.0

2017-04-06 Thread Yong, Jonathan
Upgrade f2fs-tools, now supports encryption. Yong, Jonathan (1): f2fs-tools: Update to Version 1.8.0 .../0002-Fix-mkfs-out-of-tree-builds.patch | 28 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 ++-- 2 files changed, 31 insertions(+), 2 deletions(-)

[oe] [PATCH] f2fs-tools: Update to Version 1.8.0

2017-04-06 Thread Yong, Jonathan
mkfs patch is already upstreamed. Signed-off-by: Yong, Jonathan --- .../0002-Fix-mkfs-out-of-tree-builds.patch | 28 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) create

Re: [oe] [meta-browser][PATCH] chromium: 52.0.2743.76 -> 54.0.2810.2

2017-04-06 Thread Martin Jansa
In my world build it (surprisingly) didn't fail, good job Trevor! Are you willing to check 2 QA issues which might be there in older version as well? chromium-54.0.2810.2: ELF binary '/tmp/work/i586-oe-linux/chromium/54.0.2810.2-r0/packages-split/chromium/usr/bin/chromium/chrome' has relocations

Re: [oe] [meta-oe][PATCH 29/43] libqb: Upgrade to 1.0.1 release

2017-04-06 Thread Martin Jansa
It was there with older corosync as well, but are you willing to look at: corosync-2.4.2: ELF binary '/tmp/work/core2-64-oe-linux/corosync/2.4.2-r0/packages-split/corosync/usr/sbin/corosync' has relocations in .text [textrel] ? On Wed, Apr 5, 2017 at 6:49 PM, Khem Raj

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-06 Thread Martin Jansa
TUNE_PKGARCH package cannot depend on MACHINE_ARCH module unless you remove this dependency from sstate signature in layer.conf Complete log: http://logs.nslu2-linux.org/buildlogs/oe/world/pyro/log.signatures.20170405_114645.log/ * ERROR: 3 issues were found in these recipes:

Re: [oe] [meta-networking][morty][PATCH] uftp: Add recipe

2017-04-06 Thread Martin Jansa
And it also fails to build in master: http://errors.yoctoproject.org/Errors/Details/139079/ On Wed, Apr 5, 2017 at 8:36 PM, Martin Jansa wrote: > On Mon, Apr 03, 2017 at 12:54:49PM +0200, Jaap de Jong wrote: > > > > I don't see this recipe in master branch... > > > >

Re: [oe] [meta-networking][PATCH] tinyproxy: Add recipe

2017-04-06 Thread Martin Jansa
It also fails to configure: http://errors.yoctoproject.org/Errors/Details/139078/ On Thu, Apr 6, 2017 at 6:46 AM, Benjamin Gaignard < benjamin.gaign...@linaro.org> wrote: > 2017-04-05 20:41 GMT+02:00 Martin Jansa : > > On Wed, Apr 05, 2017 at 02:53:26PM +0200, Benjamin

Re: [oe] [meta-python][PATCH v2 1/2] python-gsocketpool: add new recipe

2017-04-06 Thread Martin Jansa
The Signed-off-by: line should be in commit message, not in separate e-mail, patchwork might include the SOB, but it will still leave empty commit message body, why don't you move your reply there? On Thu, Apr 6, 2017 at 3:04 AM, Andrej Rode wrote: > Adds recipe for

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-06 Thread Andrej Rode
On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > > > On Apr 6, 2017, at 3:12 AM, Andrej Rode wrote: > > > > Adds new recipe for systemd-python, python bindings for libsystemd > > > > This is breaking Debian naming for python

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-06 Thread Tim Orling
> On Apr 6, 2017, at 3:12 AM, Andrej Rode wrote: > > Adds new recipe for systemd-python, python bindings for libsystemd > This is breaking Debian naming for python packages, it should be python-systemd, not systemd-python. We need to be consistent. —Tim >