[oe] [PATCH] python3-cryptography: backport patches to make this work against OpenSSL 3

2021-11-08 Thread Ross Burton
Backport just enough changes that python3-cryptography doesn't crash on startup when linked against OpenSSL 3. This is very much not complete, and the upgrade to the latest version of python3-crytography has to happen soon. Signed-off-by: Ross Burton --- .../python3-cryptography/openssl3.patch

Re: [oe] [meta-oe][v2][honister][PATCH] recipes: remove tabs and spaces in SRC_URI

2021-11-08 Thread Armin Kuster
On 11/8/21 2:49 AM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-devel@lists.openembedded.org >> On Behalf Of Armin Kuster >> Sent: den 7 november 2021 19:40 >> To: openembedded-devel@lists.openembedded.org >> Subject: [oe] [meta-oe][v2][honister][PATCH] recipes

[oe] [PATCH] fwupd-efi: add new recipe

2021-11-08 Thread Ross Burton
This is the EFI executable that is used by fwupd when building EFI capsules. Signed-off-by: Ross Burton --- meta-oe/recipes-bsp/fwupd/fwupd-efi/cc.patch | 53 meta-oe/recipes-bsp/fwupd/fwupd-efi_1.1.bb | 34 + 2 files changed, 87 insertions(+) create mode 1006

Re: [oe] [meta-oe][v2][honister][PATCH] recipes: remove tabs and spaces in SRC_URI

2021-11-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Armin Kuster > Sent: den 7 november 2021 19:40 > To: openembedded-devel@lists.openembedded.org > Subject: [oe] [meta-oe][v2][honister][PATCH] recipes: remove tabs and spaces > in SRC_URI > > Missed tab

[oe] [PATCH v3] fwupd: add new recipe

2021-11-08 Thread Ross Burton
Signed-off-by: Ross Burton --- meta-oe/recipes-bsp/fwupd/fwupd/no-bash.patch | 141 ++ meta-oe/recipes-bsp/fwupd/fwupd/run-ptest | 6 + meta-oe/recipes-bsp/fwupd/fwupd_1.7.1.bb | 101 + 3 files changed, 248 insertions(+) create mode 100644 meta-oe/recipes-b

Re: [oe] [PATCH v2] fwupd: add new recipe

2021-11-08 Thread Ross Burton
On Sat, 6 Nov 2021 at 19:52, Khem Raj wrote: > this fails to compile on x86/x86_64 > > https://errors.yoctoproject.org/Errors/Details/616488/ > https://errors.yoctoproject.org/Errors/Details/616487/ Sigh. I'd removed lzma to verify stuff broke and failed to add it back. 🤦‍♂️ Ross -=-=-=-=-=-=-

[oe] [meta-python][PATCH 4/5] python3-tzlocal: Upgrade 4.0.1 -> 4.1

2021-11-08 Thread Leon Anavi
Upgrade to release 4.1: - It turns out a lot of Linux distributions make the links between zoneinfo aliases backwards, so instead of linking GB to Europe/London it actually links the other way. When /etc/localtime then links to Europe/London, and you also have a config file saying Europe/L

[oe] [meta-python][PATCH 3/5] python3-pytz-deprecation-shim: Add recipe

2021-11-08 Thread Leon Anavi
Add release 0.1.0.post0: - Fixes the project_urls metadata to point to the correct bug tracker and documentation. Signed-off-by: Leon Anavi --- .../python3-pytz-deprecation-shim_0.1.0.post0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-dev

[oe] [meta-python][PATCH 5/5] python3-soupsieve: Upgrade 2.2.1 -> 2.3

2021-11-08 Thread Leon Anavi
Upgrade to release 2.3: - Officially support Python 3.10. - Add static typing. - :has(), :is(), and :where() now use use a forgiving selector list. While not as forgiving as CSS might be, it will forgive such things as empty sets and empty slots due to multiple consecutive commas, leading co

[oe] [meta-python][PATCH 2/5] python3-imageio: Upgrade 2.10.1 -> 2.10.3

2021-11-08 Thread Leon Anavi
Upgrade to release 2.10.3: - Fix file extension bug when filename contains '#' - Allow devices above in ffmpeg Signed-off-by: Leon Anavi --- .../{python3-imageio_2.10.1.bb => python3-imageio_2.10.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools

[oe] [meta-python][PATCH 1/5] python3-prettytable: Upgrade 2.3.0 -> 2.4.0

2021-11-08 Thread Leon Anavi
Upgrade to release 2.4.0: - Markdown: Add colons to align the rendered output - Add rows attribute to prettytable Signed-off-by: Leon Anavi --- ...ython3-prettytable_2.3.0.bb => python3-prettytable_2.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devto