[oe] [meta-oe][PATCH 5/5] nlohmann-fifo: Update to tip of trunk

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb index ace3215396..

[oe] [meta-oe][PATCH 4/5] geany-plugins: Fix type error found with clang 15

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...e-Use-0-instead-of-NULL-for-gboolean.patch | 34 +++ .../geany/geany-plugins_1.38.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-oe/recipes-devtools/geany/geany-plugins/0001-scope-Use-0-instead-of-NULL-for-gboole

[oe] [meta-oe][PATCH 1/5] rasdaemon: Upgrade to 0.6.8

2022-08-30 Thread Khem Raj
Fix build on musl while here Drop unneeded header include patch which is fixed upstream Signed-off-by: Khem Raj --- .../0001-Fix-system-header-includes.patch | 44 --- ...-version-of-strerror_r-on-non-glibc-.patch | 35 +++ ...{rasdaemon_0.6.7.bb => rasdaemon_0.6.

[oe] [meta-oe][PATCH 2/5] psqlodbc: Upgrade to 13.02.0000

2022-08-30 Thread Khem Raj
Forward port patches Merged .inc into .bb for easing out devtool use Signed-off-by: Khem Raj --- ...qlodbc-donot-use-the-hardcode-libdir.patch | 17 --- .../psqlodbc-fix-for-ptest-support.patch | 51 ++- ...move-some-checks-for-cross-compiling.patch | 42 ++-

[oe] [meta-oe][PATCH 3/5] soci: Fix build with clang 15

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...Do-not-use-std-shuffle-with-clang-15.patch | 32 +++ meta-oe/recipes-dbs/soci/soci_4.0.3.bb| 4 ++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-dbs/soci/soci/0001-Do-not-use-std-shuffle-with-clang-15

[oe] [meta-perl][PATCH] libcurses-perl: Fix main prototype in testtyp.c

2022-08-30 Thread Khem Raj
Enable widechar support based on ENABLE_WIDEC Signed-off-by: Khem Raj --- ...e-proper-prototype-for-main-function.patch | 40 +++ .../libcurses/libcurses-perl_1.41.bb | 10 - 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 meta-perl/recipes-per

[oe] [meta-networking][PATCH v2] ot-daemon,ot-br-posix: Fix mbedtls module builds

2022-08-30 Thread Khem Raj
Add a backport to fix build of mbedTLS on x86 Signed-off-by: Khem Raj --- v2: Fix build on x86 ...-PIC-inline-ASM-compilation-with-GCC.patch | 68 +++ .../openthread/ot-br-posix/mbedtls.patch | 43 .../openthread/ot-br-posix_git.bb | 7 +- ...-PIC-

[oe] [meta-gnome][PATCH 4/4] libgtop: Fix build with clang

2022-08-30 Thread Khem Raj
Backport a patch Signed-off-by: Khem Raj --- .../libgtop/0001-Pass-correct-parameter.patch | 29 +++ .../recipes-gnome/libgtop/libgtop_2.40.0.bb | 4 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta-gnome/recipes-gnome/libgtop/libgtop/0001-Pass-co

[oe] [meta-gnome][PATCH 1/4] libuser: Upgrade to 0.63

2022-08-30 Thread Khem Raj
Do not build docs, it needs sgml tools which are not available in OE Fix python type mismatch problems Generate needed files for reconfiguring the package Signed-off-by: Khem Raj --- .../libuser/0001-docs-Disable-building.patch | 29 +++ ...parse_field-fix-string-formating-in-.patch | 34 --

[oe] [meta-gnome][PATCH 3/4] folks: Disable LTO and implicit-function-declaration as error

2022-08-30 Thread Khem Raj
This helps in compiling with clang15 Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.5

[oe] [meta-gnome][PATCH 2/4] gnome-keyring: Upgrade to 42.1

2022-08-30 Thread Khem Raj
Package systemd user unit files Signed-off-by: Khem Raj --- .../{gnome-keyring_40.0.bb => gnome-keyring_42.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-keyring/{gnome-keyring_40.0.bb => gnome-keyring_42.1.bb} (92%) diff --git a/

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-30 Thread Andrei Gherzan
On Tue, 30 Aug 2022, at 16:10, Richard Leitner wrote: > On Tue, Aug 30, 2022 at 10:31:04AM +0100, Andrei Gherzan wrote: > > ... > >> Do we have any updates on this patch set? It would be great if we could get >> it in kirkstone soon. > > I'm currently facing problems with some of the tests/builds

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-30 Thread Richard Leitner
On Tue, Aug 30, 2022 at 10:31:04AM +0100, Andrei Gherzan wrote: ... > Do we have any updates on this patch set? It would be great if we could get > it in kirkstone soon. I'm currently facing problems with some of the tests/builds for arm64. I hope to get them sorted out today or tomorrow. I'll

[oe] [meta-perl][PATCH] libconfig-tiny-perl: add recipe

2022-08-30 Thread Bernhard Messerklinger
libconfig-tiny-perl is a perl module for read/write .ini style files --- .../libconfig-tiny-perl_2.28.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.28.bb diff --git a/meta-perl/recipes-p

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-30 Thread Andrei Gherzan
On Wed, 24 Aug 2022, at 17:29, Andrei Gherzan wrote: > On Tue, 23 Aug 2022, at 05:31, Richard Leitner wrote: >> On Mon, Aug 22, 2022 at 10:28:34AM +0100, Andrei Gherzan wrote: >>> On Mon, 22 Aug 2022, at 09:15, Richard Leitner wrote: >>> > >>> > Unfortunately the testing infrastructure is not publi

[oe] [meta-networking][PATCH] tcpreplay: fix buildpaths issue

2022-08-30 Thread Yi Zhao
POSIX_SHELL is specified a host tool path as it searches path on build host using `which` when configure. Set it to a fixed path '/bin/sh'. Fixes: QA Issue: File /usr/bin/tcpbridge in package tcpreplay contains reference to TMPDIR File /usr/bin/tcpliveplay in package tcpreplay contains reference

[oe] [meta-networking][PATCH 18/21] ettercap: Pass -D_GNU_SOURCE

2022-08-30 Thread Khem Raj
Fixes build on musl Signed-off-by: Khem Raj --- meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index 99fc

[oe] [meta-networking][PATCH 21/21] ot-daemon,ot-br-posix: Fix mbedtls module builds

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- .../openthread/ot-br-posix/mbedtls.patch | 43 +++ .../openthread/ot-br-posix_git.bb | 6 ++- .../openthread/ot-daemon/mbedtls.patch| 43 +++ .../openthread/ot-daemon_git.bb | 1 + 4 files changed

[oe] [meta-networking][PATCH 20/21] openl2tp: Provide prototype for l2tp_api_rpc_check_request

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...c-Add-missing-prototype-for-l2tp_api.patch | 28 ...yacc-Add-missing-function-prototypes.patch | 45 +++ .../openl2tp/openl2tp_1.8.bb | 2 + 3 files changed, 75 insertions(+) create mode 100644 meta-networking/recipes

[oe] [meta-networking][PATCH 19/21] rdma-core: Fix build with musl

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...xamples-Include-alloca.h-for-strdupa.patch | 29 +++ .../rdma-core/rdma-core_42.0.bb | 4 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/rdma-core/rdma-core/0001-examples-Inclu

[oe] [meta-networking][PATCH 17/21] openlldp: Upgrade to 1.1.0

2022-08-30 Thread Khem Raj
Drop already upstreamed patches Add fix for clang15 build Drop Wno-error Signed-off-by: Khem Raj --- .../files/0001-cmds-fix-enum-conversion.patch | 91 ...002-lldp_head-rename-and-make-extern.patch | 500 -- ...03-lldp-add-packed-struct-definition.patch | 49 -- ...string

[oe] [meta-networking][PATCH 16/21] memcached: Upgrade to 1.6.17

2022-08-30 Thread Khem Raj
Fix build with clang while here Signed-off-by: Khem Raj --- .../0001-Fix-function-protypes.patch | 110 ++ ...emcached_1.6.15.bb => memcached_1.6.17.bb} | 8 +- 2 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 meta-networking/recipes-support/memc

[oe] [meta-networking][PATCH 14/21] radvd: Fix build on musl

2022-08-30 Thread Khem Raj
Backport a patch from upstream to fix musl builds Merged inc file into bb file, makes it easy to use devtool Signed-off-by: Khem Raj --- ...ude.h-change-in-46883f8a1a02fe42040d.patch | 32 + .../recipes-daemons/radvd/radvd.inc | 67 -- .../recipes-daemons/radvd/

[oe] [meta-networking][PATCH 15/21] linux-atm: Include missing string.h

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-from-memcpy-and-strcpy-function-pro.patch | 87 +++ .../linux-atm/linux-atm_2.5.2.bb | 3 +- 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/linux-atm/linux-atm/0001-include-string-

[oe] [meta-networking][PATCH 12/21] fping: Fix build with musl

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...lize-msghdr-struct-in-a-portable-way.patch | 42 +++ .../recipes-support/fping/fping_5.1.bb| 4 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/fping/fping/0001-fping-Initialize-msghdr

[oe] [meta-networking][PATCH 13/21] iscsi-initiator-utils: Upgrade to 2.1.7

2022-08-30 Thread Khem Raj
Fix build on musl by using proper typecast for pthread_t Signed-off-by: Khem Raj --- .../0001-Makefile-Do-not-set-Werror.patch | 12 - ...uio-Use-pthread_t-for-INVALID_THREAD.patch | 27 +++ 1.6.bb => iscsi-initiator-utils_2.1.7.bb} | 3 ++- 3 files changed, 34 i

[oe] [meta-networking][PATCH 10/21] ypbind-mt: Upgrade to 2.7.2

2022-08-30 Thread Khem Raj
Disable on musl since its using some non-portable glibc only constructs Drop gettid patch its applied upstream Signed-off-by: Khem Raj --- ...-configure-time-check-for-gettid-API.patch | 45 --- .../{ypbind-mt_2.6.bb => ypbind-mt_2.7.2.bb} | 8 ++-- 2 files changed, 4 insertion

[oe] [meta-networking][PATCH 11/21] packagegroup-meta-networking: Remove ypbind-mt on musl

2022-08-30 Thread Khem Raj
It does not build Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-networking.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb b/meta-networking/recipes-core/packagegroups/packagegrou

[oe] [meta-networking][PATCH 08/21] nautilus: Backport a patch to fix build with clang-15

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...r-prototype-for-functions-without-pa.patch | 94 +++ .../recipes-gnome/nautilus/nautilus_42.2.bb | 1 + 2 files changed, 95 insertions(+) create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus/0001-Provide-parameter-prototype-for-function

[oe] [meta-networking][PATCH 09/21] mctp: Update to latest tip of trunk

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/mctp/mctp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_git.bb index 602724da34..516f3e2d9e 100644 --- a/meta-netw

[oe] [meta-networking][PATCH 06/21] ez-ipupdate: Fix build with clang

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- .../ez-ipupdate/ez-ipupdate_3.0.11b7.bb | 11 ++--- ...nclude-time.h-for-time-API-prototype.patch | 44 +++ 2 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 meta-networking/recipes-connectivity/ez-ipupdate/files/0001-ez-ipupd

[oe] [meta-networking][PATCH 07/21] openflow: Include sys/stat.h for fchmod

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...t-util-Include-sys-stat.h-for-fchmod.patch | 23 +++ .../openflow/openflow_git.bb | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 meta-networking/recipes-protocols/openflow/openflow/0001-socket-util-

[oe] [meta-networking][PATCH 04/21] dlm: Upgrade to 4.1.1

2022-08-30 Thread Khem Raj
Forward port patches and add a patch to fix compiler warnings Signed-off-by: Khem Raj --- ...error-since-xml2-config-should-not-b.patch | 13 +-- ...nclude-string.h-for-memset-prototype.patch | 23 +++ .../dlm/{dlm_4.0.9.bb => dlm_4.1.1.bb}| 4 ++-- 3 files chang

[oe] [meta-networking][PATCH 05/21] dante: Upgrade to 1.4.3

2022-08-30 Thread Khem Raj
License-Update: Dates and address changed Link with libtirpc for bindresvport() implementation Drop krb5 packageconfig, its gone from this version Signed-off-by: Khem Raj --- .../dante/{dante_1.4.1.bb => dante_1.4.3.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[oe] [meta-networking][PATCH 02/21] ippool: Fix build with clang15

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...x-type-casting-issues-between-in_add.patch | 72 +++ ...r.c-Add-missing-prototype-for-ippool.patch | 22 ++ .../recipes-daemons/ippool/ippool_1.3.bb | 2 + 3 files changed, 96 insertions(+) create mode 100644 meta-networking/recipes-daemo

[oe] [meta-networking][PATCH 03/21] corosync: Upgrade to 3.1.6

2022-08-30 Thread Khem Raj
Changes - https://github.com/corosync/corosync/releases/tag/v3.1.6 Signed-off-by: Khem Raj --- .../corosync/{corosync_3.0.3.bb => corosync_3.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-extended/corosync/{corosync_3.0.3.bb => corosync_3

[oe] [meta-oe][PATCH 01/21] gtk+: Fix function signature of create_menu()

2022-08-30 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ix-signature-of-create_menu-function.patch | 50 +++ meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb| 1 + 2 files changed, 51 insertions(+) create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/0001-Fix-signature-of-create_menu-function.patch diff -