Re: [oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-05 Thread Martin Jansa
Can we fix mozjs instead? On Fri, Mar 6, 2020 at 6:38 AM wrote: > From: Changqing Li > > yocto-check-layer/test_world failed since error: > ERROR: test_world (common.CommonCheckLayer) > ERROR: Nothing PROVIDES 'python3-pytoml-native' (but >

[oe] [meta-oe][PATCH] layer.conf: add meta-python to LAYERDEPENDS

2020-03-05 Thread changqing.li
From: Changqing Li yocto-check-layer/test_world failed since error: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches:

[oe] [meta-oe][PATCH] python3-pygobject: remove this recipe

2020-03-05 Thread changqing.li
From: Changqing Li python3-pygobject already in oe-core, previously, we have python-pygobject in meta-oe, but recently, in order to drop python2, we transfer python-pygobject to python3-pygobject, so duplicated with oe-core, meantime, this will cause test_signature failure when do

[oe] [meta-networking][PATCH 6/7] proftpd: remove macro-prefix-map from prxs

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman macro-prefix-map points to build WORKDIR which will cause reproducibilty failures. Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-networking][PATCH 3/7] libdnet: make dnet-config a multilib_script

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Script encodes library paths. Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb

[oe] [meta-networking][PATCH 2/7] quagga: make version.h a multilib header

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman version.h contains the configure options passed during the build which differs between multilibs Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-protocols/quagga/quagga.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 7/7] proftpd: make prxs a mulitlib script

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Script encodes compiler settings and compiler name. my $compiler = q(x86_64-poky-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 ); Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.6.bb | 4 +++- 1 file

[oe] [meta-networking][PATCH 4/7] net-snmp: fix reproducibilty issues in net-snmp-config

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman Both STAGING_HOST_DIR and -fmacro-prefix-map path to WORKDIR were encoded in the config. Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-networking][PATCH 5/7] net-snmp: multilib fixes

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman net-snmp/net-snmp-config.h: - encodes type sizes - encodes pathing into the libdir net-snmp-config: - encodes build configuration data and lib pathing. Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 +- 1 file

[oe] [meta-networking][PATCH 1/7] quagga: fix reproducibily issue.

2020-03-05 Thread Jeremy A. Puhlman
From: Jeremy Puhlman version.h contains the options passed to configure, which includes the path to the recipe-sysroot on the build host. Signed-off-by: Jeremy A. Puhlman --- meta-networking/recipes-protocols/quagga/quagga.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH] tcsh: Update SRC_URI

2020-03-05 Thread Khem Raj
the ftp site seems to be intermittent Signed-off-by: Khem Raj --- meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb index

[oe] [meta-networking][PATCH v2] networkmanager: Upgrade 1.18.4 -> 1.22.8

2020-03-05 Thread Adrian Freihofer
- rebased patches - Option --enable-polkit-agent is not available with current NM, removed - Option --with-libnm-glib is not available with current NM, removed - New package NM-cloud-setup for new experimental cloud setup feature - NM tries to re-license from GPL to LGPL, added LGPL to LICENSES -

[oe] issue with -Wno-unknown-warning

2020-03-05 Thread robert.berger.oe.devel
Hi Richard, Sorry for coming back after such a long time, but I am pretty busy;) Anyhow, I tried what you suggested in some off-list e-mail: >> 1.2) You need 2 patches [2][3] >> >> [2] https://github.com/RobertBerger/meta-java/commit/898a0ae33c9102387aae2e3427a007e3935e663e > > That's

[oe] [meta-oe][PATCH] monit: new package

2020-03-05 Thread Joris Offouga
Signed-off-by: Joris Offouga --- meta-oe/recipes-support/monit/monit/monit | 42 +++ meta-oe/recipes-support/monit/monit/monitrc | 44 +++ meta-oe/recipes-support/monit/monit_5.26.0.bb | 53 +++ 3 files changed, 139 insertions(+) create mode 100644

[oe] [meta-filesystems][PATCH] xfsdump: fix do patch error

2020-03-05 Thread changqing.li
From: Changqing Li update patch to fix do_patch error Signed-off-by: Changqing Li --- .../files/0001-xfsdump-support-usrmerge.patch | 26 +- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git