Re: [oe] [meta-oe][PATCH] nodejs: Upgrade to 16.11.1

2022-03-01 Thread Zoltan Boszormenyi via lists.openembedded.org
2022. 03. 01. 18:12 keltezéssel, Khem Raj írta: On 3/1/22 5:35 AM, Böszörményi Zoltán wrote: 2021. 10. 21. 0:52 keltezéssel, Khem Raj írta: * This is new LTS release 16.14.0 is released since then, and 16.x is the LTS series. Can you please upgrade the recipe? Currently, drowned in making

Re: [oe] [meta-python][PATCH] ptyhon3-ipy: drop recipe

2022-03-01 Thread Khem Raj
corrected in master-next On 3/1/22 17:27, Tim Orling wrote: Typo in subject line :( On Fri, Feb 25, 2022 at 7:31 PM Tim Orling via lists.openembedded.org > wrote: Does not build with bdist_wheel. If you need this p

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Khem Raj
On 3/1/22 12:22, Adrian Freihofer wrote: On Tue, 2022-03-01 at 19:40 +0100, Andreas Müller wrote: On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer wrote: - Switch to meson build-system - Switch to git download (was not really possible with autotools) Why switch to git? It is more convenie

Re: [oe] [meta-python][PATCH] ptyhon3-ipy: drop recipe

2022-03-01 Thread Tim Orling
Typo in subject line :( On Fri, Feb 25, 2022 at 7:31 PM Tim Orling via lists.openembedded.org wrote: > Does not build with bdist_wheel. If you need this package please work > with upstream to update to PEP-517 packaging. > > Signed-off-by: Tim Orling > --- > .../packagegroups/packagegroup-meta

[oe] [meta-python][PATCH 4/4] poetry-core: Define PIP_INSTALL_PACKAGE

2022-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb b/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb index 0941af9ff9..8

[oe] [meta-python][PATCH 1/4] python3-pytest-runner: Define PIP_INSTALL_PACKAGE

2022-03-01 Thread Khem Raj
Guessing code fails, so aid it. Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytest-runner_5.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb b/meta-python/recipes-devtools/pytho

[oe] [meta-python][PATCH 2/4] python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE

2022-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/python3-setuptools-rust-native_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb b/meta-python/recipes-devtools/python/python3-setuptools-ru

[oe] [meta-python][PATCH 3/4] python3-dateutil: Define PIP_INSTALL_PACKAGE

2022-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb index cd0bdf6671..75221d8f9d

Re: [oe] [meta-python][PATCH 4/9] python3-pkconfig: inherit poetry_core

2022-03-01 Thread Tim Orling
On Tue, Mar 1, 2022 at 5:19 PM Khem Raj wrote: > typo in subject line but I fixed it in master-next > Grr. I think I need to see the eye doctor again > > On Tue, Mar 1, 2022 at 12:34 PM Tim Orling wrote: > > > > Use PEP-517 build-backend instead of setuptools3. > > > > Signed-off-by: Tim Orlin

Re: [oe] [meta-python][PATCH 1/9] python3-poetry-core: add v1.0.8

2022-03-01 Thread Khem Raj
with latest core/master-next it needs to set PIP_INSTALL_PACKAGE, i have added a patch to do so. On Tue, Mar 1, 2022 at 12:34 PM Tim Orling wrote: > > A PEP 517 build backend implementation developed for Poetry. This project > is intended to be a light weight, fully compliant, self-contained pack

Re: [oe] [meta-python][PATCH 4/9] python3-pkconfig: inherit poetry_core

2022-03-01 Thread Khem Raj
typo in subject line but I fixed it in master-next On Tue, Mar 1, 2022 at 12:34 PM Tim Orling wrote: > > Use PEP-517 build-backend instead of setuptools3. > > Signed-off-by: Tim Orling > --- > meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | 2 +- > 1 file changed, 1 insertion(+

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Adrian Freihofer
On Wed, 2022-03-02 at 00:07 +0100, Andreas Müller wrote: > > > And you promise to maintain this on future updates? > > > > It should not be that hard since it is what NetworkManager > > maintainers > > do as well: > > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/contrib

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Andreas Müller
> > And you promise to maintain this on future updates? > > It should not be that hard since it is what NetworkManager maintainers > do as well: > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/contrib/fedora/rpm/NetworkManager.spec > > The use case is about supporting dif

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Adrian Freihofer
On Tue, 2022-03-01 at 23:15 +0100, Andreas Müller wrote: > On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer > wrote: > > > > - Allow to compile nmcli with libedit (alternative to gplv3 readline) > > - Support iwd as well as wpa-supplicant for wifi > > - Make vala build-time dependency optional > >

[oe] [PATCH 3/3] gnome-shell-extensions: Fix build with latest meson

2022-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-unused-argument-for-i18n.merge_file.patch | 30 +++ .../gnome-shell-extensions_41.1.bb| 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions/0001-meson-Drop-unused

[oe] [PATCH 2/3] gnome-tweaks: Fix build on latest meson

2022-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...eson-fix-invalid-positional-argument.patch | 33 +++ .../gnome-tweaks/gnome-tweaks_40.0.bb | 5 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix

[oe] [PATCH 1/3] vlc: upgrade 3.0.12 -> 3.0.17-1 to fix build with ffmpeg5

2022-03-01 Thread Andreas Müller
* Tarballs are not (yet) avaliable -> get sources from git * bison-native is required for yacc conversion * yacc conversion is a not easy to read and not prepared for out of tree build To get around, use autotools-brokensep Signed-off-by: Andreas Müller --- .../vlc/{vlc_3.0.12.bb => vlc_3.0.17

[oe] [meta-python][PATCH] python3-lrparsing: use setuptools instead of distutils

2022-03-01 Thread Justin Bronder
Recipe also does not inherit pypi nor would PN be a good guess at the name of the wheel. Set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Justin Bronder --- ...-use-setuptools-instead-of-distutils.patch | 27 +++ .../python/python3-lrparsing_1.0.17.bb| 5 +++- 2 fil

[oe] [meta-python][PATCH] python3-pyscaffold: fix wheel build and license

2022-03-01 Thread Justin Bronder
Without python3-setuptools-scm-native, the version on the generated wheel is 0.0.0, not ${PV} as expected which causes pip_install_wheel_do_install to fail to find the wheel. Consulting the LICENSE.txt distributed with the source, the template files under pyscaffold.templates, which are installed

Re: [oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer wrote: > > - Allow to compile nmcli with libedit (alternative to gplv3 readline) > - Support iwd as well as wpa-supplicant for wifi > - Make vala build-time dependency optional > - Split all plugins into packages. By default all packages are installe

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 9:22 PM Adrian Freihofer wrote: > > On Tue, 2022-03-01 at 19:40 +0100, Andreas Müller wrote: > > On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer > > wrote: > > > > > > - Switch to meson build-system > > > - Switch to git download (was not really possible with autotools) > >

[oe] [meta-python][PATCH] python3-ntplib: pull from PyPI

2022-03-01 Thread Justin Bronder
Switch back to pulling from PyPI which now does have appropriate release tarballs. This fixes building the wheel. While touching the recipe, also add HOMEPAGE and point LIC_FILES_CHKSUM at the LICENSE file that's now part of the release tarball. Signed-off-by: Justin Bronder --- .../recipes-de

[oe] [meta-python][PATCH] python3-xmodem: Move docs to /usr/share/doc

2022-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-xmodem_0.4.6.bb| 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb index 9d722b8

[oe] [meta-python][PATCH 9/9] python3-aiofiles: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-aiofiles_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.8.0.bb b/meta-python/recipes-d

[oe] [meta-python][PATCH 8/9] python3-pymisp: inherit poetry_core

2022-03-01 Thread Tim Orling
* Use PEP-517 build-backend instead of setuptools3. * Also set PIP_INSTALL_PACKAGE = "pymisp" Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/pyt

[oe] [meta-python][PATCH 7/9] python3-isort: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-isort_5.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb b/meta-python/recipes-devto

[oe] [meta-python][PATCH 6/9] python3-rsa: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-rsa_4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb b/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 5/9] python3-iso8601: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb b/meta-python/recipes-dev

[oe] [meta-python][PATCH 4/9] python3-pkconfig: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes

[oe] [meta-python][PATCH 3/9] python3-dnspython: inherit poetry_core

2022-03-01 Thread Tim Orling
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb b/meta-python/recipes

[oe] [meta-python][PATCH 2/9] poetry_core: add helper class

2022-03-01 Thread Tim Orling
poetry.core.masonry.api is one of the common PEP-517 build backends. Signed-off-by: Tim Orling --- meta-python/classes/poetry_core.bbclass | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/classes/poetry_core.bbclass diff --git a/meta-python/classes/poetry_c

[oe] [meta-python][PATCH 1/9] python3-poetry-core: add v1.0.8

2022-03-01 Thread Tim Orling
A PEP 517 build backend implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects. Signed-off-by: Tim Orling --- .../python/python3-poetry-core_1.0.8.bb

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Adrian Freihofer
On Tue, 2022-03-01 at 19:40 +0100, Andreas Müller wrote: > On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer > wrote: > > > > - Switch to meson build-system > > - Switch to git download (was not really possible with autotools) > Why switch to git? It is more convenient when working on NetworkManag

[oe] [meta-oe][hardknott][PATCH] nss: fix CVE-2022-22747

2022-03-01 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- ...k-for-missing-signedData-field-r-kee.patch | 55 +++ meta-oe/recipes-support/nss/nss_3.64.bb | 1 + 2 files changed, 56 insertions(+) create mode 100644 meta-oe/recipes-support/nss/nss/0001-Bug-1735028-check-for-missing-signedData-field-r

Re: [oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Andreas Müller
On Tue, Mar 1, 2022 at 5:13 PM Adrian Freihofer wrote: > > - Switch to meson build-system > - Switch to git download (was not really possible with autotools) Why switch to git? Cheers Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95644):

[oe] [meta-python][PATCH] python3-prctl: fix wheel build

2022-03-01 Thread Justin Bronder
Recipe does not inherit pypi nor would PN be a good guess at the name of the wheel. Set PIP_INSTALL_PACKAGE appropriately. Also dropping '+git${SRCPV}' from PV as the SRCREV is pointing to the 1.8.1 tag. Signed-off-by: Justin Bronder --- meta-python/recipes-devtools/python/python3-prctl_1.8.1.b

Re: [oe] [meta-oe][PATCH] nodejs: Upgrade to 16.11.1

2022-03-01 Thread Khem Raj
On 3/1/22 5:35 AM, Böszörményi Zoltán wrote: 2021. 10. 21. 0:52 keltezéssel, Khem Raj írta: * This is new LTS release 16.14.0 is released since then, and 16.x is the LTS series. Can you please upgrade the recipe? Currently, drowned in making meta-oe layers build. Perhaps it will happen af

Re: [oe] Dunfell merge request: March 1st

2022-03-01 Thread Khem Raj
this is installed now. Thanks Armin. On 3/1/22 5:59 AM, akuster808 wrote: The following changes since commit ec978232732edbdd875ac367b5a9c04b881f2e19:   nodejs: Fix for CVE-2021-44532 (2022-02-06 11:01:44 -0800) are available in the Git repository at:   https://git.openembedded.org/meta-op

[oe] [meta-python][PATCH] python3-gcovr: fix wheel build

2022-03-01 Thread Justin Bronder
Recipe does not inherit pypi nor would PN be a good guess at the name of the wheel. Set PIP_INSTALL_PACKAGE appropriately. Signed-off-by: Justin Bronder --- meta-python/recipes-devtools/python/python3-gcovr_5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/p

[oe] [meta-python][PATCH] python3-crcmod: use setuptools instead of distutils

2022-03-01 Thread Justin Bronder
Signed-off-by: Justin Bronder --- ...-use-setuptools-instead-of-distutils.patch | 22 +++ .../python/python3-crcmod_1.7.bb | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python3-crcmod/0001-setup.py-u

Re: [oe] PEP-517 packaging fixes needed in meta-openembedded

2022-03-01 Thread Khem Raj
We are making some progress. This is the latest ( 24 build failures ) as of last night. https://errors.yoctoproject.org/Errors/Build/142052/ On Mon, Feb 28, 2022 at 3:21 PM Khem Raj wrote: > > Thanks for sending fixing everyone. Lets keep going. Here is latest > list of failing recipes on master

[oe] [meta-networking][PATCH 2/2] networkmanager: new configure options

2022-03-01 Thread Adrian Freihofer
- Allow to compile nmcli with libedit (alternative to gplv3 readline) - Support iwd as well as wpa-supplicant for wifi - Make vala build-time dependency optional - Split all plugins into packages. By default all packages are installed acc. to features in the PACKAGECONFIG but it's now possible to

[oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git

2022-03-01 Thread Adrian Freihofer
- Switch to meson build-system - Switch to git download (was not really possible with autotools) - Removed 0003-install-firewalld-to-var-libdir-rather-than-hardcod-.patch nm-shared.xml gets installed into /usr/lib/firewalld/zones where also firewalld installs its xml files. Not 100% sure this i

Re: [oe] [meta-python][PATCH] python3-termcolor: drop recipe

2022-03-01 Thread Tim Orling
On Tue, Mar 1, 2022 at 6:46 AM Khem Raj wrote: > > > On Tue, Mar 1, 2022 at 1:53 AM hongxu wrote: > >> On 3/1/22 06:34, Khem Raj wrote: >> > [Please note: This e-mail is from an EXTERNAL e-mail address] >> > >> > Hongxu added this recipe in 2019, I would like to hear from him. Maybe >> > he has

Re: [oe] [meta-python][PATCH] python3-termcolor: drop recipe

2022-03-01 Thread Khem Raj
On Tue, Mar 1, 2022 at 1:53 AM hongxu wrote: > On 3/1/22 06:34, Khem Raj wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > Hongxu added this recipe in 2019, I would like to hear from him. Maybe > > he has future plans for this recipe. > > This recipe is required by

[oe] Dunfell merge request: March 1st

2022-03-01 Thread Armin Kuster
The following changes since commit ec978232732edbdd875ac367b5a9c04b881f2e19:   nodejs: Fix for CVE-2021-44532 (2022-02-06 11:01:44 -0800) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to 0722ff6f021df91542b5efa

[oe][meta-python][PATCH] python3-flask-versioned: Fix PYPA_WHEEL name

2022-03-01 Thread Daniel Gomez
Add function to generate expected PYPA_WHEEL name. Generated name: /yp/builds/meta-qtec-distro/tmp/work/dbfp4-poky-linux/python3-flask-versioned/0.9.4-20101221-r0/Flask-Versioned-0.9.4-20101221/dist/ Flask_Versioned-0.9.4.post20101221-py3-none-any.whl Default (wrong) name: Flask_Versioned-0.9.4-2

Re: [oe] [meta-oe][PATCH] nodejs: Upgrade to 16.11.1

2022-03-01 Thread Zoltan Boszormenyi via lists.openembedded.org
2021. 10. 21. 0:52 keltezéssel, Khem Raj írta: * This is new LTS release 16.14.0 is released since then, and 16.x is the LTS series. Can you please upgrade the recipe? Thanks in advance. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95631): h

[oe] [meta-oe][dunfell][PATCH] polkit: Fix for CVE-2021-4115

2022-03-01 Thread Ranjitsinh Rathod
From: Ranjitsinh Rathod Add patch to fix CVE-2021-4115 Also, add a support patch to cleanly apply CVE patch Link: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/109 Signed-off-by: Ranjitsinh Rathod Signed-off-by: Ranjitsinh Rathod --- ...thentication-bypass-vulnerability-in.pat

Re: [oe] [meta-python][PATCH 2/3] python3-antrl4-runtime: add recipe

2022-03-01 Thread Samuli Piippo
d'oh! v2 sent. -samuli On Tue, 1 Mar 2022 at 12:16, Anders Montonen wrote: > Hi, > > > On 1 Mar 2022, at 11:33, Samuli Piippo wrote: > > > > Signed-off-by: Samuli Piippo > > --- > > .../python/python3-antrl4-runtime_4.9.2.bb| 11 +++ > > 1 file changed, 11 insertions(+) > >

[oe] [meta-python][PATCHv2 3/3] python3-qface: add recipe

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../python/python3-qface_2.0.6.bb | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-qface_2.0.6.bb diff --git a/meta-python/recipes-devtools/python/python3-qface_2.0.6.bb b/meta

[oe] [meta-python][PATCHv2 1/3] python3-path: add recipe

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../recipes-devtools/python/python3-path_16.4.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-path_16.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta

[oe] [meta-python][PATCHv2 2/3] python3-antlr4-runtime: add recipe

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../python/python3-antlr4-runtime_4.9.2.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb diff --git a/meta-python/recipes-devtools/python/python3-antlr4-runt

Re: [oe] [meta-python][PATCH 2/3] python3-antrl4-runtime: add recipe

2022-03-01 Thread Anders Montonen
Hi, > On 1 Mar 2022, at 11:33, Samuli Piippo wrote: > > Signed-off-by: Samuli Piippo > --- > .../python/python3-antrl4-runtime_4.9.2.bb| 11 +++ > 1 file changed, 11 insertions(+) > create mode 100644 > meta-python/recipes-devtools/python/python3-antrl4-runtime_4.9.2.bb Spe

Re: [oe] [meta-python][PATCH] python3-termcolor: drop recipe

2022-03-01 Thread hongxu
On 3/1/22 06:34, Khem Raj wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hongxu added this recipe in 2019, I would like to hear from him. Maybe > he has future plans for this recipe. This recipe is required by tensorflow, but long time no maintain, I am open to remove

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

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../python/python3-qface_2.0.6.bb | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-qface_2.0.6.bb diff --git a/meta-python/recipes-devtools/python/python3-qface_2.0.6.bb b/meta

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

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../python/python3-antrl4-runtime_4.9.2.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-antrl4-runtime_4.9.2.bb diff --git a/meta-python/recipes-devtools/python/python3-antrl4-runt

[oe] [meta-python][PATCH 1/3] python3-path: add recipe

2022-03-01 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- .../recipes-devtools/python/python3-path_16.4.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-path_16.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta

[oe] [meta-multimedia][PATCH] wireplumber: backport fix for default device setting

2022-03-01 Thread Peter Bergin
In wireplumber 0.4.8 there is an issue with default device setting. https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/194 Backport a fix that solves this issue. Signed-off-by: Peter Bergin --- ...list-APIs-for-different-architecture.patch | 217 ++ .../wireplumber/wire