[oe] [meta-networking][PATCH 3/4] system-config-printer: Check for gobject-introspection as well in distro features

2023-05-24 Thread Khem Raj
firewalld is only enabled when gobject-introspection is in distro features which is required package to build system-config-printer Signed-off-by: Khem Raj --- .../system-config-printer/system-config-printer_1.5.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met

[oe] [meta-xfce][PATCH 4/4] packagegroup-xfce-extended: Blueman also needs gobject introspection distro feature

2023-05-24 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-xfce/packagegroups/packagegroup-xfce-extended.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb

[oe] [meta-oe][PATCH 1/4] freerdp: Fix reference to TMPDIR in libfreerdp2.so

2023-05-24 Thread Khem Raj
Fixes File /usr/lib/libwinpr2.so.2.10.0 in package libfreerdp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj --- meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.10.0.bb b/meta

[oe] [meta-multimedia][PATCH 2/4] vlc: Remove WORKDIR from CONFIGURE_LINE definition

2023-05-24 Thread Khem Raj
This is emitted by configure into generated config.h which is used in src/misc/messages.c and flows into binaries Fixes WARNING: vlc-3.0.18-r0 do_package_qa: QA Issue: File /usr/lib/libvlccore.so.9.0.1 in package libvlc contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj --- met

Re: [oe] [PATCH 3/6] firewalld: add features_check on gobject-introspection-data

2023-05-24 Thread Khem Raj
I see some more fallouts with this https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2772 On Wed, May 24, 2023 at 10:14 AM Ross Burton wrote: > > From: Ross Burton > > This project uses gobject-introspection, so depend on the DISTRO_FEATURE. > > Signed-off-by: Ross Burton > ---

Re: [oe] [meta-oe][PATCH 1/1] libgpiod: modify test 'gpioset: toggle (continuous)'

2023-05-24 Thread Randy MacLeod via lists.openembedded.org
On 2023-05-24 14:11, joe.sla...@windriver.com wrote: From: Joe Slater Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. The updated commit log and comment below look good to me. Please send a patch to upstream and repl

[oe] [meta-oe][PATCH 1/1] libgpiod: modify test 'gpioset: toggle (continuous)'

2023-05-24 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater --- ...-ptest-modify-delays-in-toggle-tests.patch | 60 +++ .../libgpiod/libgpiod_2.0.1.bb| 2

Re: [oe] [meta-python][hardknott][PATCH 2/2] python3-django: upgrade 3.2.5 -> 3.2.12 -> Now Kirkstone

2023-05-24 Thread Narpat Mali via lists.openembedded.org
On 24-05-2023 08:34, akuster808 wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 5/23/23 5:58 PM, Randy MacLeod wrote: On 2022-03-23 13:33, Trevor Gamblin wrote: The d

[oe] [PATCH 5/6] networkd-dispatcher: add features_check on gobject-introspection-data

2023-05-24 Thread Ross Burton
From: Ross Burton This project uses gobject-introspection, so depend on the DISTRO_FEATURE. Signed-off-by: Ross Burton --- .../networkd-dispatcher/networkd-dispatcher_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/networ

[oe] [PATCH 6/6] python3-asyncio-glib: add features_check on gobject-introspection-data

2023-05-24 Thread Ross Burton
From: Ross Burton This project uses gobject-introspection, so depend on the DISTRO_FEATURE. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-asyncio-glib_0.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/py

[oe] [PATCH 2/6] python3-pydbus: remove obsolete recipe

2023-05-24 Thread Ross Burton
From: Ross Burton This project has been untouched since 2018 and doesn't appear to have any real dependents. If something similar to pydbus is needed, then a maintained alternative would be https://github.com/rhinstaller/dasbus (recipe available in meta-anaconda). Signed-off-by: Ross Burton --

[oe] [PATCH 3/6] firewalld: add features_check on gobject-introspection-data

2023-05-24 Thread Ross Burton
From: Ross Burton This project uses gobject-introspection, so depend on the DISTRO_FEATURE. Signed-off-by: Ross Burton --- .../recipes-connectivity/firewalld/firewalld_1.2.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-networking/dynamic-layers/meta-p

[oe] [PATCH 4/6] blueman: add features_check on gobject-introspection-data

2023-05-24 Thread Ross Burton
From: Ross Burton This project uses gobject-introspection, so depend on the DISTRO_FEATURE. Signed-off-by: Ross Burton --- meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/b

[oe] [PATCH 1/6] python3-pydbus-manager: remove obsolete recipe

2023-05-24 Thread Ross Burton
From: Ross Burton This project has been untouched upstream for six years and doesn't appear to be considered "finished". Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-meta-python.bb | 1 - .../python/python3-pydbus-manager_git.bb | 15 --- 2 files chan

[oe] [meta-oe][PATCH] minifi-cpp: Remove references to buildpaths in generated files

2023-05-24 Thread Khem Raj
bison/flex emits line directives which can be safely removed from generated files. agent_version.h is generated by cmake which has build information like compiler and cflags etc. which contains buildpaths too, therefore replace real workdir with Signed-off-by: Khem Raj --- meta-oe/recipes-exte

[oe] [meta-gnome][PATCH] nautilus: Fix buildpath QA errors

2023-05-24 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-Replace-filename-with-basename.patch | 46 +++ .../recipes-gnome/nautilus/nautilus_44.1.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus/0001-Replace-filename-with-basename.patch di

Re: [oe] kirkstone merge request: May 24th

2023-05-24 Thread Khem Raj
merged thanks. On Wed, May 24, 2023 at 7:43 AM akuster808 wrote: > > The following changes since commit 9e539aaed608a03b1128a7361426703d8f9ba705: > >capnproto: upgrade to 0.9.2 (2023-05-09 06:51:22 -0400) > > are available in the Git repository at: > >https://git.openembedded.org/meta-ope

[oe] kirkstone merge request: May 24th

2023-05-24 Thread Armin Kuster
The following changes since commit 9e539aaed608a03b1128a7361426703d8f9ba705:   capnproto: upgrade to 0.9.2 (2023-05-09 06:51:22 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to 5f120a926b0fcd55cfe7565b

[oe] [meta-oe][kirkstone][PATCH 1/1] opencv: fix for CVE-2023-2618

2023-05-24 Thread Narpat Mali via lists.openembedded.org
From: Narpat Mali A vulnerability, which was classified as problematic, has been found in OpenCV wechat_qrcode Module up to 4.7.0. Affected by this issue is the function DecodedBitStreamParser::decodeHanziSegment of the file qrcode/decoder/decoded_bit_stream_parser.cpp. The manipulation leads to

Re: [oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration

2023-05-24 Thread Kieran Bingham
Quoting Alexander Stein (2023-05-24 07:55:34) > Default to 'auto' which enables all target architecture pipelines (+UVC). > IPAs are also automatically enabled if the corresponding required pipeline > is enabled as well. > > Signed-off-by: Alexander Stein Yup, This is what I would do! Reviewed-

Re: [oe] [PATCH 3/3] gutenprint: rewrite recipe and update

2023-05-24 Thread Ross Burton
On 24 May 2023, at 06:56, Khem Raj wrote: > seeing this error > > https://errors.yoctoproject.org/Errors/Details/704895/ No idea how this works for me, as it’s trying to find glib-mkenums that isn’t installed anywhere. I’ve a feeling it is somehow escaping from the hosttools and finding binari

[oe] [PATCH v2 1/2] gutenprint: rewrite recipe and update

2023-05-24 Thread Ross Burton
From: Ross Burton There hasn't been a gutenprint upgrade for quite a while, but a lot of fixes upstream, so grab the latest SHA. This means we can now do out-of-tree builds, so drop the use of autotools-brokensep. Also stop autogen.sh from running configure as we run it again. Clean up build de

[oe] [PATCH v2 2/2] gutenprint: match ownership on /etc/cups

2023-05-24 Thread Ross Burton
From: Ross Burton This recipe currently uses DIRFILES to work around the fact that both cups and gutenprint ship /etc/cups but with different ownership. Instead of having mismatching ownership, we can simply match the ownership in gutenprint. Signed-off-by: Ross Burton --- meta-oe/recipes-pri

[oe] [meta-oe][PATCH] bpftool: return do_configure dependency

2023-05-24 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org
return do_configure dependency that was removed by (3de33c7ecc99 "bpftool: Fix externalsrc support") do_configure and do_populate_lic runs independently and do_configure require prepared kernel sources dir Signed-off-by: Denys Zagorui --- meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 ++ 1 file

[oe] [meta-oe][PATCH 20/20] graphviz: remove unused patch files

2023-05-24 Thread Martin Jansa
* they were removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=edc38751dc1a0141c8f5f93f6650ca2d11b792bc Signed-off-by: Martin Jansa --- .../graphviz/0001-Use-native-mkdefs.patch | 26 --- ...-Include-freetype-headers-explicitly.patch | 33 --

[oe] [meta-oe][PATCH 19/20] fbida: remove unused use-jpeg-turbo.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=c93035a0fe085aab6d3d674ce2cb1da3f03e76fd Signed-off-by: Martin Jansa --- .../fbida/files/use-jpeg-turbo.patch| 13 - 1 file changed, 13 deletions(-) delete mode 100644 meta

[oe] [meta-oe][PATCH 18/20] tigervnc: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=f602e9f1e14ac2c9f0d094b9d8c7605aa6df9767 Signed-off-by: Martin Jansa --- .../0001-tigervnc-remove-includedir.patch | 50 --- 1 file changed, 50 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 17/20] beep: remove unused linux-input.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=19c244dd39b9896eed9d7d8a2a033e60839cff86 Signed-off-by: Martin Jansa --- .../beep/files/linux-input.patch | 155 -- 1 file changed, 155 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 16/20] paho-mqtt-c: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was added in: https://git.openembedded.org/meta-openembedded/commit/?id=4d43e788f2c835948ebeb0180a5c1aaa09e8b3b5 but never used it seems Signed-off-by: Martin Jansa --- .../paho-mqtt-c/files/makefile.patch | 25 --- 1 file changed, 25 deletions(-) delete mode

[oe] [meta-oe][PATCH 15/20] libinih: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI with git recipe in: https://git.openembedded.org/meta-openembedded/commit/?id=da03785ff19c2db4210318759a011c6919692876 Signed-off-by: Martin Jansa --- ...header-files-without-prefix-dir-inih.patch | 24 --- 1 file changed, 24 deletions(-) delete

[oe] [meta-oe][PATCH 13/20] opencv: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=d0e72f07d3f6362a8d3f070ca00c153aae718cb7 Signed-off-by: Martin Jansa --- ...dparty-ippicv-Use-pre-downloaded-ipp.patch | 36 --- 1 file changed, 36 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 14/20] libiio: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=998219d2e8179c8ca758da822b8dc17a1e3533b8 Signed-off-by: Martin Jansa --- ...de-CheckCSourceCompiles-before-its-m.patch | 38 --- 1 file changed, 38 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 06/20] gnome-terminal: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=ccde2b0bdcc1110c68dbdb06dff726b3c955aee9 Signed-off-by: Martin Jansa --- .../0001-build-Fix-for-newer-meson.patch | 46 --- 1 file changed, 46 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 12/20] glibmm: remove unused remove-examples.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=1dde9990b8ce4f9a679a666b00f932aab20c3db2 Signed-off-by: Martin Jansa --- .../glib-2.0/glibmm/remove-examples.patch | 40 --- 1 file changed, 40 deletions(-) delete mode 100644 meta

[oe] [meta-oe][PATCH 11/20] plymouth: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=479b1455e37d49bc24f709bd2284effdb92686ab Signed-off-by: Martin Jansa --- ...001-systemd-switch-to-KillMode-mixed.patch | 43 --- 1 file changed, 43 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 10/20] cyrus-sasl: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=edd8bd0f2443bbf1acc794df981cd05f1dbd6778 Signed-off-by: Martin Jansa --- .../cyrus-sasl/Fix-hardcoded-libdir.patch | 26 --- 1 file changed, 26 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 08/20] ndpi: remove unused CVE-2021-36082.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=8359cf87458d185011831a8132b8af17bcbc9605 Signed-off-by: Martin Jansa --- .../ntopng/files/CVE-2021-36082.patch | 116 -- 1 file changed, 116 deletions(-) delete mode 100644 me

[oe] [meta-oe][PATCH 09/20] soci: remove unused soci_libdir.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=01cd7fcae16edde709d24f905a222dcaea8fb0a1 Signed-off-by: Martin Jansa --- .../recipes-dbs/soci/soci/soci_libdir.patch | 28 --- 1 file changed, 28 deletions(-) delete mode 100644 meta

[oe] [meta-oe][PATCH 07/20] geary: remove unused patch files

2023-05-24 Thread Martin Jansa
* they were removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=3bb4ee4ba1161cff3b8c22dc07aa130ac2de9789 Signed-off-by: Martin Jansa --- ...orkaround-missing-generic-type-argum.patch | 27 ...y-issues-with-initializer-of-constan.patch | 42 -

[oe] [meta-oe][PATCH 05/20] monkey: remove unused patch file

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=45b327ba1620febf3dd8a8b415d601c9c9e78bc5 --- ...igure-Respect-LIBS-variable-from-env.patch | 30 --- 1 file changed, 30 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/monk

[oe] [meta-oe][PATCH 03/20] python3-pybind11: remove unused 0001-Do-not-strip-binaries.patch

2023-05-24 Thread Martin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=5c455804aede17e0ea0cbb7ab55f8580f912e664 Signed-off-by: Martin Jansa --- .../0001-Do-not-strip-binaries.patch | 48 --- 1 file changed, 48 deletions(-) delete mode 100644 met

[oe] [meta-oe][PATCH 04/20] python3-anyjson: remove unused files

2023-05-24 Thread Martin Jansa
* the recipe was removed in: https://git.openembedded.org/meta-openembedded/commit/?id=09abb3ffad217edbbc0c95bc6dda41f2764f2b67 Signed-off-by: Martin Jansa --- .../0001-setup.py-Do-not-use-2to3.patch | 29 --- .../python/python3-anyjson/run-ptest | 3 -- 2 file

[oe] [meta-oe][PATCH 02/20] meta-python: remove unused patches from python2 recipes

2023-05-24 Thread Martin Jansa
* python2 recipes were removed in: https://git.openembedded.org/meta-openembedded/commit/?id=05d0c5eee319055816bbea8b9dd972f723f68019 but some of the unused patch files were left behind * meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch: https://git.openembe

[oe] [meta-oe][PATCH 01/20] libsquish: remove unused 0001-makefile-Add-LIBDIR.patch

2023-05-24 Thread Martin Jansa
* it was added to meta-multimedia, but not to SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=1c23fd7f8b58636983fd0b233c2043e34d3bc3b3 * and later diferent patch was added to the layer as well as SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=8df6