[oe] [meta-networking][PATCH] samba: upgrade 4.10.6 -> 4.10.7

2019-08-27 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../recipes-connectivity/samba/{samba_4.10.6.bb => samba_4.10.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.10.6.bb => samba_4.10.7.bb} (98%) diff --git

[oe] [meta-oe][PATCH] libgit2: Don't pass parameters with their default values to cmake

2019-08-27 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb index f02f5e738..82acc4926 100644 ---

Re: [oe] [meta-oe][PATCH] libgpiod: Enable python3 in default packageconfig

2019-08-27 Thread Adrian Bunk
On Tue, Aug 27, 2019 at 06:14:36PM -0700, Khem Raj wrote: > this recipe inherits python3native class conditionally, this condition > depends on a given packageconfig, however inherit ${VAR} syntax requires > VAR to be evaluated before inheriting it, therefore if someone appends > python3 to

Re: [oe] [meta-networking][RFC PATCH 0/1] Failed to compile networkmanager with musl

2019-08-27 Thread Khem Raj
On Tue, Aug 27, 2019 at 8:43 PM wrote: > > From: Kai Kang > > Hi Khem, > > I am updating networkmanager to 1.20. But I meet a problem with musl > that "error: redefinition of 'struct ethhdr'". I find a patch for kernel > which is created in Jan 2018. The musl part has been merged in musl: > >

[oe] [meta-oe][PATCH] kernel-selftest: Warn conditionally about clang-native dependency

2019-08-27 Thread Khem Raj
When meta-clang is in mix then it does the right thing already so no need to warn in that case Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[oe] [RFC PATCH 1/1] networkmanager: 1.18.2 -> 1.20.0

2019-08-27 Thread kai.kang
From: Kai Kang Update networkmanager to latest stable release 1.20.0. * adopt meson to replace autotools - it speeds up about 30% from 2m27s to 1m36s - remove 2 autotools related patches and add 2 similar ones for meson * update context of musl patches and add one to fix mrand48_r related

[oe] [meta-networking][RFC PATCH 0/1] Failed to compile networkmanager with musl

2019-08-27 Thread kai.kang
From: Kai Kang Hi Khem, I am updating networkmanager to 1.20. But I meet a problem with musl that "error: redefinition of 'struct ethhdr'". I find a patch for kernel which is created in Jan 2018. The musl part has been merged in musl: commit b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc Author:

[oe] [meta-python] [PATCH] python-alembic: upgrade 1.0.11 -> 1.1.0

2019-08-27 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-alembic.inc| 4 ++-- .../python/{python-alembic_1.0.11.bb => python-alembic_1.1.0.bb} | 0 .../python/{python3-alembic_1.0.11.bb => python3-alembic_1.1.0.bb}| 0 3 files changed, 2 insertions(+),

[oe] [meta-oe][PATCH V2] cryptsetup: add libdevmapper to RDEPENDS

2019-08-27 Thread Hongxu Jia
Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add it to packages RDEPENDS to fix [file-rdeps] QA issue Skip [build-deps] QA checking, add lvm2 to DEPENDS will triger circular dependencies, use recipe

[oe] [meta-oe][PATCH] libgpiod: Enable python3 in default packageconfig

2019-08-27 Thread Khem Raj
this recipe inherits python3native class conditionally, this condition depends on a given packageconfig, however inherit ${VAR} syntax requires VAR to be evaluated before inheriting it, therefore if someone appends python3 to packageconfig via a bbappend, then the packageconfig will become

[oe] [meta-oe][PATCH] breakpad: fix patch striplevel to avoid 'devtool modify breakpad' error

2019-08-27 Thread Chris Laplante via Openembedded-devel
Since the patch is modifying files in a self-contained git repo that is .gitignored, git ends up thinking we have just touched a submodule. This leads to 'devtool modify breakpad' failing with: Exception: bb.process.ExecutionError: Execution of 'git add .; git -c user.name="OpenEmbedded"

Re: [oe] [meta-oe][PATCH 2/3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-27 Thread Hongxu Jia
On 8/27/19 11:30 PM, Khem Raj wrote: Seeing this https://errors.yoctoproject.org/Errors/Details/265647/ seems to be related I am working on it //Hongxu On Fri, Aug 23, 2019 at 3:06 AM Hongxu Jia wrote: Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only]

Re: [oe] [meta-oe][PATCH 2/3] cryptsetup: add libdevmapper to RDEPENDS

2019-08-27 Thread Khem Raj
Seeing this https://errors.yoctoproject.org/Errors/Details/265647/ seems to be related On Fri, Aug 23, 2019 at 3:06 AM Hongxu Jia wrote: > > Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate > sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to > add it to