[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.2

2023-02-21 Thread Yu, Mingli
From: Mingli Yu Upgrade mariadb to 10.11.2 [1]. [1] https://mariadb.com/kb/en/mariadb-10-11-2-release-notes Signed-off-by: Mingli Yu --- .../{mariadb-native_10.11.1.bb => mariadb-native_10.11.2.bb}| 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +- .../mysql/{mari

[oe] [meta-python][langdale][PATCH] python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURES

2023-02-21 Thread Marek Vasut
From: Geoff Parker commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31) added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11 builds: ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb RDEPE

Re: [oe] [meta-gnome][PATCH] gparted: update 1.4.0 -> 1.5.0

2023-02-21 Thread Markus Volk
sent again because of an error message during mail delivery Am Di, 21. Feb 2023 um 21:06:25 +0100 schrieb Markus Volk : - Remove unneeded patches Signed-off-by: Markus Volk > --- ...t-use-NULL-where-boolean-is-expected.patch | 33 --- .../files/000

Re: [oe] [meta-python][PATCH] python-systemd: update from v234 to v235

2023-02-21 Thread Khem Raj
I have to rework it a bit, on top of master-next, please take a look at https://git.openembedded.org/meta-openembedded/log/?h=master-next On Tue, Feb 21, 2023 at 6:51 AM Cook, Samuel wrote: > > Includes bugfix from v234 which won’t run on python3.10 > > See: https://github.com/systemd/python-syst

[oe] [meta-gnome][PATCH] gparted: update 1.4.0 -> 1.5.0

2023-02-21 Thread Markus Volk
- Remove unneeded patches Signed-off-by: Markus Volk --- ...t-use-NULL-where-boolean-is-expected.patch | 33 --- .../files/0001-use-posix-basename.patch | 30 - .../{gparted_1.4.0.bb => gparted_1.5.0.bb}| 6 ++-- 3 files changed, 2 insertions(+), 67 del

[oe] [meta-python][kirkstone][PATCH] python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURES

2023-02-21 Thread Marek Vasut
From: Geoff Parker commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31) added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11 builds: ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb RDEPE

[oe] [meta-oe][dunfell][PATCH 1/2] zeromq: upgrade 4.3.2 -> 4.3.3

2023-02-21 Thread Hugo Simeliere via lists.openembedded.org
Refresh the following patch: 0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch Signed-off-by: Zang Ruochen mailto:zangrc.f...@cn.fujitsu.com>> Signed-off-by: Khem Raj mailto:raj.k...@gmail.com>> (cherry picked from commit 117b3f95507b464aafe6a1948cf4a79f26194acb) Signed-off-by: Hug

[oe] [meta-oe][dunfell][PATCH 2/2] zeromq: upgrade 4.3.3 -> 4.3.4

2023-02-21 Thread Hugo Simeliere via lists.openembedded.org
Signed-off-by: Zheng Ruoqin mailto:zhengrq.f...@cn.fujitsu.com>> Signed-off-by: Khem Raj mailto:raj.k...@gmail.com>> (cherry picked from commit 8ced89f62f152e2b233c532ce03408bf46bde55b) Signed-off-by: Hugo SIMELIERE mailto:hsimeliere.opensou...@witekio.com>> --- .../zeromq/{zeromq_4.3.3.bb => zer

[oe] [meta-oe][dunfell][PATCH 1/2] zeromq: upgrade 4.3.2 -> 4.3.3

2023-02-21 Thread Hugo Simeliere via lists.openembedded.org
Refresh the following patch: 0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch Signed-off-by: Zang Ruochen mailto:zangrc.f...@cn.fujitsu.com>> Signed-off-by: Khem Raj mailto:raj.k...@gmail.com>> (cherry picked from commit 117b3f95507b464aafe6a1948cf4a79f26194acb) Signed-off-by: Hugo

Re: [oe] [kirkstone 08/10] grpc: upgrade 1.45.2 -> 1.46.6

2023-02-21 Thread Clément Péron
Hi, On Sun, 29 Jan 2023 at 22:00, Armin Kuster wrote: > > From: Andrej Valek > > Backporting the version from master (1.50.1) would a big risk. So use the > version 1.46.6 which also includes fixes of bundled z-lib library. > > Signed-off-by: Andrej Valek > Signed-off-by: Armin Kuster > --- >

[oe] [meta-oe][PATCH 2/2] flatpak: update 1.15.1 -> 1.15.3

2023-02-21 Thread Markus Volk
1.15.3 Released: 2023-02-21 Build system: Building this version of Flatpak with Meson is recommended. The source release flatpak-1.15.3.tar.xz no longer contains Autotools-generated files, although this version can still be built using Autotools after running ./autogen.sh. Future versions

[oe] [meta-oe][PATCH 1/2] appstream: update 0.15.5 -> 0.16.1

2023-02-21 Thread Markus Volk
Version 0.16.1 ~~ Released: 2023-02-10 Notes: * This is a bugfix-only release to primarily address an issue introduced in v0.15.6 that caused any clients using GIR bindings to crash after a while. Specification: * docs: Clarify the locations where catalog icons should be placed

[oe] [meta-python][PATCH] python-systemd: update from v234 to v235

2023-02-21 Thread Cook, Samuel
Includes bugfix from v234 which won't run on python3.10 See: https://github.com/systemd/python-systemd/issues/107 Removes patches now no longer required as they are implemented in v235 V235 released to PyPI on 11 Feb 23 https://pypi.org/project/systemd-python/235/ Signed-off-by: Samuel Cook ---

Re: [oe] [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.54 -> 2.4.55

2023-02-21 Thread Valeria Petrov via lists.openembedded.org
Ping. Thanks, -Original Message- From: Valeria Petrov Sent: Wednesday, 8 February 2023 11:50 To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu ; Khem Raj Subject: [meta-oe][dunfell][PATCH] apache2: upgrade 2.4.54 -> 2.4.55 From: Wang Mingyu Changelog: https://downloads.ap

[oe] [PATCH] python3-influxdb_5.3.1.bb: add python3 recipe

2023-02-21 Thread Parthiban
add python3 recipe for python3-influxdb_5.3.1.bb Signed-off-by: Parthiban Nallathambi --- .../python/python3-influxdb_5.3.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-influxdb_5.3.1.bb diff --git a/meta