Re: [oe] [RFC] Issues with mariadb-10.4.17 and aarch64

2021-01-29 Thread akuster
On 1/29/21 5:37 AM, Dan Murphy wrote: > Armin > > On 1/28/21 9:38 PM, akuster808 wrote: >> >> On 1/27/21 12:57 PM, Dan Murphy wrote: >>> Armin >>> >>> On 1/25/21 1:01 PM, Dan Murphy wrote: Armin On 1/25/21 11:57 AM, akuster808 wrote: > Dan, > > > On 1/25/21 9:45 AM,

[oe] [meta-python][PATCHv2] python3-prctl: Upgrade 1.7 -> 1.8.1

2021-01-29 Thread Leon Anavi
Upgrade to release 1.8.1: - Master was renamed to main - Backwards compatibility fixes - Install dependencies before trying to build/publish License-Update: Update year Signed-off-by: Leon Anavi --- .../0001-support-cross-complication.patch | 11 ++- .../{python3-prctl_1.7.

Re: [oe] [meta-oe][PATCH] sip3: simplify recipe

2021-01-29 Thread Khem Raj
Can you rebase it on top of master-next On Fri, Jan 29, 2021 at 2:00 AM S. Lockwood-Childs wrote: > > The custom configure block can be shared between target > and native if you just configure the sysroot option accordingly > and use STAGING_INCDIR to locate the python headers to build > against.

Re: [oe] [meta-python][PATCH] python3-prctl: Upgrade 1.7 -> 1.8.1

2021-01-29 Thread Khem Raj
On Fri, Jan 29, 2021 at 9:17 AM Leon Anavi wrote: > > Upgrade to release 1.8.1: > > - Master was renamed to main > - Backwards compatibility fixes > - Install dependencies before trying to build/publish > > Signed-off-by: Leon Anavi > --- > .../0001-support-cross-complication.patch |

[oe] [meta-python][PATCH] python3-prctl: Upgrade 1.7 -> 1.8.1

2021-01-29 Thread Leon Anavi
Upgrade to release 1.8.1: - Master was renamed to main - Backwards compatibility fixes - Install dependencies before trying to build/publish Signed-off-by: Leon Anavi --- .../0001-support-cross-complication.patch | 11 ++- .../{python3-prctl_1.7.bb => python3-prctl_1.8.1.bb}

[oe] [meta-python][PATCH 1/4] python3-croniter: Upgrade 1.0.2 -> 1.0.4

2021-01-29 Thread Leon Anavi
Upgrade to release 1.0.4: - Raise CroniterBadCronError when error syntax - Fix spelling Signed-off-by: Leon Anavi --- .../{python3-croniter_1.0.2.bb => python3-croniter_1.0.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cronit

[oe] [meta-python][PATCH 4/4] python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2

2021-01-29 Thread Leon Anavi
Upgrade to release 1.4.2: - Fix type annotation for context_processors argument - Bump the minimal supported aiohttp version to 3.6.3 to avoid problems with uncompatibility between aiohttp and yarl - Add async rendering support - Document async rendering functions - Add CHANGES.rst to MANIFEST.i

[oe] [meta-python][PATCH 2/4] python3-cantools: Upgrade 36.1.0 -> 36.2.0

2021-01-29 Thread Leon Anavi
Upgrade to release 36.2.0: - Make matplotlib optional - Only run release job for tagged commits Signed-off-by: Leon Anavi --- .../{python3-cantools_36.1.0.bb => python3-cantools_36.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python

[oe] [meta-python][PATCH 3/4] python3-pyzmq: Upgrade 21.0.2 -> 22.0.2

2021-01-29 Thread Leon Anavi
Upgrade to release 22.0.2: - Add workaround for bug in DLL loading for Windows wheels with conda Python >= 3.8 - Fix type of Frame.bytes for non-copying recvs with CFFI backend (regression in 21.0) - Add manylinux wheels for pypy - Some typing fixes - Bump bundled libzmq to 4.3.4 - Strip unuse

Re: [oe] [Openembedded-issues] [RFC] Issues with mariadb-10.4.17 and aarch64

2021-01-29 Thread Pawluch, Michael Mila
I)I AM not ASSOCIATED WITH open embedd , NOR Dan Murphy IN ANY WAY II) I do not appreciate these E-mails, I have enough unwanted clutter, I do not need nor want to be privy to your minutia! III) Please REMOVE ME, REMOVE ME , REMOVE ME, REM

[oe] [meta-oe][PATCH] sip3: simplify recipe

2021-01-29 Thread S. Lockwood-Childs
The custom configure block can be shared between target and native if you just configure the sysroot option accordingly and use STAGING_INCDIR to locate the python headers to build against. Signed-off-by: S. Lockwood-Childs --- meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | 17 +

[oe] [meta-networking][PATCH] net-snmp: improve reproducibility

2021-01-29 Thread Yu, Mingli
From: Mingli Yu Add a patch to fix the gap between 32bit and 64bit system when the configure option "--with-openssl=${STAGING_EXECPREFIXDIR}" passed in. Signed-off-by: Mingli Yu --- ...ath.m4-keep-consistent-between-32bit.patch | 39 +++ .../net-snmp/net-snmp_5.9.bb

[oe] [meta-java][PATCH] openjdk-8-cross.inc: exclude BB_NUMBER_THREADS from sstate hash

2021-01-29 Thread Michael Ho
From: Michael Ho The sstate-cache for openjre is not shareable across multiple machines because the parallelisation configuration of Bitbake is being embedded into the sstate hash of openjre. Exclude BB_NUMBER_THREADS from the do_install sstate hashing to avoid this issue. Signed-off-by: Michae

[oe] [meta-oe] [PATCH] sanlock: upgrade 3.8.2 -> 3.8.3

2021-01-29 Thread zangrc
Signed-off-by: Zang Ruochen --- .../sanlock/{sanlock_3.8.2.bb => sanlock_3.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/sanlock/{sanlock_3.8.2.bb => sanlock_3.8.3.bb} (96%) diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.2

[oe] [meta-oe] [PATCH] libmbim: upgrade 1.24.4 -> 1.24.6

2021-01-29 Thread zangrc
Signed-off-by: Zang Ruochen --- .../libmbim/{libmbim_1.24.4.bb => libmbim_1.24.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.24.4.bb => libmbim_1.24.6.bb} (82%) diff --git a/meta-oe/recipes-connectivity/libmbim/l

[oe] [meta-oe] [PATCH] libjson-perl: upgrade 4.02000 -> 4.03000

2021-01-29 Thread zangrc
Signed-off-by: Zang Ruochen --- .../perl/{libjson-perl_4.02000.bb => libjson-perl_4.03000.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/perl/{libjson-perl_4.02000.bb => libjson-perl_4.03000.bb} (91%) diff --git a/meta-oe/recipes-devtools/perl/libjs

[oe] [meta-oe] [PATCH] libio-pty-perl: upgrade 1.15 -> 1.16

2021-01-29 Thread zangrc
Signed-off-by: Zang Ruochen --- .../perl/{libio-pty-perl_1.15.bb => libio-pty-perl_1.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/perl/{libio-pty-perl_1.15.bb => libio-pty-perl_1.16.bb} (73%) diff --git a/meta-oe/recipes-devtools/perl/libio

[oe] [meta-oe] [PATCH] libfastjson: upgrade 0.99.8 -> 0.99.9

2021-01-29 Thread zangrc
0001-fix-jump-misses-init-gcc-8-warning.patch Removed since this is included in 0.99.9. Signed-off-by: Zang Ruochen --- ...1-fix-jump-misses-init-gcc-8-warning.patch | 46 --- ...stjson_0.99.8.bb => libfastjson_0.99.9.bb} | 5 +- 2 files changed, 2 insertions(+), 49 deletions(-)

[oe] [meta-networking] [PATCH] dnsmasq: upgrade 2.82 -> 2.84

2021-01-29 Thread zangrc
From: Wang Mingyu Refresh the following patch: lua.patch Signed-off-by: Wang Mingyu --- .../recipes-support/dnsmasq/dnsmasq/lua.patch| 9 + meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb | 8 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb | 8 ++

[oe][meta-oe][PATCH] minifi-cpp: set PSEUDO_CONSIDER_PATHS

2021-01-29 Thread Chen Qi
Signed-off-by: Chen Qi --- meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index b3ea44c3c..34090cf28 100644 --- a/meta-oe