[OE-core] [PATCH] python3-websockets: added python3-zipp as RDEPENDS

2024-06-21 Thread Jan Vermaete
/__init__.py", line 8, in import zipfile ModuleNotFoundError: No module named 'zipfile' Signed-off-by: Jan Vermaete --- meta/recipes-devtools/python/python3-websockets_12.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-websockets_12.0.b

[OE-core] [PATCH] python3-mako: added ptest

2024-06-16 Thread Jan Vermaete
: /usr/lib/python3-mako/ptest 2024-06-16T19:21 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Jan Vermaete --- meta/conf/distro/include/ptest-packagelists.inc | 1 + .../python/python3-mako/run-ptest | 3 +++ .../python/python3-mako_1.3.5.bb| 17

[OE-core] [PATCH] python3-pygments: added rdepends

2024-06-02 Thread Jan Vermaete
python3-compression to have zipfile python3-unixadmin to have getpass Signed-off-by: Jan Vermaete --- meta/recipes-devtools/python/python3-pygments_2.18.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/python/python3-pygments_2.18.0.bb b/meta/recipes-devtools

[OE-core] [PATCH 1/1] systemd: fixed typo

2023-11-25 Thread Jan Vermaete
Signed-off-by: Jan Vermaete --- meta/recipes-core/systemd/systemd_254.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb index ecf693ef92..4d68a3266a 100644 --- a/meta/recipes-core

Re: [OE-core] [PATCH] cve-update-nvd2-native: added the missing http import

2023-04-12 Thread Jan Vermaete
Hi, I have no preference on how to fix it. I intended to stay as close as possible to the code of Marta Br. On Wed, Apr 12, 2023 at 1:36 PM Yoann Congal wrote: > > Hi, > > On 4/12/23 12:19, Jan Vermaete wrote: > > Signed-off-by: Jan Vermaete > > --- > > meta/rec

[OE-core] [PATCH] cve-update-nvd2-native: added the missing http import

2023-04-12 Thread Jan Vermaete
Signed-off-by: Jan Vermaete --- meta/recipes-core/meta/cve-update-nvd2-native.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index 1c14481c21..2b585983ac 100644 --- a/meta/recipes-core

Re: [OE-core] makeself

2022-08-28 Thread Jan Vermaete
HI Alexander, The recipe is tested for native and target. I'll make v2 with the remarks. br On Sat, Aug 27, 2022 at 6:20 PM Alexander Kanavin wrote: > On Sat, 27 Aug 2022 at 10:29, jan vermaete wrote: > > The recipe is currently in master-next. > > > https://pat

Re: [OE-core] makeself

2022-08-27 Thread Jan Vermaete
I think. > > Alex > > On Sat, 13 Aug 2022 at 16:09, jan vermaete wrote: > > > > fine for me, I'll do. > > > > But where to place it? > > * meta-openembedded/meta-oe/recipes-support > > * meta-openembedded/meta-oe/recipes-devtools >

Re: [OE-core] makeself

2022-08-13 Thread Jan Vermaete
. Make a patch, write a good commit message and send it :) > > Alex > > On Sat, 13 Aug 2022 at 12:11, Jan Vermaete wrote: > > > > Could it be useful to transfer the makeself recipe from the no longer > maintained intel-iot-refkit into meta-openembedded? > > > &

[OE-core] makeself

2022-08-13 Thread Jan Vermaete
ative recipe to create self extracting installers for firmware updates, as an example. br, -- Jan Vermaete “Success is a self-correcting phenomenom.” -- Gary Hamel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169301): https://lists.openembedded.

Re: [OE-core] python3-jsonschema: is ${PYTHON_PN}-setuptools-scm still needed?

2022-07-17 Thread Jan Vermaete
v1: https://patchwork.yoctoproject.org/project/oe-core/list/?series=5468 On Thu, Jul 14, 2022 at 9:11 PM Alexander Kanavin wrote: > You can send a patch and it will be taken to testing. Such regressions > should be easy to spot. > > Alex > > On Thu, 14 Jul 2022 at 21:03, J

[OE-core] [PATCH] python3-jsonschema: 4.7.1 -> 4.7.2 + fixed the rdepends

2022-07-17 Thread Jan Vermaete
python3-pip was removed python3-setuptools-scm was removed python3-packaging was removed python3-typing-extensions was removed python3-pkg-resources was removed python3-tomli was removed python3-setuptools was removed Signed-off-by: Jan Vermaete --- ...onschema_4.7.1.bb

[OE-core] python3-jsonschema: is ${PYTHON_PN}-setuptools-scm still needed?

2022-07-14 Thread Jan Vermaete
Hi, I think the RDEPENDS on ${PYTHON_PN}-setuptools-scm is not needed anymore. Could this one be removed? And how to test it? br -- Jan Vermaete “Success is a self-correcting phenomenom.” -- Gary Hamel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [OE-core] [PATCH] zstd: added compression and decompression as packageconfig

2022-06-06 Thread Jan Vermaete
h. > > Alex > > On Mon, 6 Jun 2022 at 16:11, Jan Vermaete wrote: > > > > The default is the same as before. > > So both target and native can do compression and decompression. > > > > Native will probably always needed both. E.g. to create rpm packages

[OE-core] [PATCH] zstd: added compression and decompression as packageconfig

2022-06-06 Thread Jan Vermaete
: packages/cortexa72-poky-linux/zstd/libzstd: PKGSIZE changed from 661912 to 210776 (-68%) packages/cortexa72-poky-linux/zstd/zstd: PKGSIZE changed from 1430839 to 785007 (-45%) Signed-off-by: Jan Vermaete --- meta/recipes-extended/zstd/zstd_1.5.2.bb | 15 --- 1 file changed, 12