[OE-core] [PATCH 5/5] glib-networking: upgrade 2.74.0 -> 2.76.0

2023-05-17 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../{glib-networking_2.74.0.bb => glib-networking_2.76.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb => glib-networking_2.76.0.bb} (95%) diff --git

[OE-core] [PATCH 4/5] libsoup: upgrade 3.4.0 -> 3.4.2

2023-05-17 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../libsoup/{libsoup_3.4.0.bb => libsoup_3.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.4.0.bb => libsoup_3.4.2.bb} (94%) diff --git a/meta/recipes-support/libsoup/libsoup_3.4.0.bb

[OE-core] [PATCH 3/5] libevdev: upgrade 1.13.0 -> 1.13.1

2023-05-17 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../libevdev/{libevdev_1.13.0.bb => libevdev_1.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libevdev/{libevdev_1.13.0.bb => libevdev_1.13.1.bb} (87%) diff --git

[OE-core] [PATCH 1/5] gsettings-desktop-schemas: upgrade 43.0 -> 44.0

2023-05-17 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- ...esktop-schemas_43.0.bb => gsettings-desktop-schemas_44.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_43.0.bb => gsettings-desktop-schemas_44.0.bb} (85%) diff --git

[OE-core] [PATCH 2/5] harfbuzz: upgrade 7.1.0 -> 7.3.0

2023-05-17 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../harfbuzz/{harfbuzz_7.1.0.bb => harfbuzz_7.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_7.1.0.bb => harfbuzz_7.3.0.bb} (95%) diff --git

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-17 Thread Xiangyu Chen
On 5/17/23 22:35, Bruce Ashfield 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 Wed, May 17, 2023 at 8:32 AM Bruce Ashfield via lists.openembedded.org wrote: On

Re: [OE-core] [PATCH V2] Fix error SRCDIR when using usrmerge DISTRO_FEATURES

2023-05-17 Thread qi...@fujitsu.com
Hi, Ross > > First, please use the commit message convention: the shortlog should start > with "e2fsprogs:”. > > > Also, this broken part of the Makefile is a rule that *we patch in* (see > ptest.patch), so simply fix that patch instead of working around it in > with a sed. > Please review

Re: [OE-core] [PATCH V1] kbd: Add ptest support

2023-05-17 Thread qi...@fujitsu.com
Hi, Ross Please review "[PATCH V2] kbd: Add ptest support". Thanks. Best regards, Qiu Tingting -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181504): https://lists.openembedded.org/g/openembedded-core/message/181504 Mute This Topic:

[OE-core] [PATCH] curl: Update from 8.0.1 to 8.1.0

2023-05-17 Thread Robert Joslyn
This is a feature and bugfix release. Release notes are available at: https://curl.se/changes.html#8_1_0 Signed-off-by: Robert Joslyn --- meta/recipes-support/curl/{curl_8.0.1.bb => curl_8.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] libxi: upgrade to v1.8.1

2023-05-17 Thread Sudip Mukherjee
Changes: Use xz: upstream has not released bz2. Update sha256sum for new version. Signed-off-by: Sudip Mukherjee --- .../xorg-lib/{libxi_1.8.bb => libxi_1.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.8.bb =>

[OE-core] [PATCH] dhcpcd: upgrade to v10.0.1

2023-05-17 Thread Sudip Mukherjee
Changes: Update license checksum: change in copyright year. Rebase patches for upstream changes. Remove upstream applied patches. Signed-off-by: Sudip Mukherjee --- .../{dhcpcd_9.4.1.bb => dhcpcd_10.0.1.bb} | 9 ++--- ...mprove-the-sitation-of-working-with-.patch | 4 +--

Re: [OE-core] [kirkstone][PATCH] gcc-runtime: Use static dummy libstdc++

2023-05-17 Thread Steve Sakoman
On Wed, May 17, 2023 at 8:06 AM Niko Mauno wrote: > > Hi Steve, I must admit this is surprising to me as I am unable to > reproduce the failure You describe by issuing > >$ git checkout poky/kirkstone >Note: switching to 'poky/kirkstone'. Sigh, your patch is fine! I'm the one who messed

Re: [OE-core][PATCH 01/20] python3-async: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
On Wed, May 17, 2023 at 6:15 PM Trevor Gamblin wrote: > > > On 2023-05-17 04:06, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Add missing RDEPENDS for this package. > > > > Signed-off-by: Bartosz Golaszewski > > --- > > meta/recipes-devtools/python/python-async.inc | 5

Re: [OE-core] [kirkstone][PATCH] gcc-runtime: Use static dummy libstdc++

2023-05-17 Thread Niko Mauno via lists.openembedded.org
Hi Steve, I must admit this is surprising to me as I am unable to reproduce the failure You describe by issuing $ git checkout poky/kirkstone Note: switching to 'poky/kirkstone'. HEAD is now at f53ab3a2ff build-appliance-image: Update to kirkstone head revision $ git cherry-pick

Re: [OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-17 Thread Bruce Ashfield
I'm not sure if you saw the old threads on this, but we went through this binding in detail in february: See the series from TrevorW: [PATCH v3 1/4] dtc: version bump and add python wrapper The pypi releases of libfdt bindings are not kept in sync with the dtc releases and rarely update. Not

[OE-core] [PATCH] rootfs-postcommands: Set vardeps for write_image_test_data

2023-05-17 Thread Peter Hoyes
From: Peter Hoyes The testdata.json file generated as part of the rootfs postprocess commands contains almost all Bitbake variables and is used by OEQA test cases to inspect the build environment. However it is only regenerated when the rootfs task is otherwise retriggered, complicating the

Re: [OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-17 Thread Trevor Gamblin
On 2023-05-17 04:06, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Add a recipe for python bindings for libfdt (spun out of upstream dtc) fetched from pypi. Signed-off-by: Bartosz Golaszewski --- .../python/python3-libfdt_1.7.0.post1.bb | 20 +++ 1 file

Re: [OE-core][PATCH 01/20] python3-async: add missing run-time dependencies

2023-05-17 Thread Trevor Gamblin
On 2023-05-17 04:06, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-async.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [kirkstone][PATCH] gcc-runtime: Use static dummy libstdc++

2023-05-17 Thread Steve Sakoman
This patch does not apply to current kirkstone HEAD: Applying: gcc-runtime: Use static dummy libstdc++ Using index info to reconstruct a base tree... M meta/recipes-devtools/gcc/gcc-runtime.inc Falling back to patching base and 3-way merge... Auto-merging meta/recipes-devtools/gcc/gcc-runtime.inc

[OE-core][PATCH] python3-trove-classifiers: upgrade 2023.4.29 -> 2023.5.2

2023-05-17 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- ...fiers_2023.4.29.bb => python3-trove-classifiers_2023.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-trove-classifiers_2023.4.29.bb => python3-trove-classifiers_2023.5.2.bb} (87%) diff --git

[OE-core] [PATCH v2] testimage/oeqa: remove testimage_dump_host function

2023-05-17 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos This function is not necessary. [YOCTO #13872] Signed-off-by: Thomas Roos --- meta/classes-recipe/testexport.bbclass | 6 +- meta/classes-recipe/testimage.bbclass | 20 +--- meta/lib/oeqa/core/target/qemu.py | 5 ++---

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-17 Thread Bruce Ashfield
On Wed, May 17, 2023 at 8:32 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Wed, May 17, 2023 at 1:24 AM Xiangyu Chen > wrote: > > > > > > On 5/17/23 09:35, Xiangyu Chen wrote: > > > > > > On 5/16/23 20:55, Bruce Ashfield wrote: > > >> CAUTION: This email comes from a non Wind River

Re: [OE-core][mickledore 05/15] glib-networking: Correct glib error handling in test patch

2023-05-17 Thread Steve Sakoman
> > > I'm not sure this is working yet, I suspect we've seen the error in > > > builds with the patch applied :( > > > > FWIW, I used to get the error often without the patch. I haven't had > > the error since taking this patch. Certainly not proof it is working > > 100%

[OE-core][PATCH] python3-hatchling: upgrade 1.14.1 -> 1.17.0

2023-05-17 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- ...{python3-hatchling_1.14.1.bb => python3-hatchling_1.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.14.1.bb => python3-hatchling_1.17.0.bb} (85%) diff --git

Re: [OE-core][PATCH] linux-yocto: fix missing pahole and elfutils when CONFIG_DEBUG_INFO_BTF enabled in devshell

2023-05-17 Thread Bruce Ashfield
On Wed, May 17, 2023 at 1:24 AM Xiangyu Chen wrote: > > > On 5/17/23 09:35, Xiangyu Chen wrote: > > > > On 5/16/23 20:55, Bruce Ashfield 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

[OE-core] [PATCH v2] oeqa: adding selftest-hello and use it to speed up tests

2023-05-17 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos Adding a selftest version of hello world to run it in tests where no download is necessary. Also using this in several tests to speed them up. Using the -native version wherever possible will also speed up tests a lot. [YOCTO #11142] Signed-off-by: Thomas Roos ---

Re: [OE-core][PATCH v2] cve-check: add option to add additional patched CVEs

2023-05-17 Thread Mikko Rapeli
Hi, On Wed, May 17, 2023 at 07:41:38AM +0200, Andrej Valek via lists.openembedded.org wrote: > - Replace CVE_CHECK_IGNORE with CVE_STATUS + [CVE_STATUS_REASONING] to be > more flexible. CVE_STATUS should contains flag for each CVE with accepted > values "Ignored" or "Not applicable". It allows

[OE-core] [kirkstone][PATCH] gcc-runtime: Use static dummy libstdc++

2023-05-17 Thread Niko Mauno via lists.openembedded.org
From: Khem Raj some standalone targets e.g. riscv64-elf disable shared linking for baremetal ELF ABI in ld, therefore lets make it a static library (From OE-Core rev: 3c6219dfcbcbde314648ba8cc54a90b32ea1c952) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie ---

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Alexander Kanavin
Right, but if you can backport the CVE instead, that would be appreciated. Alex On Wed, 17 May 2023 at 10:56, Florin Diaconescu wrote: > > Thanks for explaining this. In this case, the other patch that I made to > ncurses ("ncurses: change GitHub mirror") is not necessary (at least until >

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Florin Diaconescu
Thanks for explaining this. In this case, the other patch that I made to ncurses ("ncurses: change GitHub mirror") is not necessary (at least until they release ncurses 6.5). I made that commit so that an updated developer snapshot can be applied on top (this patch). Florin

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Alexander Kanavin
This was back when it wasn't clear to us what ncurses snapshots are. Somehow we thought they are bugfixes on top of a stable version. Now it is clear that is not the case. Alex On Wed, 17 May 2023 at 10:46, Florin Diaconescu wrote: > > What about this, then? Looks like it is commited by you: >

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Florin Diaconescu
What about this, then? Looks like it is commited by you: http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-core/ncurses?h=kirkstone=325fe5f68bc698f78f5c1a14407c0bbb4cba45f7 Indeed, you were updating from a development snapshot to another development snapshot, but judging by the

Re: [OE-core][PATCH 00/20] python3: fix run-time dependencies

2023-05-17 Thread Alexander Kanavin
Thanks for this work. Perhaps we could catch this easier if there are runtime tests for those items, maybe in the shape of ptest. Sometimes recipes have no longer needed dependencies too, and trimming those down is harder, but also appreciated. Alex On Wed, 17 May 2023 at 10:06, Bartosz

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Alexander Kanavin
The reasoning is that I didn't see that patch so I could react. It merged but it shouldn't have. The standard policy is that we're not taking random snapshots in the middle of a development cycle, and there shouldn't be an exception for ncurses. Alex On Wed, 17 May 2023 at 10:33, Florin

Re: [OE-core] [PATCH] ncurses: change GitHub mirror

2023-05-17 Thread Alexander Kanavin
Thanks, this should go into the commit message. You also need to find out why the license checksum doesn't match and explain that too. Alex On Wed, 17 May 2023 at 10:32, Florin Diaconescu wrote: > > This was done in a similar way to this commit, when the change was made from > Debian packaging

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Florin Diaconescu
What's the reasoning behind updating ncurses from 6.3 to 6.3+20220423 in Kirkstone, then? https://git.yoctoproject.org/poky/commit/meta/recipes-core/ncurses?h=kirkstone=e13ce12e4ad79100bd45c751203040ce2a6f1920 Looks like they updated for fixing a CVE as well, and they did not backport the patch

Re: [OE-core] [PATCH] ncurses: change GitHub mirror

2023-05-17 Thread Florin Diaconescu
This was done in a similar way to this commit, when the change was made from Debian packaging to GitHub's mirror: https://git.yoctoproject.org/p oky/commit/meta/recipes-core/n curses?id=dfaabf971b02e33870f9 f927e9b1356e05e74a17 (

Re: [OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Alexander Kanavin
Snapshots are not releases, but rather in-progress development work towards the next release. If the goal is to fix a CVE, then you should backport the patch. As explained here: https://invisible-island.net/ncurses/ncurses.faq.html#latest_version Alex On Wed, 17 May 2023 at 10:22, Florin

[OE-core] [PATCH] ncurses: Update 6.4 -> 6.4+20230514

2023-05-17 Thread Florin Diaconescu
Latest patch in ncurses GitHub mirror Includes the fix for CVE-2023-29491, done in 6.4+20230408 Signed-off-by: Florin Diaconescu --- .../ncurses/{ncurses_6.4.bb => ncurses_6.4+20230514.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH] ncurses: change GitHub mirror

2023-05-17 Thread Alexander Kanavin
On Wed, 17 May 2023 at 10:16, Florin Diaconescu wrote: > > Change from github.com/mirror/ncurses to > github.com/ThomasDickey/ncurses-snapshots (which is linked in the > ncurses FAQ http://invisible-island.net/ncurses/ncurses.faq.html) ... > # commit id corresponds to the revision in package

[OE-core] [PATCH] ncurses: change GitHub mirror

2023-05-17 Thread Florin Diaconescu
Change from github.com/mirror/ncurses to github.com/ThomasDickey/ncurses-snapshots (which is linked in the ncurses FAQ http://invisible-island.net/ncurses/ncurses.faq.html) This is updated at least weekly, compared to mirror/ncurses, which was last updated on March 12th. Signed-off-by: Florin

Re: [OE-core][mickledore 05/15] glib-networking: Correct glib error handling in test patch

2023-05-17 Thread Richard Purdie
> + > > > g_assert_no_error (error); > > > > I'm not sure this is working yet, I suspect we've seen the error in > > builds with the patch applied :( > > FWIW, I used to get the error often without the patch. I haven't had > the error since taking

[OE-core][PATCH 20/20] python3-manifest: turtle: new package

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Extend the manifest with definitions for the turtle package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski ---

[OE-core][PATCH 19/20] python3-manifest: zipapp: new package

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Extend the manifest with definitions for the zipapp package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski ---

[OE-core][PATCH 17/20] python3-pygobject: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb

[OE-core][PATCH 18/20] python3-manifest: cgitb: new package

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Extend the manifest with definitions for the cgitb package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski ---

[OE-core][PATCH 16/20] python3-pycryptodome: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-pycryptodome.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc

[OE-core][PATCH 14/20] python3-pyproject-hooks: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core][PATCH 15/20] python3-pycryptodome: don't use PYTHON_PN

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-pycryptodome.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core][PATCH 13/20] python3-setuptools-rust: fix RDEPENDS and allow target build

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Cargo and rustc can now be built for the target architecture. There's no reason to limit the setuptools rust extensions to native build only so make the RDEPENDS global. Also: add the missing ones. Signed-off-by: Bartosz Golaszewski ---

[OE-core][PATCH 12/20] python3-sphinx-rtd-theme: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Remove DEPENDS as this package doesn't really have any. Signed-off-by: Bartosz Golaszewski --- .../python/python3-sphinx-rtd-theme_1.2.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OE-core][PATCH 11/20] python3-installer: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-installer_0.7.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb

[OE-core][PATCH 10/20] python3-pathspec: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb

[OE-core][PATCH 09/20] python3-tomli: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-tomli_2.0.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/python/python3-tomli_2.0.1.bb

[OE-core][PATCH 08/20] python3-hypothesis: fix run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The main hypothesis module depends on pytest already so move it to global RDEPENDS from ptest-specific ones. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core][PATCH 07/20] python3-dtschema: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-dtschema_2023.4.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb

[OE-core][PATCH 06/20] python3-libfdt: new package

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add a recipe for python bindings for libfdt (spun out of upstream dtc) fetched from pypi. Signed-off-by: Bartosz Golaszewski --- .../python/python3-libfdt_1.7.0.post1.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644

[OE-core][PATCH 05/20] python3-certifi: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-certifi_2022.12.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-certifi_2022.12.7.bb

[OE-core][PATCH 04/20] python3-attrs: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb

[OE-core][PATCH 03/20] python3-attrs: don't use PYTHON_PN

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core][PATCH 00/20] python3: fix run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski I noticed that every now and then I import some python package into an image only to find out the recipe didn't pull in all required run-time dependencies. I would fix it whenever I noticed it but figured that I could right a script that would go over all python

[OE-core][PATCH 02/20] python3-attrs: unify RDEPENDS

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The nativesdk and target RDEPENDS are the same and there's nothing that prohibits this package from build built for the native sysroot either. Use the global RDEPENDS instead of per-class assignments. While at it: order the dependencies alphabetically. Signed-off-by:

[OE-core][PATCH 01/20] python3-async: add missing run-time dependencies

2023-05-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/python/python-async.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-async.inc

[OE-core] [dunfell][PATCHv2] git: fix CVE-2023-25652

2023-05-17 Thread Hitendra Prajapati
Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents

[OE-core] [PATCH] iso-codes: upgrade 4.13.0 -> 4.15.0

2023-05-17 Thread wangmy
From: Wang Mingyu Changelog: == - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-3 - Translation updates for ISO 639-2 - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-2 - Translation updates for ISO 3166-3 - Translation updates for ISO 639-2

Re: [OE-core] [dunfell][PATCH] curl: CVE-2023-27534 SFTP path ~ resolving discrepancy

2023-05-17 Thread Hitendra Prajapati
Hi Team, As my Team member Siddharth Doshi  already send the revised patch for that. Commit : *https://git.openembedded.org/openembedded-core-contrib/commit/?h=stable/dunfell-nut=3e4520554cf8bd441f021f46f2e68eace5ca42e6 * Please look into that patch once and for any issue revert me or

Re: [OE-core] [dunfell][PATCH] curl: CVE-2023-27534 SFTP path ~ resolving discrepancy

2023-05-17 Thread Hitendra Prajapati
Hi Team, Please revert the changes of curl: CVE-2023-27534 SFTP path ~ resolving discrepancy as of now. My apologies for the delay in reply. Regards, Hitendra On 17/05/23 00:08, Abdurrahman Hussain (fib) wrote: Hi Hitendra, Any update on this? This should be reverted since the dynbuf