Re: [oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Khem Raj
On Wed, Nov 1, 2023 at 8:29 PM Yu, Mingli wrote: > > From: Mingli Yu > > Fixes: > WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File > /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package > kernel-module-vboxsf-6.1.51-yocto-standard contains reference to

Re: [oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Yu, Mingli
Hi Anuj, On 11/2/23 11:33, Mittal, Anuj 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 Thu, 2023-11-02 at 11:29 +0800, Yu, Mingli wrote: From: Mingli Yu Fixes:

Re: [oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Anuj Mittal
On Thu, 2023-11-02 at 11:29 +0800, Yu, Mingli wrote: > From: Mingli Yu > > Fixes: >   WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File > /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in > package kernel-module-vboxsf-6.1.51-yocto-standard contains reference > to

[oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0

Re: [oe] [meta-python][PATCH 3/3] python3-zopeevent: Add Zope.Event Python Recipe

2023-11-01 Thread Khem Raj
fails to fetch - https://errors.yoctoproject.org/Errors/Details/741245/ On Wed, Nov 1, 2023 at 5:34 AM wrote: > > From: Arthur Oliveira > > This commit adds the python3-zopeevent recipe, which provides a simple event > system. It is licensed under ZPL-2.1. > --- >

Re: [oe] [meta-networking][PATCH] wireguard-tools: Use PACKAGECONFIG to select wg-quick and bashcompletion

2023-11-01 Thread Khem Raj
this fails see https://errors.yoctoproject.org/Errors/Details/741221/ On Tue, Oct 31, 2023 at 1:33 PM Daiane Angolini via lists.openembedded.org wrote: > > Condition the creation of sub-packages and their consequences to a > PACKAGECONFIG, which can be overriden outside the metalayer. > >

[oe] [meta-networking][PATCH] wireguard-tools: Add runtime dep on bash for wg-quick

2023-11-01 Thread Khem Raj
Fixes ERROR: QA Issue: /usr/bin/wg-quick contained in package wireguard-tools-wg-quick requires /bin/bash, but no providers found in RDEPENDS:wireguard-tools-wg-quick? [file-rdeps] Signed-off-by: Khem Raj --- .../recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb| 2 ++ 1 file

Re: [oe] [meta-python][PATCH 1/3] python3-flask-restx: Add Flask-RestX Python Recipe

2023-11-01 Thread Khem Raj
seeing this error https://errors.yoctoproject.org/Errors/Details/741222/ On Wed, Nov 1, 2023 at 5:34 AM wrote: > > From: Arthur Oliveira > > This commit introduces the python3-flask-restx recipe, which brings a fully > featured framework for fast, easy, and documented API development with

[oe][meta-oe][mickledore][PATCH 1/1] libssh: upgrade 0.10.4 -> 0.10.5

2023-11-01 Thread Urade, Yogita via lists.openembedded.org
From: Yi Zhao Changelog: https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.5 * Generate cases list dynamically in run-ptest. * Install missing file to fix ptest failure. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit

Re: [oe] [meta-java][master][PATCH v2] meta-java: Adapt LICENSE as SPDX identifiers

2023-11-01 Thread Jermain Horsman
Please check the other licenses as well, I just picked cacao_git.bb as an example. I can tell you it wasn't the only one that did not match, I just checked fastjar which should also be 'GPL-2.0-or-later'. Others might need an update as well. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[oe] [meta-python][PATCH 3/4] python3-jsbeautifier: add recipe

2023-11-01 Thread Leon Anavi
Add a new recipe for jsbeautifier version 1.14.9, JavaScript unobfuscator and beautifier. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-jsbeautifier_1.14.9.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/4] python3-inflate64: add recipe

2023-11-01 Thread Leon Anavi
Add python3-inflate64, a python package to provide compression and decompression feature with Enhanced Deflate algorithm. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-inflate64_0.3.1.bb| 16 1 file changed, 16

[oe] [meta-python][PATCH 4/4] python3-pymemcache: add recipe

2023-11-01 Thread Leon Anavi
Add pymemcache, a comprehensive, fast, pure Python memcached client. Version 4.0.0 brings: - Drop python support for 2.7, 3.4 and 3.5 - Use default for get ignore_exc - Return default from hash client - Return default from hash client when using positional argument - Support noreply for hash

[oe] [meta-python][PATCH 1/4] python3-colorclass: add recipe

2023-11-01 Thread Leon Anavi
Add colorclass version 2.2.2, a colorful worry-free console applications for Linux, Mac OS X, and Windows. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- .../python/python3-colorclass_2.2.2.bb | 17 + 1 file changed, 17 insertions(+) create mode

[oe] [meta-python][PATCH 0/3] Branch Name: topic-add-python-recipes

2023-11-01 Thread arthur . oliveira
From: Arthur Oliveira Description: This branch introduces three new Python recipes for the meta-openembedded layer. The recipes include python3-flask-restx, python3-objectpath, and python3-zope.event. These recipes are aimed at extending the capabilities of Yocto by adding support for various

[oe] [meta-python][PATCH 2/3] python3-objectpath: Add ObjectPath Python Recipe

2023-11-01 Thread arthur . oliveira
From: Arthur Oliveira This commit includes the python3-objectpath recipe, which introduces the agile NoSQL query language for semi-structured data. It is licensed under MIT. Signed-off-by: Arthur Oliveira --- .../recipes-devtools/python/python3-objectpath_0.6.1.bb | 9 + 1 file

[oe] [meta-python][PATCH 1/3] python3-flask-restx: Add Flask-RestX Python Recipe

2023-11-01 Thread arthur . oliveira
From: Arthur Oliveira This commit introduces the python3-flask-restx recipe, which brings a fully featured framework for fast, easy, and documented API development with Flask. It is released under the BSD-3-Clause license. Signed-off-by: Arthur Oliveira --- update license to BSD-3-Clause ---

[oe] [meta-python][PATCH 3/3] python3-zopeevent: Add Zope.Event Python Recipe

2023-11-01 Thread arthur . oliveira
From: Arthur Oliveira This commit adds the python3-zopeevent recipe, which provides a simple event system. It is licensed under ZPL-2.1. --- .../recipes-devtools/python/python3-zopeevent_5.0.bb | 8 1 file changed, 8 insertions(+) create mode 100644

[oe] [meta-python][PATCH] python3-nacl: drop duplicate recipe

2023-11-01 Thread Kai Kang
From: Kai Kang Recipes python3-nacl and python3-pynacl are exactly the same reipces for python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb. And let python3-pynacl rprovides python3-nacl in case it is required by other recipes. Ajust the order in python3-pynacl as well accord