Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-12 Thread Yoann Congal
Hi, Le 13/12/2023 à 08:07, Khem Raj a écrit : > On Tue, 05 Dec 2023 22:50:31 +0800, kai.k...@windriver.com wrote: >> Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is >> required by lvm2 when package config 'dbus' is enabled. >> >> > > Applied, thanks! > > [1/2] python3-py

Re: [oe] [meta-oe][kirkstone][PATCHv2] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Anuj Mittal
On Wed, 2023-12-13 at 12:21 +0530, Hitendra Prajapati via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://git.libssh.org/projects/libssh.git/log/?qt=grep&q=cve-2023-1667 > > Signed-off-by: Hitendra Prajapati > --- >  .../libssh/libssh/CVE-2023-1667.patch | 724 > +

Re: [oe][meta-oe][PATCHv3] terminus-font: build compressed archives with -n

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 13:58:38 +0100, Jean-Marc BOUCHE wrote: > When building this recipe, internal archives are compressed with > gzip. The compressed archives contain a header with the field > MTIME (Modification Time) which is initialized from the built > date. As a consequence, two builds of thi

Re: [oe] [PATCH 01/10] Remove unused SRC_DISTRIBUTE_LICENSES

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 22:32:15 +, ross.bur...@arm.com wrote: > This variable was removed in oe-core 8c9ef5, and didn't do what any of > these recipes seem to be using it for. > > Applied, thanks! [01/10] Remove unused SRC_DISTRIBUTE_LICENSES commit: 9ae31f6f6a67d14da075bceb4a1a9781b1

Re: [oe] [meta-oe][PATCH 1/4] libbytesize: Removed unnecessary setting of B

2023-12-12 Thread Khem Raj
On Tue, 12 Dec 2023 23:35:06 +0300, alperak wrote: > Supports out of tree builds > > Applied, thanks! [1/4] libbytesize: Removed unnecessary setting of B commit: b145fdac545f772afa571661a2067e71ecfb3dd5 [2/4] libmxml: use autotools-brokensep instead of setting B commit: bfda5e7c70d

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On Tue, 12 Dec 2023 17:38:04 +0800, liezhi.y...@windriver.com wrote: > Fixed do_configure error when build on aarch64 host: > error: cannot guess build type; you must specify one > > Applied, thanks! [1/1] minifi-cpp: Fix do_configure error builder aarch64 commit: adecc463a3c090e5a9c5487

Re: [oe] [meta-oe][PATCH] android-tools: remove two Debianisms

2023-12-12 Thread Khem Raj
On Tue, 12 Dec 2023 16:02:40 +0200, Dmitry Baryshkov wrote: > If the build happens on a Debian system, android-tools build will hang > forever, filling the log files (and the disk) with the following > messages: > > make: dpkg-architecture: No such file or directory > make: dpkg-architecture: No

Re: [oe] [meta-multimedia][PATCH 1/2] rygel: fix build with gtk+3 PACKAGECONFIG disabled

2023-12-12 Thread Khem Raj
On Tue, 12 Dec 2023 13:57:41 +0100, Martin Jansa wrote: > * fixes: > rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for > combo option "gtk" is not one of the choices. Possible choices are (as > string): "enabled", "disabled", "auto". > > * possibly changed since: >

Re: [oe] [meta-gnome][PATCH] tracker: dont inherit gsettings

2023-12-12 Thread Khem Raj
On Sat, 09 Dec 2023 18:09:03 +0100, Markus Volk wrote: > this fixes an issue I encountered on raspberrypi4-64 at do_rootfs: > ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] > have failed. If the intention is to defer them to first boot, > then please place them into

Re: [oe] [meta-oe][PATCHv4] xsetroot: upgrade 1.1.2 -> 1.1.3

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 15:56:33 +0300, alperak wrote: > By default, xsetroot depends on libxmu and xbitmaps > > xsetroot dependencies -> > https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41 > > xbitmaps has no dependency on libxmu but it was added as a d

Re: [oe] [meta-oe][PATCHv2] snappy: upgrade 1.1.9 -> 1.1.10

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 11:29:52 +0300, alperak wrote: > * 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because > fixed in the new version > * Added fix-build-on-32bit-arm.patch to fix arm build > > Changelog: > > * Performance improvements > * Compilation fixes for various env

Re: [oe] [meta-gnome][PATCH] zenity: Upgrade to 4.0.0

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 10:50:09 +0100, Zoltán Böszörményi wrote: > zenity 4.x now uses GTK4 and GTK4-based webkitgtk. > > The perl based gdialog is no more, its subpackage would be empty. > Don't try to generate this subpackage. > > Applied, thanks! [1/1] zenity: Upgrade to 4.0.0 commit: 0

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-12 Thread Khem Raj
On Fri, 08 Dec 2023 08:47:57 +0300, Petr Chernikov wrote: > Old versions of abseil-cpp could not be compiled using C++ Standard 17. > For now this cmake flag is not needed. > Mosh compilation fixed by specifying c++17 standard. > > Applied, thanks! [1/1] abseil-cpp: remove -Dcmake_cxx_standard

Re: [oe] [meta-oe][PATCHv2] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 21:32:54 +0300, alperak wrote: > * checkfile.patch removed because fixed in the new version -> > https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 > * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> > "M

Re: [oe] [meta-oe][PATCH] ostree: Upgrade 2023.7 -> 2023.8

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 18:20:23 +, Jose Quaresma wrote: > $ git --no-pager log --oneline v2023.8...v2023.7 > 5b23804a (tag: v2023.8) Release 2023.8 > 6e303318 Merge pull request #3106 from cgwalters/commit-reflink > c3dff62e commit: Try reflinks for local commits by default > 59b9f9a8 Merge pull

Re: [oe] [meta-gnome][PATCH v2] mutter: Make gnome-desktop and libcanberra dependencies optional

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 16:33:54 +0100, Zoltán Böszörményi wrote: > mutter may be used as a standalone compositor and even an X11 WM > without the complete GNOME desktop environment. Make this optional > and add the new control knob to PACKAGECONFIG by default. > > The built-in sound player functiona

Re: [oe] [meta-python][PATCH] python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 11:11:28 -0700, Theodore A. Roth wrote: > The 2.5.1 release is not comptabile with python3-sqlalchemy 2.0.23 which > is currently provided by meta-openembedded. This results in the > following error: > > root@host:~# python3 > Python 3.11.5 (main, Aug 24 2023, 12:23:19) [G

Re: [oe] [meta-oe][PATCH] xf86-input-void: upgrade 1.4.1 -> 1.4.2

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 15:25:06 +0300, alperak wrote: > Changelog: > > * InitValuatorAxisStruct: Add missing line breaks > * InputDriverRec: Resolve -Wmissing-field-initializers warning > * gitlab CI: stop requiring Signed-off-by in commits > * gitlab CI: add a basic build test > * Build xz tarballs

Re: [oe] [meta-oe][PATCH] libxaw: upgrade 1.0.14 -> 1.0.15

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 15:56:14 +0300, alperak wrote: > XORG_EXT tar.bz2 removed because not supported in the new version. The > default value defined in xorg-lib-common.inc will be used, i.e. tar.xz > > Changelog: > > * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL >

Re: [oe] [meta-oe][PATCHv2] xorg-sgml-doctools: update summary depends and inc file

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 11:00:21 +0300, alperak wrote: > Applied, thanks! [1/1] xorg-sgml-doctools: update summary depends and inc file commit: 959f6a5da8e15d628be5cb5bc836b32561184f05 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [oe] [meta-oe][PATCH] xf86-video-ati: upgrade 19.1.0 -> 22.0.0

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 15:08:10 +0300, alperak wrote: > * SRC_URI && features_check removed because already defined in > xorg-driver-common.inc > > Changelog: > > * Don't set SourceValidate pointer to NULL > * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 > * gitlab CI: enable gitlab'

Re: [oe] [meta-oe][PATCH] xorg-docs: add recipe

2023-12-12 Thread Khem Raj
On Thu, 07 Dec 2023 10:48:48 +0300, alperak wrote: > Provides miscellaneous documentation for the X Window System that doesn't > better fit into other packages. > The preferred documentation format for these documents is DocBook XML. > > Applied, thanks! [1/1] xorg-docs: add recipe comm

Re: [oe] [meta-oe][PATCH] xbitmaps: upgrade 1.1.2 -> 1.1.3

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 23:41:07 +0300, alperak wrote: > Changelog: > > * Switch to XORG_DEFAULT_NOCODE_OPTIONS > * gitlab CI: stop requiring Signed-off-by in commits > * Build xz tarballs instead of bzip2 > * gitlab CI: add a basic build test > * Update configure.ac bug URL for gitlab migration > *

Re: [oe] [meta-oe][PATCH] xcursor-themes: add recipe

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 23:44:33 +0300, alperak wrote: > Default set of cursor themes for use with libXcursor > > Applied, thanks! [1/1] xcursor-themes: add recipe commit: da5e4c5eb2f0759da570d4fa76acfd09f0898565 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all m

Re: [oe] [meta-multimedia][PATCH] wireplumber: update 0.4.15 -> 0.4.17

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 20:01:08 +0100, Markus Volk wrote: > WirePlumber 0.4.17 > > Fixes: > Fixed a reference counting issue in the object managers that could cause > crashes due to memory corruption (#534) > Fixed an issue with filters linking to wrong targets, often with two sets > of links (#536)

Re: [oe] [meta-oe][PATCH] monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 18:54:53 +0100, Martin Jansa wrote: > * fixes: > ERROR: monocypher-4.0.2-r0 do_package: QA Issue: monocypher: > Files/directories were installed but not shipped in any package: > /usr/lib/libmonocypher.so > /usr/lib/libmonocypher.so.4 > /usr/lib/libmonocypher.a > /usr/

Re: [oe] [meta-oe][PATCH] sessreg: upgrade 1.1.2 -> 1.1.3

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 17:17:27 +0300, alperak wrote: > Changelog: > > * Fix -Wstringop-truncation warnings in safe_strncpy() > * gitlab CI: stop requiring Signed-off-by in commits > * Build xz tarballs instead of bzip2 > * gitlab CI: add a basic build test > * Fix spelling/wording issues > > [...]

Re: [oe] [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 17:52:17 +0200, Leon Anavi wrote: > Add runtime dependencies and upgrade sip to version 6.8.0: > > - Added support for specifying the project metadata using the > [project] section of pyproject.toml as defined in PEP 621. The > use of the [tool.sip.metadata] is now depreca

Re: [oe] [meta-oe][PATCH] xkbevd: upgrade 1.1.4 -> 1.1.5

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:42:39 +0300, alperak wrote: > Changelog: > > * Add .git-blame-ignore-revs to hide whitespace commits from git blame > * eventTypeToString: remove unnecessary strcpy to static buffer > * xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path > * cfgscan: check if character is EO

Re: [oe] [meta-oe][PATCH] xgamma: upgrade 1.0.6 -> 1.0.7

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:49:16 +0300, alperak wrote: > Changelog: > > * Use strtof() if available, instead of casting atof() to float > * Refactor to reduce code duplication > * Resolve -Wdouble-promotion warnings from clang > * Build xz tarballs instead of bzip2 > * gitlab CI: add a basic build te

Re: [oe] [meta-oe][PATCH] xlsclients: upgrade 1.1.4 -> 1.1.5

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:24:35 +0300, alperak wrote: > Changelog: > > * Resolve implicit conversion warnings from clang > * usage: add cold & noreturn attributes to function > * Handle -Wsign-compare warnings > * Quiet -Wmaybe-uninitialized warnings from gcc > * gitlab CI: stop requiring Signed-off

Re: [oe] [meta-oe][PATCH] xlsatoms: upgrade 1.1.3 -> 1.1.4

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:30:08 +0300, alperak wrote: > Changelog: > > * usage: add cold & noreturn attributes to function > * Resolve clang -Wshorten-64-to-32 warnings > * Variable scope reductions as suggested by cppcheck > * gitlab CI: stop requiring Signed-off-by in commits > * Build xz tarballs

Re: [oe] [meta-oe][PATCHv2] xsetroot: upgrade 1.1.2 -> 1.1.3

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:17:38 +0300, alperak wrote: > Changelog: > > * gitlab CI: stop requiring Signed-off-by in commits > * Handle -Wsign-compare warnings > * Variable scope reductions as recommended by cppcheck > * Build xz tarballs instead of bzip2 > * CI: add a basic build test > * Update con

Re: [oe] [meta-oe][PATCHv2] xcursorgen: upgrade 1.0.7 -> 1.0.8

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:03:09 +0300, alperak wrote: > Changelog: > > * Resolve -Wsign-conversion warnings from clang > * Handle -Wimplicit-int-conversion warnings from clang > * premultiply_data(): Mark png argument unused > * gitlab CI: stop requiring Signed-off-by in commits > * Build xz tarball

Re: [oe] [meta-oe][PATCHv2] xstdcmap: upgrade 1.0.4 -> 1.0.5

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 16:13:14 +0300, alperak wrote: > Changelog: > > * Remove unneeded variable initializations > * Remove unnecessary cast of XFree() argument > * Use C99 loop variable declarations > * gitlab CI: stop requiring Signed-off -by in commits > * Build xz tarballs instead of bzip2 > *

Re: [oe] [meta-gnome][PATCH] mutter: Make gnome-desktop and libcanberra dependencies optional

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 12:49:41 +0100, Zoltán Böszörményi wrote: > mutter may be used as a standalone compositor and even an X11 WM > without the complete GNOME desktop environment. Make this optional > and add the new control knob to PACKAGECONFIG by default. > > The built-in sound player functiona

Re: [oe] [PATCH v2] lvm2: 2.03.16 -> 2.03.22

2023-12-12 Thread Khem Raj
On Wed, 06 Dec 2023 10:24:46 +0800, kai.k...@windriver.com wrote: > Update lvm2 from 2.03.16 to 2.03.22. > > * remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done > in upstream already > * add patch to check egrep & grep > * rebase patches > * add package config 'dbus' and fix

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-12 Thread Khem Raj
On Tue, 05 Dec 2023 22:50:31 +0800, kai.k...@windriver.com wrote: > Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is > required by lvm2 when package config 'dbus' is enabled. > > Applied, thanks! [1/2] python3-pyudev: provide native (no commit info) [2/2] lvm2: 2.

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-12 Thread Khem Raj
On Mon, 04 Dec 2023 17:18:56 +0300, Petr Chernikov wrote: > Old versions of abseil-cpp could not be compiled using C++ Standard 17. > For now this cmake flag is not needed. > > Applied, thanks! [1/1] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake commit: 190f7b50ac3d7

Re: [oe] [meta-oe][PATCH] snappy: upgrade 1.1.9 -> 1.1.10

2023-12-12 Thread Khem Raj
On Mon, 04 Dec 2023 10:53:56 +0300, alperak wrote: > * 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because > fixed in the new version > > Changelog: > > * Performance improvements > * Compilation fixes for various environments > > [...] Applied, thanks! [1/1] snappy: up

[oe] [meta-oe][kirkstone][PATCHv2] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Hitendra Prajapati via lists.openembedded.org
Upstream-Status: Backport from https://git.libssh.org/projects/libssh.git/log/?qt=grep&q=cve-2023-1667 Signed-off-by: Hitendra Prajapati --- .../libssh/libssh/CVE-2023-1667.patch | 724 ++ .../recipes-support/libssh/libssh_0.8.9.bb| 1 + 2 files changed, 725 insert

[oe] [meta-oe][kirkstone][PATCH] wireshark: fix CVE-2022-4345 multiple (BPv6, OpenFlow, and Kafka protocol) dissector infinite loops

2023-12-12 Thread vkumbhar via lists.openembedded.org
Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/39db474f80af87449ce0f034522dccc80ed4153f Signed-off-by: Vivek Kumbhar --- .../wireshark/files/CVE-2022-4345.patch | 52 +++ .../wireshark/wireshark_3.4.12.bb | 1 + 2 files changed,

Re: [oe] [meta-oe][kirkstone][PATCH] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Anuj Mittal
On Wed, 2023-12-13 at 11:37 +0530, Hitendra Prajapati via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://packages.debian.org/buster/libssh-dev/libssh_0.8.7-1+deb10u2.debian.tar.xz > > Signed-off-by: Hitendra Prajapati > --- >  .../libssh/libssh/CVE-2023-1667.patch   

[oe] [meta-oe][kirkstone][PATCH] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Hitendra Prajapati via lists.openembedded.org
Upstream-Status: Backport from https://packages.debian.org/buster/libssh-dev/libssh_0.8.7-1+deb10u2.debian.tar.xz Signed-off-by: Hitendra Prajapati --- .../libssh/libssh/CVE-2023-1667.patch | 724 ++ .../recipes-support/libssh/libssh_0.8.9.bb| 1 + 2 files changed,

Re: [oe] [meta-networking][PATCH] networkmanager: Improved SUMMARY and added DESCRIPTION

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 11:43 AM william.lyu via lists.openembedded.org wrote: > > From: William Lyu > > The SUMMARY and DESCRIPTION are taken from Arch Linux wiki page: > https://wiki.archlinux.org/title/NetworkManager > > Signed-off-by: William Lyu > --- > .../networkmanager/networkmanager_1.

[oe] [meta-networking][PATCH] networkmanager: Improved SUMMARY and added DESCRIPTION

2023-12-12 Thread william.lyu via lists.openembedded.org
From: William Lyu The SUMMARY and DESCRIPTION are taken from Arch Linux wiki page: https://wiki.archlinux.org/title/NetworkManager Signed-off-by: William Lyu --- .../networkmanager/networkmanager_1.44.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 8:49 AM Ross Burton wrote: > > On 12 Dec 2023, at 16:42, Ross Burton via lists.openembedded.org > wrote: > > Also this is a huge red flag as it means this recipe is embeddings its own > > copy of the uuid library instead of using the system library. > > OH DEAR GOD NO. >

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Ross Burton
On 12 Dec 2023, at 16:42, Ross Burton via lists.openembedded.org wrote: > Also this is a huge red flag as it means this recipe is embeddings its own > copy of the uuid library instead of using the system library. OH DEAR GOD NO. https://github.com/apache/nifi-minifi-cpp/tree/main/thirdparty I

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Ross Burton
> On 12 Dec 2023, at 09:38, Robert Yang via lists.openembedded.org > wrote: > +file://0001-config.guess-Support-build-on-aarch64.patch \ If that’s a standard autotools config.guess then use gnu-configize to install new files entirely. Also this is a huge red flag as it means this

Re: [oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Khem Raj
On 12/12/23 1:38 AM, liezhi.y...@windriver.com wrote: From: Robert Yang Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang --- ...onfig.guess-Support-build-on-aarch64.patch | 31 +++ .../minif

[oe] [meta-oe][PATCH] android-tools: remove two Debianisms

2023-12-12 Thread Dmitry Baryshkov
If the build happens on a Debian system, android-tools build will hang forever, filling the log files (and the disk) with the following messages: make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory

[oe] [meta-multimedia][PATCH 1/2] rygel: fix build with gtk+3 PACKAGECONFIG disabled

2023-12-12 Thread Martin Jansa
* fixes: rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "gtk" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". * possibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7ca

[oe] [meta-multimedia][PATCH 2/2] rygel: add x11 to DISTRO_FEATURES

2023-12-12 Thread Martin Jansa
* it was added in rygel-0.41.0 with: https://github.com/GNOME/rygel/commit/18cd2cff6f64b7a54156ac97e5c4f50eb8fd8d67 * it might need libx11 dependency as well which would probably be pulled by gtk+3 already when x11 is in DISTRO_FEATURES * as shown in: http://errors.yoctoproject.org/Errors/D

[oe] [meta-oe] [PATCH] minifi-cpp: Fix do_configure error builder aarch64

2023-12-12 Thread Robert Yang via lists.openembedded.org
From: Robert Yang Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang --- ...onfig.guess-Support-build-on-aarch64.patch | 31 +++ .../minifi-cpp/minifi-cpp_0.7.0.bb| 1 + 2 files chang