[oe] [meta-oe][PATCH] mozjs-91/mozjs-78: fix compile failure on centos7

2021-11-18 Thread Changqing Li
From: Changqing Li Mozjs compile failed with this failure: /bin/sh: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /build/tmp-glibc/work/corei7-64-wrs-linux/mozjs/91.1.0-r0/recipe-sysroot-native/usr/lib/libtinfo.so.5) Root Cause: cargo-host-linker has /bin/sh as it's interpreter,

[oe] [meta-oe][PATCH] php: correct module name and library name

2021-11-18 Thread Changqing Li
From: Changqing Li wrong name make service apache2 start failed with failure: httpd: Syntax error on line 511 of /etc/apache2/httpd.conf: Syntax error on line 1 of /etc/apache2/modules.d/70_mod_php8.conf: Cannot load /usr/libexec/apache2/modules/libphp7.so into server:

[oe][meta-oe][PATCH] gnome-control-center: Fixup polkit directory permissions

2021-11-18 Thread Joshua Watt
Fixes up the permissions of the polkit directory to match other recipes, otherwise they conflict at package install time Signed-off-by: Joshua Watt --- .../gnome-control-center/gnome-control-center_41.1.bb | 8 1 file changed, 8 insertions(+) diff --git

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
On 11/18/21 8:15 PM, Khem Raj wrote: On 11/18/21 11:11 AM, Marek Vasut wrote: On 11/18/21 8:03 PM, Khem Raj wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb index aba77e20f..571ba5fcb 100644 ---

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Khem Raj
On 11/18/21 11:11 AM, Marek Vasut wrote: On 11/18/21 8:03 PM, Khem Raj wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb index aba77e20f..571ba5fcb 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb +++

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
On 11/18/21 8:03 PM, Khem Raj wrote: [...] diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb index aba77e20f..571ba5fcb 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb +++

Re: [oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Khem Raj
On 11/18/21 9:51 AM, Marek Vasut wrote: Enable NEON SIMD on armv7a and armv7ve, this does improve performance on these systems. Aarch64 NEON SIMD is available only in FreeRDP 3.x, so do not enable NEON on aarch64 just yet. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj ---

[oe] [meta-oe][PATCH 4/4] freerdp: Enable NEON SIMD on armv7a and armv7ve

2021-11-18 Thread Marek Vasut
Enable NEON SIMD on armv7a and armv7ve, this does improve performance on these systems. Aarch64 NEON SIMD is available only in FreeRDP 3.x, so do not enable NEON on aarch64 just yet. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj ---

[oe] [meta-oe][PATCH 3/4] freerdp: Make PCSC dependency optional

2021-11-18 Thread Marek Vasut
The PCSC is used for smartcard forwarding, make this optional as not all users need this functionality and it pulls in considerable amount of dependencies. Keep this enabled by default to retain backward compatibility. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj ---

[oe] [meta-oe][PATCH 1/4] freerdp: Upgrade 2.3.0 -> 2.4.1

2021-11-18 Thread Marek Vasut
Upgrade freerdp to latest stable 2.x version and drop OpenSSL 3.x backports which are already upstream. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj --- ...e-support-and-build-with-OpenSSL-3.0.patch | 43 --- ...d-calling-FIPS_mode-with-OpenSSL-3.0.patch | 28

[oe] [meta-oe][PATCH 2/4] freerdp: Add missing libusb1 dependency

2021-11-18 Thread Marek Vasut
The freerdp does depend on libusb1 for rdpdr device forwarding. This missing dependency is currently hidden, since it is pulled in by pcsc-lite, but if the later is removed from DEPENDS, the build fails. Add the missing dependency. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Khem Raj

Re: [oe] [dunfell][PATCH] sdbus-c++: don't fetch googletest during do_configure

2021-11-18 Thread Armin Kuster
On 11/18/21 3:32 AM, Martin Jansa wrote: > * with PTEST_ENABLED it enables with-tests PACKAGECONFIG which > instead of using system googletest gmock, tries to fetch googletest > from github and fails because branch was recently renamed from master to > main > > | -- Found PkgConfig: >

[oe] [PATCH 19/19] python3-pyzmq: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb

[oe] [PATCH 18/19] python3-posix-ipc: remove spurious dependencies

2021-11-18 Thread Ross Burton
pip isn't needed to build, and adding the empty string to RDEPENDS is most certainly meaningless. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-posix-ipc_1.0.5.bb | 10 -- 1 file changed, 10 deletions(-) diff --git

[oe] [PATCH 02/19] xmlrpc-c: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb

[oe] [PATCH 14/19] python3-gevent: use system libraries instead of embedding

2021-11-18 Thread Ross Burton
gevent by default will build its own c-ares and libuv, but that build needs patches and embedded libraries are bad form. DEPEND on the recipes instead, and turn off embedding. Signed-off-by: Ross Burton --- .../python/python-gevent/libev-conf.patch | 26 ---

[oe] [PATCH 15/19] python3-gevent: update license

2021-11-18 Thread Ross Burton
gevent is MIT, and it embeds copies of Python which is Python-2.0. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-gevent_21.8.0.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb

[oe] [PATCH 16/19] python3-lxml: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Also update the HOMEPAGE. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 17/19] python3-posix-ipc: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb

[oe] [PATCH 11/19] pcsc-lite: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb

[oe] [PATCH 13/19] python3-crypto-vectors: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- .../python/python3-cryptography-vectors_35.0.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 12/19] python3-cryptography: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-cryptography_3.3.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb

[oe] [PATCH 09/19] libkcapi: remove DEPENDS on target libtool

2021-11-18 Thread Ross Burton
There is no need to build depend on the target libtool. Signed-off-by: Ross Burton --- meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb

[oe] [PATCH 10/19] libkcapi: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb

[oe] [PATCH 08/19] nodejs: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise licenses BSD-2-Clause and BSD-3-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/nodejs/nodejs_16.11.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_16.11.1.bb

[oe] [PATCH 06/19] dash: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-shells/dash/dash_0.5.11.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.5.bb

[oe] [PATCH 07/19] sg3-utils: set precise BSD license

2021-11-18 Thread Ross Burton
"BSD" is ambiguous, use the precise license BSD-2-Clause. Signed-off-by: Ross Burton --- meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb

[oe] [PATCH 05/19] xmlrpc-c: use gnu-configize

2021-11-18 Thread Ross Burton
Use gnu-configize instead of copying files manually. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb

[oe] [PATCH 03/19] xmlrpc-c: remove unused libxml2 dependency

2021-11-18 Thread Ross Burton
libxml2 has to be enabled explicitly, and if it is enabled then the build fails as it uses the disabled xml2-config, not pkg-config. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 -- 1 file changed, 2 deletions(-) diff --git

[oe] [PATCH 04/19] xmlrpc-c: clean up PACKAGECONFIG

2021-11-18 Thread Ross Burton
Remove spurious commas and redundant RDEPENDS. Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb

[oe] [PATCH 01/19] imlib2: clarify license

2021-11-18 Thread Ross Burton
Imlib2 has its own special license, so use that instead of MIT & BSD. Signed-off-by: Ross Burton --- meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb

[oe] [PATCH] makedumpfile: upgrade from 1.6.9 to 1.7.0

2021-11-18 Thread Fathi Boudra
* Drop 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch This patch has been introduced in January 2017 for makedumpfile 1.6.1. It has never reached upstream, hence the pending status is inappropriate. Since that time, the upstream code to retrieve MAX_PHYSMEM_BITS has been

[oe] [meta-python][PATCH 3/3] python3-jedi: Upgrade 0.18.0 -> 0.18.1

2021-11-18 Thread Leon Anavi
Upgrade to release 0.18.1: - Implict namespaces are now a separate types in Name().type - Python 3.10 support - Mostly bugfixes Signed-off-by: Leon Anavi --- ...{python3-jedi_0.18.0.bb => python3-jedi_0.18.1.bb} | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 2/3] python3-parso: Add runtime dependencies

2021-11-18 Thread Leon Anavi
Add runtime dependencies for parso. Signed-off-by: Leon Anavi --- meta-python/recipes-devtools/python/python3-parso_0.8.2.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb

[oe] [meta-python][PATCH 1/3] python3-deprecated: Upgrade 1.2.12 -> 1.2.13

2021-11-18 Thread Leon Anavi
Upgrade to release 1.2.13: - Change the signature of the :func:~deprecated.sphinx.deprecated decorator to reflect the valid use cases. - Fix versionadded and versionchanged decorators: do not return a decorator factory, but a Wrapt adapter. - Fix configuration for AppVeyor: simplify the test

[oe] [dunfell][PATCH] sdbus-c++: don't fetch googletest during do_configure

2021-11-18 Thread Martin Jansa
* with PTEST_ENABLED it enables with-tests PACKAGECONFIG which instead of using system googletest gmock, tries to fetch googletest from github and fails because branch was recently renamed from master to main | -- Found PkgConfig:

[oe] [hardknott][PATCH] sdbus-c++: don't fetch googletest during do_configure

2021-11-18 Thread Martin Jansa
* with PTEST_ENABLED it enables with-tests PACKAGECONFIG which instead of using system googletest gmock, tries to fetch googletest from github and fails because branch was recently renamed from master to main | -- Found PkgConfig:

[oe] [honister][PATCH] sdbus-c++: don't fetch googletest during do_configure

2021-11-18 Thread Martin Jansa
* replace the solution from: https://github.com/openembedded/meta-openembedded/commit/6c74740048a6a8413e10b4f29164a38d85020877 with the one from upstream (branch name would need to be changed in

[oe] [meta-java][PATCH] jdepend: Set protocol=https and branch=master

2021-11-18 Thread Jacob Kroon
Fixes: WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. WARNING: jdepend-native-2.9.1-r0 do_fetch: URL: git://github.com/clarkware/jdepend does not set any

[oe] [meta-oe][PATCH] paho-mqtt-cpp: new package

2021-11-18 Thread Matthias Klein
Signed-off-by: Matthias Klein --- .../paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb diff --git

[oe] [meta-java][PATCH] cacao: Set git branch

2021-11-18 Thread Jacob Kroon
Signed-off-by: Jacob Kroon --- recipes-core/cacao/cacao_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb index 29aa24f..fef7f34 100644 --- a/recipes-core/cacao/cacao_git.bb +++