[oe] [meta-oe][PATCH] openldap: upgrade 2.4.57 -> 2.4.58

2021-03-22 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- .../openldap/{openldap_2.4.57.bb => openldap_2.4.58.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/openldap/{openldap_2.4.57.bb => openldap_2.4.58.bb} (98%) diff --git

Re: [oe] [meta-python][PATCH] python3-hexdump: Move cleanup_hexfile into install_append

2021-03-22 Thread Andrew Jeffery
On Tue, 23 Mar 2021, at 08:52, Khem Raj wrote: > This fixes error seen during staging phase > run.sysroot_stage_all.902827: line 182: cd: > TOPDIR/build/tmpfs/work/core2-32-yoe-linux-musl/python3-hexdump/3.3-r0/image/usr/share: > No such file or directory > > this happens because D is being

[oe] [meta-python][PATCH] python3-hexdump: Move cleanup_hexfile into install_append

2021-03-22 Thread Khem Raj
This fixes error seen during staging phase run.sysroot_stage_all.902827: line 182: cd: TOPDIR/build/tmpfs/work/core2-32-yoe-linux-musl/python3-hexdump/3.3-r0/image/usr/share: No such file or directory this happens because D is being altered outside pseudo's context, and alterning D is done

Re: [oe] [dunfell][PATCH] opencv: refresh patches with devtool to apply cleanly

2021-03-22 Thread Khem Raj
On 3/21/21 11:44 PM, Martin Jansa wrote: The patches in master already have proper git headers and they are all a bit different due to different opencv version, so the devtool refresh in master looks like this:

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
But that yields something that doesn't work runtime: # java -version Error: dl failure on line 893 Error: failed /usr/lib/jvm/openjre-8/lib/aarch64/server/libjvm.so, because /usr/lib/jvm/openjre-8/lib/aarch64/server/libjvm.so: undefined symbol: _ZN17FloatRegisterImpl8as_VMRegEv Met

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
If I just bluntly set the CFLAGS and CXXFLAGS like in the attached patch, then the compile succeeds. Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E:

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
In Line 72 of that makefile: # set flags for adlc compilation CXXFLAGS = $(SYSDEFS) $(INCLUDES) So that kills the patch I guess Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
Yes, the patch does get applied, I can see the extra lines in the work directory. But it somehow doesn't quite work... Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E:

[oe] [meta-oe][PATCH] libgpiod: update v1.6.2 -> v1.6.3

2021-03-22 Thread Bartosz Golaszewski
This is a small bugfix release addressing some issues with C++ and Python bindings. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_1.6.2.bb => libgpiod_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 3/3] python3-urllib3: Upgrade 1.26.3 -> 1.26.4

2021-03-22 Thread Trevor Gamblin
On 2021-03-19 1:13 p.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True.

Re: [oe] [meta-python][PATCH 2/3] python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0

2021-03-22 Thread Trevor Gamblin
On 2021-03-19 1:13 p.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 3.25.0: - Ensure the driver can connect when invalid peer hosts are in system.peers - Implement protocol v5 checksumming - Fix the default cqlengine connection

Re: [oe] [meta-python][PATCH 1/3] python3-soupsieve: Upgrade 2.2 -> 2.2.1

2021-03-22 Thread Trevor Gamblin
On 2021-03-19 1:13 p.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-soupsieve_2.2.bb =>

Re: [oe] [meta-python][PATCH 3/3] python3-werkzeug: Delete recipe for 1.0.0

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 1.0.1 is already in Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-werkzeug_1.0.0.bb | 50 --- 1 file changed, 50 deletions(-)

Re: [oe] [meta-python][PATCH 2/3] python3-werkzeug: Clarify BSD license type

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-python][PATCH 1/3] python3-spidev: Remove recipe for 3.2

2021-03-22 Thread Trevor Gamblin
On 2021-03-18 2:48 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 3.5 is already there Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-spidev_3.2.bb | 16 1 file changed, 16 deletions(-)

Re: [oe] [meta-java][PATCH] openjdk-8: use relative path to build-aux in configure.ac

2021-03-22 Thread Richard Leitner
Hi, thanks for the patch. Please find some comments below. On Wed, Mar 17, 2021 at 03:58:02PM -0700, S. Lockwood-Childs wrote: > This autoconf error has been present a long time, though it used to be > non-fatal: > > autoreconf: configure.ac: creating directory >

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Richard Leitner
If I get it right these flags should be filtered out by the adlc flags patch [1]. Can you verify that it's getting applied? Unfortunately I don't have a gcc-7 host machine available right now  regards;rl

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
Both "gatesgarth". Issue seems to be that the build host (Ubuntu 18) has gcc 7 and the one used for cross-compiling is much newer. Apparently there's something wrong in the makefile that it uses host compiler flags for the build compiler. Met vriendelijke groet / kind regards, Mike

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Richard Leitner
Hi Mike, which meta-java and oe-core branch are you using? regards;rl On Mon, Mar 22, 2021 at 10:43:53AM +0100, Mike Looijmans wrote: > I cannot get openjre8 to compile. Any ideas what the real issue is? > > Compile for 32-bit ARM is okay, but building for aarch64 fails: > > ... > | g++:

[oe] [meta-oe] [PATCH] gtkwave: upgrade 3.3.104 -> 3.3.108

2021-03-22 Thread zangrc
From: Zang Ruochen Signed-off-by: Zang Ruochen --- .../gtkwave/{gtkwave_3.3.104.bb => gtkwave_3.3.108.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/gtkwave/{gtkwave_3.3.104.bb => gtkwave_3.3.108.bb} (86%) diff --git

[oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Mike Looijmans
I cannot get openjre8 to compile. Any ideas what the real issue is? Compile for 32-bit ARM is okay, but building for aarch64 fails: ... | g++: error: unrecognized command line option

[oe] [meta-python][PATCH] python3-txdbus: add missing runtime dependencies

2021-03-22 Thread Bartosz Golaszewski
Add runtime dependencies for txdbus: python3-six and python3-twisted. Signed-off-by: Bartosz Golaszewski --- This is a follow-up to the patch adding the recipe for txdbus - as usual I forgot to include the runtime deps. :( meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 ++ 1

[oe] [meta-oe][PATCH] hostapd: fix CVE-2019-5061

2021-03-22 Thread Yu, Mingli
From: Mingli Yu Backport a patch to fix CVE-2019-5061. Reference: https://security-tracker.debian.org/tracker/CVE-2019-5061 Signed-off-by: Mingli Yu --- .../hostapd/hostapd/CVE-2019-5061.patch | 854 ++ .../hostapd/hostapd_2.9.bb| 1 + 2 files

Re: [oe] [meta-oe][gatesgarth][PATCH 2/2] rapidjson: Remove unwanted patches

2021-03-22 Thread Harpritkaur Bhandari
Hi, Can you please confirm when this patch will get merged in gatesgarth branch. Thanks, Harprit Bhandari From: Harpritkaur Bhandari Sent: 15 March 2021 12:19 To: openembedded-devel@lists.openembedded.org ; raj.k...@gmail.com Cc: Nisha Parrakat ; Harpritkaur

Re: [oe] [dunfell][PATCH] opencv: refresh patches with devtool to apply cleanly

2021-03-22 Thread Martin Jansa
The patches in master already have proper git headers and they are all a bit different due to different opencv version, so the devtool refresh in master looks like this: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/master=8188c9b49166566e6e48153c395d54aa3f51ebc3 which