[oe] [PATCH v5] ydotool: Add new package

2024-03-07 Thread André Paiusco
Reviewed-by: Khem Raj Reviewed-by: Ross Burton Signed-off-by: Andre Paiusco --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../recipes-graphics/ydotool/ydotool_git.bb| 18 ++ 2 files changed, 19 insertions(+) create mode 100644

Re: [oe] [PATCH v4] ydotool: Add new package

2024-03-07 Thread André Paiusco
[Edited Message Follows] Hello, Two things: First, I had a patch that I forgot to add to this, where I make the ydotoold.service be installed as a system service instead of a user service, otherwise the rootfs recipe fails as it can't enable it. I'd like suggestions to what you feel better.

Re: [oe] [PATCH v4] ydotool: Add new package

2024-03-07 Thread André Paiusco
Hello, Two things: First, I had a patch that I forgot to add to this, where I make the ydotoold.service be installed as a system service instead of a user service, otherwise the rootfs recipe fails as it can't enable it. I'd like suggestions to what you feel better. Sorry for missing that. If

[oe] [meta-multimedia][PATCH 2/2] vlc: Upgrade to 3.0.20

2024-03-07 Thread Khem Raj
Fix build with taglib 2.0 Signed-off-by: Khem Raj --- .../vlc/0001-make-opencv-configurable.patch | 2 +- .../vlc/vlc/0002-use-vorbisidec.patch | 2 +- ...packageconfig-to-detect-mmal-support.patch | 2 +- ...ave-same-signature-between-glibc-and.patch | 11 +--

[oe] [meta-gnome][PATCH 1/2] gnome-online-accounts: Fix build with libxml2 2.12

2024-03-07 Thread Khem Raj
Signed-off-by: Khem Raj --- ...abackend-Fix-build-with-libxml2-2.12.patch | 28 +++ .../gnome-online-accounts_3.48.0.bb | 3 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-python][PATCH 3/3] python3-google-auth: add ptest and update runtime dependencies

2024-03-07 Thread Alper Ak
* Generally we want to keep images as small as possible. RDEPENDS should not contains nothing except what is absolutely needed for a recipe. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest results: == qemux86-64: Testsuite summary TOTAL: 1074

[oe] [meta-python][PATCH 2/3] python3-responses: add recipe

2024-03-07 Thread Alper Ak
A utility library for mocking out the requests Python library. Signed-off-by: alperak --- Couldn't add ptest because throwing ERROR: Exited from signal Killed (9) after 300 sec. When I tried with tox after cloning the upstream in docker, there was no problem. Somehow this error is

[oe] [meta-python][PATCH 1/3] python3-pytest-localserver: added recipe which is also include ptest

2024-03-07 Thread Alper Ak
pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest result: == qemux86-64: Testsuite summary TOTAL: 55 PASS: 54 SKIP: 1 XFAIL: 0

[oe] [meta-networking][PATCH] tcprelay: fix a minor cross compilation do_configure issue

2024-03-07 Thread Chen Qi via lists.openembedded.org
From: Chen Qi We're seeing errors like below in log.do_configure: ./conftest: cannot execute binary file: Exec format error The tcprelay's configure have two places to execute ./conftest. And the result happens to be correct even with the error above. Instead of leaving the errors as they

Re: [oe] [PATCH v4] ydotool: Add new package

2024-03-07 Thread Khem Raj
On Thu, Mar 7, 2024 at 12:07 PM Andre Paiusco wrote: > > CC: Khem Raj > Signed-off-by: Andre Paiusco > --- > .../packagegroups/packagegroup-meta-oe.bb | 1 + > .../recipes-graphics/ydotool/ydotool_git.bb | 20 +++ > 2 files changed, 21 insertions(+) > create mode 100644

[oe] [meta-gnome][PATCH 5/5] gnome-commander: Fix build with taglib 2.0

2024-03-07 Thread Khem Raj
Signed-off-by: Khem Raj --- ...001-Build-fix-needed-with-taglib-2.0.patch | 37 +++ .../gnome-commander/gnome-commander_1.16.1.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH 4/5] libmusicbrainz: Update to tip of trunk

2024-03-07 Thread Khem Raj
This brings the libxml2 2.12 fix Signed-off-by: Khem Raj --- .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb

[oe] [meta-oe][PATCH 3/5] mariadb: Fix build with libxml2 2.12 ABI changes

2024-03-07 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/mysql/mariadb.inc | 1 + ...EV-33439-Fix-build-with-libxml2-2.12.patch | 170 ++ 2 files changed, 171 insertions(+) create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch

[oe] [meta-oe][PATCH 2/5] xmlstarlet: Fix build with API breakage in libxml2 2.12

2024-03-07 Thread Khem Raj
Fixes | 300 | xmlSetStructuredErrorFunc(, reportError); | | ^~~ | /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to

[oe] [meta-oe][PATCH 1/5] layer.conf: Update for the scarthgap release series

2024-03-07 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-filesystems/conf/layer.conf | 2 +- meta-gnome/conf/layer.conf | 2 +- meta-initramfs/conf/layer.conf | 2 +- meta-multimedia/conf/layer.conf | 2 +- meta-networking/conf/layer.conf | 2 +- meta-oe/conf/layer.conf | 2 +-

[oe] [meta-oe] [PATCH V2] abseil-cpp: upgrade 20230802.1 -> 20240116.1

2024-03-07 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0004-Avoid-using-both-Win32Waiter-and-PthreadWaiter-on-Mi.patch revmoed since it's included in 20240116.1. Changelog: === -Added absl::NoDestructor to simplify defining static types that do not need to be destructed upon program exit. -Added configurable verbose

Re: [oe] [PATCH v4] ydotool: Add new package

2024-03-07 Thread Ross Burton
On 7 Mar 2024, at 20:07, André Paiusco via lists.openembedded.org wrote: > +DEPENDS = "systemd" I can’t see where the in source this is a hard requirement? It ships a systemd service file, but it can also ship an openrc service file. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[oe] [PATCH v4] ydotool: Add new package

2024-03-07 Thread André Paiusco
CC: Khem Raj Signed-off-by: Andre Paiusco --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../recipes-graphics/ydotool/ydotool_git.bb | 20 +++ 2 files changed, 21 insertions(+) create mode 100644 meta-oe/recipes-graphics/ydotool/ydotool_git.bb diff --git

Re: [oe] [PATCH v3] ydotool: Add new package

2024-03-07 Thread Khem Raj
On Thu, Mar 7, 2024 at 11:20 AM Andre Paiusco wrote: > > CC: Khem Raj > Signed-off-by: Andre Paiusco > --- > .../packagegroups/packagegroup-meta-oe.bb | 1 + > .../recipes-graphics/ydotool/ydotool_git.bb | 20 +++ > 2 files changed, 21 insertions(+) > create mode 100644

[oe] [meta-oe][PATCH] libosinfo: Fix build with libxml2 v2.12

2024-03-07 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Alexander Kanavin --- ...rror-struct-constant-in-propagate_li.patch | 32 +++ .../libosinfo/libosinfo_1.11.0.bb | 1 + 2 files changed, 33 insertions(+) create mode 100644

[oe] [PATCH v3] ydotool: Add new package

2024-03-07 Thread André Belmudes Paiusco
CC: Khem Raj Signed-off-by: Andre Paiusco --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../recipes-graphics/ydotool/ydotool_git.bb | 20 +++ 2 files changed, 21 insertions(+) create mode 100644 meta-oe/recipes-graphics/ydotool/ydotool_git.bb diff --git

[oe] [meta-networking][PATCH] squid: Upgrade to 6.8

2024-03-07 Thread Khem Raj
Drop a patch which was needed for older gcc Signed-off-by: Khem Raj --- ...for-Wno-error-format-truncation-comp.patch | 120 -- ...quid-conf-tests-run-on-target-device.patch | 4 - .../files/Set-up-for-cross-compilation.patch | 2 - .../files/Skip-AC_RUN_IFELSE-tests.patch

Re: [oe] [meta-oe][PATCH] ydotool: Add new package

2024-03-07 Thread Khem Raj
On Thu, Mar 7, 2024 at 8:28 AM André Belmudes Paiusco < andre.paiu...@gmail.com> wrote: > CC: Khem Raj > Signed-off-by: Andre Paiusco > --- > .../packagegroups/packagegroup-meta-oe.bb | 1 + > .../recipes-graphics/ydotool/ydotool_git.bb| 18 ++ > 2 files changed, 19

[oe] [meta-oe][PATCH] ydotool: Add new package

2024-03-07 Thread André Belmudes Paiusco
CC: Khem Raj Signed-off-by: Andre Paiusco --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../recipes-graphics/ydotool/ydotool_git.bb| 18 ++ 2 files changed, 19 insertions(+) create mode 100644 meta-oe/recipes-graphics/ydotool/ydotool_git.bb diff --git

[oe] [PATCH v2] ydotool: Add new package

2024-03-07 Thread André Belmudes Paiusco
CC: Khem Raj Signed-off-by: Andre Paiusco --- .../packagegroups/packagegroup-meta-oe.bb | 1 + .../recipes-graphics/ydotool/ydotool_git.bb| 18 ++ 2 files changed, 19 insertions(+) create mode 100644 meta-oe/recipes-graphics/ydotool/ydotool_git.bb diff --git

[oe] [v2.5][meta-oe][PATCH 1/1] googletest: allow for shared libraries

2024-03-07 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Change the -dev RDEPENDS because -staticdev is not created if shared libraries are built. Signed-off-by: Joe Slater --- meta-oe/recipes-test/googletest/googletest_1.14.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH] libnice: Disable the examples and the tests

2024-03-07 Thread Peter Kjellerstedt
They are not used, and if the `gstreamer` PACKAGECONFIG is enabled, the tests require gstreamer-check-1.0 to be available, which it isn't if gstreamer-1.0 is built without the `check` PACKAGECONFIG. Also remove adding -Dgstreamer=disabled to EXTRA_OEMESON as it is already covered by the

[oe] [meta-oe][kirkstone][PATCH] opencv: fix reproducibility issues

2024-03-07 Thread Martin Jansa
From: Anuj Mittal Download and unpack contrib modules and other repositories in S instead of WORKDIR so they don't escape file-prefix-map substitutions. Fixes a number of reproducibility problems because of OpenCV check macros that were embedding path to files in contrib/. MJ: this is backport

Re: [oe][meta-oe][kirkstone][PATCH 1/1] openvpn: ignore CVE-2023-7235

2024-03-07 Thread Yoann Congal
Hi, Le jeu. 7 mars 2024 à 10:21, Soumya via lists.openembedded.org a écrit : > From: Soumya Sambu > > This CVE is related to OpenVPN 2.x GUI on Windows. > > References: > https://community.openvpn.net/openvpn/wiki/CVE-2023-7235 > https://security-tracker.debian.org/tracker/CVE-2023-7235 > >

[oe][meta-oe][kirkstone][PATCH 1/1] postgresql: Fix CVE-2024-0985

2024-03-07 Thread Soumya via lists.openembedded.org
From: Soumya Sambu Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted

[oe][meta-oe][kirkstone][PATCH 1/1] openvpn: ignore CVE-2023-7235

2024-03-07 Thread Soumya via lists.openembedded.org
From: Soumya Sambu This CVE is related to OpenVPN 2.x GUI on Windows. References: https://community.openvpn.net/openvpn/wiki/CVE-2023-7235 https://security-tracker.debian.org/tracker/CVE-2023-7235 Signed-off-by: Soumya Sambu --- meta-networking/recipes-support/openvpn/openvpn_2.5.6.bb | 3