Re: [oe] [PATCH] imapfilter: update 2.7.6 -> 2.8.1

2023-01-13 Thread Alejandro Hernandez Samaniego
Oops, didnt see that, thanks Khem Alejandro On Fri, Jan 13, 2023, 11:04 AM Khem Raj wrote: > I have > > > https://lists.openembedded.org/g/openembedded-devel/message/100507?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cimapfilter%2C20%2C2%2C0%2C96171776 > > already staged in master-next. > > On

Re: [oe] [PATCH] imapfilter: update 2.7.6 -> 2.8.1

2023-01-13 Thread Khem Raj
I have https://lists.openembedded.org/g/openembedded-devel/message/100507?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cimapfilter%2C20%2C2%2C0%2C96171776 already staged in master-next. On Fri, Jan 13, 2023 at 9:27 AM Alejandro Hernandez Samaniego wrote: > > - Changes in this release [1] > > -

[oe] [PATCH] weechat: Update 3.4.1 -> 3.8

2023-01-13 Thread Alejandro Hernandez Samaniego
Weechat now requires an extra zstd dependency during compilation. Signed-off-by: Alejandro Enedino Hernandez Samaniego --- .../recipes-irc/weechat/{weechat_3.4.1.bb => weechat_3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [PATCH] imapfilter: update 2.7.6 -> 2.8.1

2023-01-13 Thread Alejandro Hernandez Samaniego
- Changes in this release [1] - License checksum changed because dates got updated. [1] https://github.com/lefcha/imapfilter/compare/v2.7.6...v2.8.1 Signed-off-by: Alejandro Enedino Hernandez Samaniego --- .../imapfilter/{imapfilter_2.7.6.bb => imapfilter_2.8.1.bb} | 6 +++--- 1 file changed,

Re: [oe] [PATCH 1/2] python3-pytest-forked: update for move from picobuild to build

2023-01-13 Thread Ross Burton
> On 13 Jan 2023, at 17:01, Khem Raj wrote: >> PEP517_PICOBUILD_OPTS = "--loose-depends" > > Do we need this option after picobuild is dropped. ? No. That would be the merge going wrong and I failed to notice, thanks. V2 on the list. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[oe] [PATCH v2] python3-pytest-forked: update for move from picobuild to build

2023-01-13 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pytest-forked_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb

Re: [oe] [PATCH 1/2] python3-pytest-forked: update for move from picobuild to build

2023-01-13 Thread Khem Raj
On Fri, Jan 13, 2023 at 4:26 AM Ross Burton wrote: > > Signed-off-by: Ross Burton > --- > .../recipes-devtools/python/python3-pytest-forked_1.4.0.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb >

[oe] [meta-oe][PATCH] mozjs: fix compile error for arm

2023-01-13 Thread Kai Kang
From: Kai Kang Backport patch from firefox bugzilla to fix compile error for qemuarm with some armv7ve tunes such as 'armv7vethf' and 'armv7vet-vfpv3d16': | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/AtomicOperationsGenerated.h:240:17:

[oe] [PATCH 2/2] khronos-cts: fix build when python3-build-native is present

2023-01-13 Thread Ross Burton
This recipe has a python script which *appends* a local directory to sys.path and then tries to include a local module called build. However if python3-build-native is present that is included instead. Fix by prepending the local directory to sys.path instead. Signed-off-by: Ross Burton ---

[oe] [PATCH 1/2] python3-pytest-forked: update for move from picobuild to build

2023-01-13 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pytest-forked_1.4.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb index

[oe] [meta-python][PATCH] tftpy: Add it for python tftp server and client

2023-01-13 Thread Robert Yang
Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. It supports RFCs 1350, 2347, 2348 and the tsize option from RFC 2349. Signed-off-by: