[oe] [meta-oe][PATCH] pcsc-tools: upgrade 1.6.2 -> 1.7.1

2024-01-07 Thread Alper Ak
Changelog: = 1.7.1 = - 64 new ATRs - configure: Use ATR_analysis by default on GNU/Linux - improve Windows support = 1.7.0 = - 182 new ATRs - pcsc_scan: . add debug option -d . add PnP option -p - gscriptor: i18n and l10n in English (default), French and Russian -

[oe] [meta-python][PATCH] python3-pylint: Ignore failing ptests

2024-01-07 Thread Khem Raj
regression_distutil_import_error_73 seems to fail starting 3.0.3 perhaps due to dependency upgrade e.g. astroid or some such. Remove it from run for now. Match the run command to whats in github actions. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pylint/run-ptest |

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Vijay Anusuri via lists.openembedded.org
Thanks Anuj for the information provided Thanks & Regards, Vijay On Mon, Jan 8, 2024 at 8:36 AM Mittal, Anuj wrote: > On Mon, 2024-01-08 at 08:10 +0530, Vijay Anusuri via > lists.openembedded.org wrote: > > Hi Anuj, > > > > I thought of updating libssh to 0.10.6 to fix the below security bugs

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Anuj Mittal
On Mon, 2024-01-08 at 08:10 +0530, Vijay Anusuri via lists.openembedded.org wrote: > Hi Anuj, > > I thought of updating libssh to 0.10.6 to fix the below security bugs > > * Fix CVE-2023-6004: Command injection using proxycommand > * Fix CVE-2023-48795: Potential downgrade attack using strict

Re: [oe] [meta-oe][PATCH] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25

2024-01-07 Thread Khem Raj
On Fri, 05 Jan 2024 09:12:40 +0300, alperak wrote: > Changelog: > > 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25 > 6ffc5f4 Keep track of the known flags > 8a259ee Mark ARM extensions as such > 315a45f Fix some extended versioning support > fd78db3 cl_khr_mutable_dispatch > 89581d9 Sempahore

Re: [oe] [meta-oe][PATCH] onig: upgrade 6.9.8 -> 6.9.9

2024-01-07 Thread Khem Raj
On Thu, 04 Jan 2024 11:44:58 +0300, alperak wrote: > Changelog: > > * Update Unicode version 15.1.0 > * NEW API: ONIG_OPTION_MATCH_WHOLE_STRING > * Fixed: (?I) option was not enabled for character classes (Issue #264). > * Changed specification to check for incorrect POSIX bracket (Issue #253).

Re: [oe] [meta-oe][PATCH] usleep: Make the version consistent

2024-01-07 Thread Khem Raj
On Thu, 04 Jan 2024 15:13:01 +0800, mingli...@windriver.com wrote: > The package version is inconsistent as below: > > # rpm -qa | grep usleep > usleep-1.0-r0.core2_64 > > # usleep --version > usleep version 1.2 >usleep --help for more info > > [...] Applied, thanks! [1/1]

Re: [oe] [PATCH v2] picocom: Update to 2023-04

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 14:37:42 -0300, Fabio Estevam wrote: > Update to the 2023-04 version. > > Use the the new upstream repository and drop the fix that > has been upstreamed. > > Applied, thanks! [1/1] picocom: Update to 2023-04 commit: 8838fb392808881366d4bcdccc3296c7413413f9 Best

Re: [oe] [PATCH] picocom: Update to 2023-04

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 14:28:10 -0300, Fabio Estevam wrote: > Update to the 2023-04 version. > > Use the the new upstream repository and drop the fix that > has been upstreamed. > > Applied, thanks! [1/1] picocom: Update to 2023-04 commit: 8838fb392808881366d4bcdccc3296c7413413f9 Best

Re: [oe] [meta-oe][PATCH] krb5: use PACKAGE_BEFORE_PN

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 12:41:12 +0100, Enrico Scholz wrote: > The 'krb5-config' tool should be in ${PN}-dev (as intented by > binconfig class). > > Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled > before -user. > > > [...] Applied, thanks! [1/1] krb5: use PACKAGE_BEFORE_PN

Re: [oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 10:56:02 +0100, Richard Leitner wrote: > As reported by "pip3 check" python3-pytest-cov depends on > python3-coverage: > > $ pip3 check > pytest-cov 4.1.0 requires coverage, which is not installed. > > This patch fixes this problem by adding python3-coverage to

Re: [oe] [meta-oe][PATCH] protobuf-c: upgrade 1.4.1 -> 1.5.0

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 10:39:43 +0100, Peter Marko wrote: > Current hash pointed to version with code already indentical > to v1.5.0, it was just missing three formal release commits: > a15d80a Bump copyright years to 2023 > 6600fd5 Bump version to 1.5.0 > 8c201f6 CHANGELOG.md: 1.5.0 >

Re: [oe] [meta-python] [PATCH] python3-pydantic-core: upgrade 2.14.5 -> 2.14.6

2024-01-07 Thread Khem Raj
On Wed, 03 Jan 2024 16:38:27 +0800, wan...@fujitsu.com wrote: > Changelog: > fix memory leak with recursive definitions creating reference cycles > > Applied, thanks! [1/1] python3-pydantic-core: upgrade 2.14.5 -> 2.14.6 commit: 45672db184f39030417d8412f0aa0c8589be6a74 Best regards,

Re: [oe] [meta-oe][PATCH] srecord: fix install prefix

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 17:24:59 -0500, Ilya A. Kriveshko wrote: > srecord's CMakeLists.txt was unconditionally setting CMAKE_INSTALL_PREFIX > for non-WIN32 builds, which caused it to ignore OE-supplied prefix > that contained the sysroot portion of the path. Fixed by setting > the prefix only if it

Re: [oe] [meta-networking][PATCH] keepalived: Move the sample configuration files to a separate package

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 17:32:56 +, Jordan Crouse wrote: > By default keepalived installs a bunch of sample configurations to > /etc/keepalived/samples. These are good demonstrations but will almost > certainly not apply to any real world situation. > > Move the sample files to a separate

Re: [oe] [meta-oe][PATCHv3] ssd1306_git.bb: Add ssd1306_linux

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 20:54:10 +0200, Leon Anavi wrote: > Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on > the i2c library libi2c from i2c-tools. Example usage for a > compatible display with resolution 128x64 pixels: > > ssd1306_bin -n 1 -I 128x64 > ssd1306_bin -n 1 -c >

Re: [oe] [meta-oe][PATCH] collectd: Remove rrdtool from DEPENDS

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 16:58:23 +, Jordan Crouse wrote: > The core collectd tool does not require rrdtool to build. There are some > configurable options that do need rrdtool but they are already properly > adding the dependency in PACKAGECONFIG. This saves building half a dozen > other

Re: [oe] [PATCH] i2cdev_git: Remove AUTHOR field

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 10:51:06 -0300, Fabio Estevam wrote: > The AUTHOR field is no longer used in generating packages. > > It may also create a possible confusion with the recipe maintainer > name, so let's remove it. > > Applied, thanks! [1/1] i2cdev_git: Remove AUTHOR field commit:

Re: [oe] [meta-oe][PATCHv2] ssd1306_git.bb: Add ssd1306_linux

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 13:04:00 +0200, Leon Anavi wrote: > Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on > the i2c library libi2c from i2c-tools. Example usage for a > compatible display with resolution 128x64 pixels: > > ssd1306_bin -n 1 -I 128x64 > ssd1306_bin -n 1 -c >

Re: [oe] [meta-oe][PATCH] libpaper: upgrade 2.1.0 -> 2.1.2

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:22:41 +0300, alperak wrote: > Changelog: > > 2.1.2 > > * This release contains a change only to the tests, which improves the > detection of glibc. > > 2.1.1 > > [...] Applied, thanks! [1/1] libpaper: upgrade 2.1.0 -> 2.1.2 commit:

Re: [oe] [meta-oe][PATCH] v4l-utils: Add PACKAGECONFIG for v4l2-tracer to fix determinstic build

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 00:50:42 -0800, liezhi.y...@windriver.com wrote: > Fixed do_package error when json-c is in the build dependencies chain: > ERROR: QA Issue: -dev package libv4l-dev contains non-symlink .so > '/usr/lib/libv4l2tracer.so' [dev-elf] > > This recipe builds out files such as

Re: [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.3.4 -> 7.4.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:07:37 +0800, wan...@fujitsu.com wrote: > Applied, thanks! [1/1] python3-coverage: upgrade 7.3.4 -> 7.4.0 commit: e17de9ffb93b97ab9a8d069b402133dabe0e5a99 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [oe] [meta-oe] [PATCH] thingsboard-gateway: upgrade 3.4.3.1 -> 3.4.4

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:13:13 +0800, wan...@fujitsu.com wrote: > Applied, thanks! [1/1] thingsboard-gateway: upgrade 3.4.3.1 -> 3.4.4 commit: e38540eaeb9eedb9d3fc3e0677f8c51c4b465b38 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [oe] [meta-oe] [PATCH] qpdf: upgrade 11.6.4 -> 11.7.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:11:39 +0800, wan...@fujitsu.com wrote: > Changelog: > https://qpdf.readthedocs.io/en/stable/release-notes.html > > Applied, thanks! [1/1] qpdf: upgrade 11.6.4 -> 11.7.0 commit: 5473dfef55b4ba126cf578df4fcfb05e2ec415a9 Best regards, -- Khem Raj

Re: [oe] [meta-python][PATCH] python3-pydot: upgrade 1.4.2 -> 2.0.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:09:37 +0800, wan...@fujitsu.com wrote: > Changelog: > = > - Broken parsing caused by `pyparsing` updates fixed. > With this, the pydot project rises from the dead. > - (Internal) CI > Modernized and clarified the development process. > - Reorganized

Re: [oe] [meta-python][PATCH] python3-gspread: upgrade 5.12.3 -> 5.12.4

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:09:00 +0800, wan...@fujitsu.com wrote: > Changelog: > === > -Bump actions/setup-python from 4 to 5 > -Fixed default value of merge_type parameter in merge_cells function > docstring. > > Applied, thanks! [1/1] python3-gspread: upgrade 5.12.3 -> 5.12.4

Re: [oe] [meta-python][PATCH] python3-flask: upgrade 2.3.3 -> 3.0.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:08:15 +0800, wan...@fujitsu.com wrote: > Changelog: > > -Remove previously deprecated code. > -Deprecate the __version__ attribute. Use feature detection, > or importlib.metadata.version("flask"), instead. > -Restructure the code such that the Flask (app) and

Re: [oe] [meta-oe] [PATCH] plocate: upgrade 1.1.19 -> 1.1.20

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:06:20 +0800, wan...@fujitsu.com wrote: > Changelog: > == > - Fix updatedb writing incomplete .db files under Termux. > - Make the systemd timer run more consistently during the night. > - Add an (undocumented) flag --ignore-visibility to plocate, > giving the

Re: [oe] [meta-python] [PATCH] python3-cantools: upgrade 39.4.1 -> 39.4.2

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:06:55 +0800, wan...@fujitsu.com wrote: > Changelog: > Fix range check with negative scalings > > Applied, thanks! [1/1] python3-cantools: upgrade 39.4.1 -> 39.4.2 commit: a10314fdd0a70dcc0a93df38bd9bfe7e16010697 Best regards, -- Khem Raj

Re: [oe] [meta-python] [PATCH] python3-netaddr: upgrade 0.9.0 -> 0.10.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:05:24 +0800, wan...@fujitsu.com wrote: > Changelog: > https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0 > > Applied, thanks! [1/1] python3-netaddr: upgrade 0.9.0 -> 0.10.0 commit: 36f7320193beb9028f083474ec82a694afb783ef Best regards, -- Khem

Re: [oe] [meta-oe] [PATCH] imapfilter: upgrade 2.8.1 -> 2.8.2

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:03:46 +0800, wan...@fujitsu.com wrote: > Changelog: > === > - Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8" > - Don't use FETCH FAST macro use for better compatibility > - Bug fix; recovery mechanism error on Lua 5.1 > > > [...] Applied,

Re: [oe] [meta-oe] [PATCH] redis-plus-plus: upgrade 1.3.10 -> 1.3.11

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:04:22 +0800, wan...@fujitsu.com wrote: > Changelog: > == > -Fix redlock to make multiple threads be able to lock on the same RedMutex > -Asynchronously update slot-node mapping in some edge cases > -Use weak_ptr to avoid joining EvenLoop thread in itself > -Support

Re: [oe] [meta-networking] [PATCH] squid: upgrade 6.5 -> 6.6

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:03:11 +0800, wan...@fujitsu.com wrote: > Changelog: > === > - Bug 5328: Fix ESI build with libxml2 v2.12.0 > - Bug 5319: QOS Netfilter MARK preservation is always disabled > - Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data" > - Bug 5317: FATAL attempt

Re: [oe] [meta-oe] [PATCH] libssh: upgrade 0.10.5 -> 0.10.6

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:02:33 +0800, wan...@fujitsu.com wrote: > 0001-libgcrypt.c-Fix-prototype-of-des3_encrypt-des3_decry.patch > 0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch > refreshed for 0.10.6 > > Changelog: > == > * Fix CVE-2023-6004: Command injection using

Re: [oe] [meta-oe] [PATCH] cglm: upgrade 0.9.1 -> 0.9.2

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 14:26:44 +0800, wan...@fujitsu.com wrote: > Changelog: > === > -add aabb2d > -add euler to quat functionality > -add new subtraction family of vector functions > -many others improvements and bugfixes > > [...] Applied, thanks! [1/1] cglm: upgrade 0.9.1 -> 0.9.2

Re: [oe] [meta-oe] [PATCH] exiftool: upgrade 12.71 -> 12.72

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 14:28:02 +0800, wan...@fujitsu.com wrote: > Changelog: > === > - Added read support for AAC audio files > - Added a new QuickTime Keys Android tag > - Added a number of new values for some Ricoh GR III tags > - Decode timed metadata from Intsa360 Ace Pro MP4 videos > -

Re: [oe] [meta-oe] [PATCH] feh: upgrade 3.10.1 -> 3.10.2

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 15:01:51 +0800, wan...@fujitsu.com wrote: > Changelog: > * Fix crash in right-click / menu rendering code on some distributions > > Applied, thanks! [1/1] feh: upgrade 3.10.1 -> 3.10.2 commit: 23c397a7f40f9db8f96e08a5ed24c903886cb322 Best regards, -- Khem Raj

Re: [oe] [meta-oe] [PATCH] ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0

2024-01-07 Thread Khem Raj
On Tue, 02 Jan 2024 14:27:20 +0800, wan...@fujitsu.com wrote: > Applied, thanks! [1/1] ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0 commit: bcf04e4948c0679555bbdd727f29a804d4a165be Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [oe] [meta-oe][PATCH] libnvme: upgrade 1.6 -> 1.7.1

2024-01-07 Thread Khem Raj
On Mon, 01 Jan 2024 18:45:19 +0300, alperak wrote: > * Patch dropped because it is already available in the new version. > > Changelog: > > == 1.7.1 == > > * The v1.7 contains a bug in the sysfs scan topology code which could double > free some memory. As this is a very common code

Re: [oe] [PATCH] audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12)

2024-01-07 Thread Khem Raj
On Mon, 01 Jan 2024 19:49:57 +0100, Alexander Kanavin wrote: > Applied, thanks! [1/1] audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12) commit: cb6cd5a566d68a726eea34a1981acac0b790ead0 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=-

Re: [oe] [meta-networking][PATCH V2] vsomeip: upgrade 3.3.8 -> 3.4.10

2024-01-07 Thread Khem Raj
On Mon, 01 Jan 2024 17:32:25 +0800, Yi Zhao wrote: > ChangeLog: > https://github.com/COVESA/vsomeip/releases/tag/3.4.10 > > * Refresh patches > * Fix build for lld > > > [...] Applied, thanks! [1/1] vsomeip: upgrade 3.3.8 -> 3.4.10 commit: e1c4be9bd47cb77c70b8ffe8f3b2abdb1e911318 Best

Re: [oe] [meta-networking][PATCH] vsomeip: upgrade 3.3.8 -> 3.4.10

2024-01-07 Thread Khem Raj
On Sun, 24 Dec 2023 21:50:56 +0800, Yi Zhao wrote: > ChangeLog: > https://github.com/COVESA/vsomeip/releases/tag/3.4.10 > > * Refresh patches > > Applied, thanks! [1/1] vsomeip: upgrade 3.3.8 -> 3.4.10 commit: e1c4be9bd47cb77c70b8ffe8f3b2abdb1e911318 Best regards, -- Khem Raj

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Vijay Anusuri via lists.openembedded.org
Hi Anuj, I thought of updating libssh to 0.10.6 to fix the below security bugs * Fix CVE-2023-6004: Command injection using proxycommand * Fix CVE-2023-48795: Potential downgrade attack using strict kex * Fix CVE-2023-6918: Missing checks for return values of MD functions Ref:

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Anuj Mittal
On Wed, 2023-12-20 at 14:24 +0530, Vijay Anusuri via lists.openembedded.org wrote: > From: Vijay Anusuri > > ChangeLog: > https://git.libssh.org/projects/libssh.git/tree/CHANGELOG?h=libssh-0.10.4 I don't think this is allowed as per stable branch policy unless this is a bug fix only upgrade.

Re: [oe] [meta-oe][kirkstone][PATCH v3 4/4] libssh: upgrade 0.10.4 -> 0.10.5

2024-01-07 Thread Vijay Anusuri via lists.openembedded.org
Hi Armin, Any update on this ? Thanks & Regards, Vijay On Wed, Dec 20, 2023 at 2:25 PM Vijay Anusuri via lists.openembedded.org wrote: > From: Vijay Anusuri > > Changelog: > https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.5 > > * Generate cases list dynamically in run-ptest. >

Re: [oe] [meta-networking][PATCH 5/5] samba: upgrade 4.18.9 -> 4.19.3

2024-01-07 Thread Yi Zhao
Ping... On 1/1/24 15:49, Yi Zhao wrote: According to samba release planning[1], 4.18 is already in maintenance mode and will be EOL in Sep 2024. Upgrade to current stable release 4.19. Release Notes https://www.samba.org/samba/history/samba-4.19.0.html

[oe] [meta-oe][PATCH] libtinyxml2: Package needed resources to run ptests

2024-01-07 Thread Khem Raj
ptests require additional xml files to be present on target for tests to work correctly. Signed-off-by: Khem Raj Cc: Wang Mingyu --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe][meta-networking][dunfell][PATCH] wireshark: Backport fix for CVE-2023-1992 RPCoRDMA: Frame end cleanup for global write offsets

2024-01-07 Thread Armin Kuster
On 1/5/24 4:06 AM, Ashish Sharma via lists.openembedded.org wrote: Upstream-Status: Backport from [https://gitlab.com/colin.mcinnes/wireshark/-/commit/3c8be14c827f1587da3c2b3bb0d9c04faff57413] Signed-off-by: Ashish Sharma Please rebase against current Dunfell. BR, Armin ---

Re: [oe] mickledore merge request: Jan 7th

2024-01-07 Thread Khem Raj
merged thanks Armin On Sun, Jan 7, 2024 at 10:21 AM akuster808 wrote: > > The following changes since commit f29290563cb821fae95340ba959749641c69ed7f: > >python3-django: move to version 4.2.7 (2023-12-04 09:47:03 -0500) > > are available in the Git repository at: > >

[oe] [meta-oe][kirkstone][PATCH] apache2: add vendor to product name used for CVE checking

2024-01-07 Thread Armin Kuster
From: Jeffrey Pautler This recipe sets the product name used for CVE checking to "http_server". However, the cve-check logic matches that name to all products in the CVE database regardless of vendor. Currently, it is matching to products from vendors other than apache. As a result, CVE checking

[oe] mickledore merge request: Jan 7th

2024-01-07 Thread Armin Kuster
The following changes since commit f29290563cb821fae95340ba959749641c69ed7f:   python3-django: move to version 4.2.7 (2023-12-04 09:47:03 -0500) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded mickledore-next for you to fetch changes up to

[oe] [meta-gnome][PATCHv3] gnome-terminal: fix search_provider build

2024-01-07 Thread Markus Volk
currently org.gnome.ShellSearchProvider2.xml is read from host machine and thus gnome-terminal with search_provider enabled can only be build from a host system that has gnome-shell installed. Add an option and set it to STAGING_DATADIR to avoid: | DEBUG: Executing shell function do_compile |

Re: [oe] [meta-gnome][PATCHv2] gnome-terminal: fix search_provider build

2024-01-07 Thread Markus Volk
On Sun, Jan 7 2024 at 11:52:09 AM +01:00:00, Alexander Kanavin wrote: Pending is strongly discouraged and disliked. And yet it is a legitimate concern. I'll try to hurry up -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108072):

Re: [oe] [meta-gnome][PATCHv2] gnome-terminal: fix search_provider build

2024-01-07 Thread Alexander Kanavin
Pending is strongly discouraged and disliked. Please submit even if it’s not perfect yet. Alex On Sun 7. Jan 2024 at 11.27, Markus Volk wrote: > currently org.gnome.ShellSearchProvider2.xml is read from host machine and > thus gnome-terminal with search_provider enabled can only be build from

Re: [oe] [meta-gnome][PATCH] gnome-terminal: fix search_provider build

2024-01-07 Thread Markus Volk
On Sun, Jan 7 2024 at 07:42:45 AM +01:00:00, Alexander Kanavin wrote: Upstream-status is missing. I have expanded the patch so that it would work for upstream. Upstream-Status: Pending was added Give me some days for testing before I try to get it upstream -=-=-=-=-=-=-=-=-=-=-=- Links:

[oe] [meta-gnome][PATCHv2] gnome-terminal: fix search_provider build

2024-01-07 Thread Markus Volk
currently org.gnome.ShellSearchProvider2.xml is read from host machine and thus gnome-terminal with search_provider enabled can only be build from a host system that has gnome-shell installed. Add an option and set it to STAGING_DATADIR to avoid: | DEBUG: Executing shell function do_compile |