[oe] [meta-oe][PATCH] libinih: bump to latest revision

2022-04-17 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...header-files-without-prefix-dir-inih.patch | 24 ---
 meta-oe/recipes-support/inih/libinih_git.bb   |  6 ++---
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch

diff --git 
a/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch
 
b/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch
deleted file mode 100644
index fb7b85cfd..0
--- 
a/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-include: install header files without prefix dir inih
-
-The other flavor of inih which adapted by Fedora and Ubuntu installs
-header files to /usr/include directly. And xfsprogs 5.10.0 also checks
-ini.h without extra search path and fails. So install header files
-without prefix dir inih.
-
-Upstream-Status: Submitted [https://github.com/OSSystems/inih/pull/4]
-
-Signed-off-by: Kai Kang 

- include/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
-index 7a46ee7..4a9033f 100644
 a/include/CMakeLists.txt
-+++ b/include/CMakeLists.txt
-@@ -1 +1 @@
--install(FILES ini.h INIReader.h DESTINATION 
${CMAKE_INSTALL_PREFIX}/include/inih)
-+install(FILES ini.h INIReader.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
--- 
-2.17.1
-
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb 
b/meta-oe/recipes-support/inih/libinih_git.bb
index cf390800b..d54c1e49e 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -8,10 +8,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde"
 PR = "r3"
 
 # The github repository provides a cmake and pkg-config integration
-SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
-SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https \
-   
file://0001-include-install-header-files-without-prefix-dir-inih.patch \
-   "
+SRCREV = "0e635abc80127d2f05b8175a141f5e243861855d"
+SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https"
 
 UPSTREAM_CHECK_COMMITS = "1"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96676): 
https://lists.openembedded.org/g/openembedded-devel/message/96676
Mute This Topic: https://lists.openembedded.org/mt/90521904/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] pkcs11-helper: fix PV

2022-04-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{pkcs11-helper_1.28.bb => pkcs11-helper_1.28.0.bb}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-crypto/pkcs11-helper/{pkcs11-helper_1.28.bb => 
pkcs11-helper_1.28.0.bb} (100%)

diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb 
b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb
similarity index 100%
rename from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb
rename to meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96621): 
https://lists.openembedded.org/g/openembedded-devel/message/96621
Mute This Topic: https://lists.openembedded.org/mt/90450733/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-extended][PATCH] redis: upgrade to 7.0-rc3

2022-04-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../redis/{redis_7.0-rc1.bb => redis_7.0-rc3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/redis/{redis_7.0-rc1.bb => redis_7.0-rc3.bb} 
(96%)

diff --git a/meta-oe/recipes-extended/redis/redis_7.0-rc1.bb 
b/meta-oe/recipes-extended/redis/redis_7.0-rc3.bb
similarity index 96%
rename from meta-oe/recipes-extended/redis/redis_7.0-rc1.bb
rename to meta-oe/recipes-extended/redis/redis_7.0-rc3.bb
index 1a9577154..e977d67f6 100644
--- a/meta-oe/recipes-extended/redis/redis_7.0-rc1.bb
+++ b/meta-oe/recipes-extended/redis/redis_7.0-rc3.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
file://GNU_SOURCE.patch \
file://0006-Define-correct-gregs-for-RISCV32.patch \
"
-SRC_URI[sha256sum] = 
"9bd57d3c9ebba9dbbd6cd14b0c263ce151b0044fb6620b556449c2d82e06ef3d"
+SRC_URI[sha256sum] = 
"66b2ecc2e4b53c62940589434ea8af3a85546df131001680ed294028cd84ecdc"
 
 inherit autotools-brokensep update-rc.d systemd useradd
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96593): 
https://lists.openembedded.org/g/openembedded-devel/message/96593
Mute This Topic: https://lists.openembedded.org/mt/90427440/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH] htpdate: update to 1.3.3

2022-04-12 Thread Oleksandr Kravchuk
License-Update: formatting change - tabs replaced with spaces.

Signed-off-by: Oleksandr Kravchuk 
---
 ...ent-variables-assignments-to-be-weak.patch | 31 --
 ...01-Replace-ntp_adjtime-with-adjtimex.patch | 40 ---
 .../{htpdate_1.2.2.bb => htpdate_1.3.3.bb}| 22 --
 3 files changed, 7 insertions(+), 86 deletions(-)
 delete mode 100644 
meta-networking/recipes-support/htpdate/htpdate/0001-Make-environment-variables-assignments-to-be-weak.patch
 delete mode 100644 
meta-networking/recipes-support/htpdate/htpdate/0001-Replace-ntp_adjtime-with-adjtimex.patch
 rename meta-networking/recipes-support/htpdate/{htpdate_1.2.2.bb => 
htpdate_1.3.3.bb} (64%)

diff --git 
a/meta-networking/recipes-support/htpdate/htpdate/0001-Make-environment-variables-assignments-to-be-weak.patch
 
b/meta-networking/recipes-support/htpdate/htpdate/0001-Make-environment-variables-assignments-to-be-weak.patch
deleted file mode 100644
index 0ee44c162..0
--- 
a/meta-networking/recipes-support/htpdate/htpdate/0001-Make-environment-variables-assignments-to-be-weak.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 04603f52d793f964653e6a985944400fe4fa87ee Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Wed, 13 Jun 2018 17:50:20 -0700
-Subject: [PATCH] Make environment variables assignments to be weak
-
-So that OE can override them for cross builds
-
-Signed-off-by: Khem Raj 

- Makefile | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 1c80c09..884126c 100644
 a/Makefile
-+++ b/Makefile
-@@ -2,11 +2,11 @@ prefix = $(DESTDIR)/usr
- bindir = ${prefix}/bin
- mandir = ${prefix}/share/man
- 
--CC = gcc
-+CC ?= gcc
- CFLAGS += -Wall -std=c99 -pedantic -O2
- 
--INSTALL = /usr/bin/install -c
--STRIP = /usr/bin/strip -s
-+INSTALL ?= /usr/bin/install -c
-+STRIP ?= /usr/bin/strip -s
- 
- all: htpdate
- 
diff --git 
a/meta-networking/recipes-support/htpdate/htpdate/0001-Replace-ntp_adjtime-with-adjtimex.patch
 
b/meta-networking/recipes-support/htpdate/htpdate/0001-Replace-ntp_adjtime-with-adjtimex.patch
deleted file mode 100644
index cca8c6c36..0
--- 
a/meta-networking/recipes-support/htpdate/htpdate/0001-Replace-ntp_adjtime-with-adjtimex.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 75646a2d2df14fdbc4a01e222a779afac94861d1 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Thu, 14 Jun 2018 20:11:08 -0700
-Subject: [PATCH] Replace ntp_adjtime with adjtimex.
-
-ntp_adjtime in glibc is an alias to adjtimex and
-musl does not provide ntp_adjtime at all
-
-Signed-off-by: Khem Raj 

-Upstream-Status: Pending
-
- htpdate.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/htpdate.c b/htpdate.c
-index 4171efe..ff0bf8d 100644
 a/htpdate.c
-+++ b/htpdate.c
-@@ -391,7 +391,7 @@ static int htpdate_adjtimex( double drift ) {
- 
-   /* Read current kernel frequency */
-   tmx.modes = 0;
--  ntp_adjtime(&tmx);
-+  adjtimex(&tmx);
- 
-   /* Calculate new frequency */
-   freq = (long)(65536e6 * drift);
-@@ -406,7 +406,7 @@ static int htpdate_adjtimex( double drift ) {
- 
-   /* Become root */
-   swuid(0);
--  return( ntp_adjtime(&tmx) );
-+  return( adjtimex(&tmx) );
- 
- }
- 
--- 
-2.17.1
-
diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.2.2.bb 
b/meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb
similarity index 64%
rename from meta-networking/recipes-support/htpdate/htpdate_1.2.2.bb
rename to meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb
index 156ea3c59..d0cc414a6 100644
--- a/meta-networking/recipes-support/htpdate/htpdate_1.2.2.bb
+++ b/meta-networking/recipes-support/htpdate/htpdate_1.3.3.bb
@@ -1,8 +1,4 @@
-# Copyright (C) 2018 Khem Raj 
-# Released under the MIT license (see COPYING.MIT for the terms)
-
 SUMMARY = "HTTP based time synchronization tool"
-
 DESCRIPTION = "The  HTTP Time Protocol (HTP) is used to synchronize a 
computer's time with\
  web servers as reference time source. This program can be used instead\
  ntpdate or similar, in networks that has a firewall blocking the NTP port.\
@@ -12,18 +8,15 @@ DESCRIPTION = "The  HTTP Time Protocol (HTP) is used to 
synchronize a computer's
  Htpdate works through proxy servers. Accuracy of htpdate will be usually\
  within 0.5 seconds (better with multiple servers).\
 "
-
-HOMEPAGE = "http://www.vervest.org/htp/";
-
+HOMEPAGE = "https://github.com/twekkel/htpdate";
+BUGTRACKER = "https://github.com/twekkel/htpdate/issues";
 LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = 
"file://htpdate.c;beginline=26;endline=30;md5=d7018a4d2c5a6eab392709a05e5e168a"
+LIC_FILES_CHKSUM = 
"file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7"
+
+SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz";
+SRC_URI[sha256sum] = 
"74f34

[oe] [meta-python][PATCH v2] python3-imgtool: update to 1.9.0

2022-04-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/python3-imgtool/cbor2.patch| 67 ---
 ...tool_1.8.0.bb => python3-imgtool_1.9.0.bb} |  4 +-
 2 files changed, 1 insertion(+), 70 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-imgtool/cbor2.patch
 rename meta-python/recipes-devtools/python/{python3-imgtool_1.8.0.bb => 
python3-imgtool_1.9.0.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-imgtool/cbor2.patch 
b/meta-python/recipes-devtools/python/python3-imgtool/cbor2.patch
deleted file mode 100644
index 3e8c202bc..0
--- a/meta-python/recipes-devtools/python/python3-imgtool/cbor2.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-Upstream-Status: Submitted [https://github.com/mcu-tools/mcuboot/pull/1190]
-Signed-off-by: Ross Burton 
-
-From f9c6f31b936d34df9a6551609cb16ed9c348be88 Mon Sep 17 00:00:00 2001
-From: Ross Burton 
-Date: Tue, 2 Nov 2021 11:12:04 +
-Subject: [PATCH] imgtool: prefer cbor2 over cbor
-
-The cbor module is unmaintained, with the last release in 2016[1]. The
-cbor2 module however is under active development and was last released
-just last month[2].
-
-As the APIs are identical, we can import cbor2 and if that fails fall
-back to cbor.
-
-[1] https://pypi.org/project/cbor/#history
-[2] https://pypi.org/project/cbor2/#history
-
-Closes #1189
-
-Signed-off-by: Ross Burton 

- scripts/imgtool.nix| 2 +-
- scripts/imgtool/boot_record.py | 7 +--
- scripts/requirements.txt   | 2 +-
- scripts/setup.py   | 2 +-
- 4 files changed, 8 insertions(+), 5 deletions(-)
-
-diff --git a/scripts/imgtool/boot_record.py b/scripts/imgtool/boot_record.py
-index ac433aa..6f0045e 100644
 a/scripts/imgtool/boot_record.py
-+++ b/scripts/imgtool/boot_record.py
-@@ -16,8 +16,11 @@
- # limitations under the License.
- 
- from enum import Enum
--import cbor
- 
-+try:
-+from cbor2 import dumps
-+except ImportError:
-+from cbor import dumps
- 
- class SwComponent(int, Enum):
- """
-@@ -46,4 +49,4 @@ def create_sw_component_data(sw_type, sw_version, 
sw_measurement_description,
- #   list because later it will be modified by the bootloader.
- properties[SwComponent.MEASUREMENT_VALUE] = sw_measurement_value
- 
--return cbor.dumps(properties)
-+return dumps(properties)
-diff --git a/scripts/setup.py b/scripts/setup.py
-index a228ea3..692cfb7 100644
 a/scripts/setup.py
-+++ b/scripts/setup.py
-@@ -17,7 +17,7 @@ setuptools.setup(
- 'cryptography>=2.4.2',
- 'intelhex>=2.2.1',
- 'click',
--'cbor>=1.0.0',
-+'cbor2',
- ],
- entry_points={
- "console_scripts": ["imgtool=imgtool.main:imgtool"]
--- 
-2.25.1
-
diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
index c957fce3a..1e5efbe18 100644
--- a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
@@ -3,9 +3,7 @@ SUMMARY = "MCUboot's image signing and key management tool"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57"
 
-SRC_URI += "file://cbor2.patch;striplevel=2"
-
-SRC_URI[sha256sum] = 
"4858f5c5f48cfa4a0bb99e60d00aa291172a7ecc2afe4fb77ed96121f59b6e2f"
+SRC_URI[sha256sum] = 
"7fa7f6bd6bf069b5ffa07ea47478e16b6206bd2fc5b7607def999de0e9134a43"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96584): 
https://lists.openembedded.org/g/openembedded-devel/message/96584
Mute This Topic: https://lists.openembedded.org/mt/90415732/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-beautifulsoup: update to 4.11.1

2022-04-10 Thread Oleksandr Kravchuk
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 ...utifulsoup4_4.10.0.bb => python3-beautifulsoup4_4.11.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.10.0.bb 
=> python3-beautifulsoup4_4.11.1.bb} (66%)

diff --git 
a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.10.0.bb 
b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.11.1.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.10.0.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.11.1.bb
index ba89e9db3..3037ea83c 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.11.1.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Screen-scraping library"
 HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=15a76c7c51ecfc5c094d04f3ccd41a09"
 
-SRC_URI[sha256sum] = 
"c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891"
+SRC_URI[sha256sum] = 
"ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96534): 
https://lists.openembedded.org/g/openembedded-devel/message/96534
Mute This Topic: https://lists.openembedded.org/mt/90381814/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-bidict: update to 0.22.0

2022-04-10 Thread Oleksandr Kravchuk
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-bidict_0.21.4.bb => python3-bidict_0.22.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-bidict_0.21.4.bb => 
python3-bidict_0.22.0.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb 
b/meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb
rename to meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb
index a154bfba4..088931d14 100644
--- a/meta-python/recipes-devtools/python/python3-bidict_0.21.4.bb
+++ b/meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "The bidirectional mapping library for Python."
 DESCRIPTION = "The bidirectional mapping library for Python."
 HOMEPAGE = "https://bidict.readthedocs.io/";
 LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=858e74278ef3830d46481172ae03c819"
 
-SRC_URI[sha256sum] = 
"42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f"
+SRC_URI[sha256sum] = 
"5c826b3e15e97cc6e615de295756847c282a79b79c5430d3bfc909b1ac9f5bd8"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96533): 
https://lists.openembedded.org/g/openembedded-devel/message/96533
Mute This Topic: https://lists.openembedded.org/mt/90381809/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-can: update t 4.0.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-can_3.3.4.bb => python3-can_4.0.0.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-can_3.3.4.bb => 
python3-can_4.0.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb 
b/meta-python/recipes-devtools/python/python3-can_4.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-can_3.3.4.bb
rename to meta-python/recipes-devtools/python/python3-can_4.0.0.bb
index 4fe7bcbff..2cd2e624b 100644
--- a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-can_4.0.0.bb
@@ -3,8 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[md5sum] = "305075968c56bd85130b19d86e9e505d"
-SRC_URI[sha256sum] = 
"2d3c223b7adc4dd46ce258d4a33b7e0dbb6c339e002faa40ee4a69d5fdce9449"
+SRC_URI[sha256sum] = 
"59d92846ffb981e634e9e0f2d14a6b4967a875e3869bd2ba168c92c4db6b8b5d"
 
 PYPI_PACKAGE="python-can"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96532): 
https://lists.openembedded.org/g/openembedded-devel/message/96532
Mute This Topic: https://lists.openembedded.org/mt/90381800/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-elementpath: update to 2.5.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...ython3-elementpath_2.4.0.bb => python3-elementpath_2.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_2.4.0.bb => 
python3-elementpath_2.5.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.4.0.bb 
b/meta-python/recipes-devtools/python/python3-elementpath_2.5.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-elementpath_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_2.5.0.bb
index ed55077e3..e882952ac 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_2.5.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = 
"5b6801b3be94d48d213beb7b8ebad96addb35c95fc6a9c062c80e033b4a32fe8"
+SRC_URI[sha256sum] = 
"3a27aaf3399929fccda013899cb76d3ff111734abf4281e5f9d3721ba0b9ffa3"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96531): 
https://lists.openembedded.org/g/openembedded-devel/message/96531
Mute This Topic: https://lists.openembedded.org/mt/90381799/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-flask-login: update to 0.6.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...thon3-flask-login_0.5.0.bb => python3-flask-login_0.6.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-flask-login_0.5.0.bb => 
python3-flask-login_0.6.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb 
b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
rename to meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb
index b03929104..dd295cf2d 100644
--- a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.6.0.bb
@@ -6,8 +6,7 @@ HOMEPAGE = " https://github.com/maxcountryman/flask-login";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
 
-SRC_URI[md5sum] = "a2d94aa6ae935345ebc68eb3cbb5fccd"
-SRC_URI[sha256sum] = 
"6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b"
+SRC_URI[sha256sum] = 
"aa84fcfb4c3cf09ca58c08e816b7bce73f1349ba1cf13d00d8dffc5872d5fcf6"
 
 PYPI_PACKAGE = "Flask-Login"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96530): 
https://lists.openembedded.org/g/openembedded-devel/message/96530
Mute This Topic: https://lists.openembedded.org/mt/90381797/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-flask: update to 2.1.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-flask_2.0.3.bb => python3-flask_2.1.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask_2.0.3.bb => 
python3-flask_2.1.1.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-flask_2.0.3.bb 
b/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-flask_2.0.3.bb
rename to meta-python/recipes-devtools/python/python3-flask_2.1.1.bb
index 4070fc012..24a704770 100644
--- a/meta-python/recipes-devtools/python/python3-flask_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_2.1.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/mitsuhiko/flask/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[sha256sum] = 
"e1120c228ca2f553b470df4a5fa927ab66258467526069981b3eb0a91902687d"
+SRC_URI[sha256sum] = 
"a8c9bd3e558ec99646d177a9739c41df1ded0629480b4c8d2975412f3c9519c8"
 
 PYPI_PACKAGE = "Flask"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96529): 
https://lists.openembedded.org/g/openembedded-devel/message/96529
Mute This Topic: https://lists.openembedded.org/mt/90381795/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-gcovr: update to 5.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-gcovr_5.0.bb => python3-gcovr_5.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gcovr_5.0.bb => 
python3-gcovr_5.1.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb 
b/meta-python/recipes-devtools/python/python3-gcovr_5.1.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-gcovr_5.0.bb
rename to meta-python/recipes-devtools/python/python3-gcovr_5.1.bb
index 27ae19813..995f3b779 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_5.1.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=08208c66520e8d69d5367483186d94ed"
 
 SRC_URI = "git://github.com/gcovr/gcovr.git;branch=master;protocol=https"
-SRCREV = "2b50284e8a6792b4ddcba14e2050c5c05f15deb6"
+SRCREV = "e71e883521b78122c49016eb4e510e6da06c6916"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96528): 
https://lists.openembedded.org/g/openembedded-devel/message/96528
Mute This Topic: https://lists.openembedded.org/mt/90381794/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-google-api-core: update to 2.7.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...oogle-api-core_2.3.2.bb => python3-google-api-core_2.7.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.3.2.bb 
=> python3-google-api-core_2.7.1.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.3.2.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-api-core_2.3.2.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb
index c43fa4c58..55884e99c 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.7.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"c8889f45cf58deca522888ae1d39b2a25e93e7d1b019ae8cee6456d5c726a40c"
+SRC_URI[sha256sum] = 
"b0fa577e512f0c8e063386b974718b8614586a798c5894ed34bedf256d9dae24"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96527): 
https://lists.openembedded.org/g/openembedded-devel/message/96527
Mute This Topic: https://lists.openembedded.org/mt/90381791/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-google-auth: update to 2.6.3

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...ython3-google-auth_2.3.0.bb => python3-google-auth_2.6.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.3.0.bb => 
python3-google-auth_2.6.3.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.3.0.bb 
b/meta-python/recipes-devtools/python/python3-google-auth_2.6.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.3.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.6.3.bb
index 9d192c15e..ee5311f4f 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.6.3.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"2800f6dfad29c6ced5faf9ca0c38ea8ba1ebe2559b10c029bd021e3de3301627"
+SRC_URI[sha256sum] = 
"d65bb0e3701eaaa64fd2aa85e1325580524b0bddc6dc5db3ab89c481b6a20141"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96526): 
https://lists.openembedded.org/g/openembedded-devel/message/96526
Mute This Topic: https://lists.openembedded.org/mt/90381768/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-grpcio-tools: update to 1.45.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...n3-grpcio-tools_1.44.0.bb => python3-grpcio-tools_1.45.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.44.0.bb => 
python3-grpcio-tools_1.45.0.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb 
b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
index 1b219fc95..1e919dd3a 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.44.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 DEPENDS += "${PYTHON_PN}-grpcio"
 
 SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch"
-SRC_URI[sha256sum] = 
"be37f458ea510c9a8f1caabbc2b258d12e55d189a567f5edcace90f27dc0efbf"
+SRC_URI[sha256sum] = 
"a016cfc21e0d91b3b036d3d4f968d1fdea865dfa03524cb1fbeca84719fd45a2"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96525): 
https://lists.openembedded.org/g/openembedded-devel/message/96525
Mute This Topic: https://lists.openembedded.org/mt/90381767/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-imgtool: update to 1.9.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-imgtool_1.8.0.bb => python3-imgtool_1.9.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-imgtool_1.8.0.bb => 
python3-imgtool_1.9.0.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
index c957fce3a..3dc171252 100644
--- a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imgtool_1.9.0.bb
@@ -3,9 +3,9 @@ SUMMARY = "MCUboot's image signing and key management tool"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57"
 
-SRC_URI += "file://cbor2.patch;striplevel=2"
+SRC_URI += "${PYPI_SRC_URI}"
 
-SRC_URI[sha256sum] = 
"4858f5c5f48cfa4a0bb99e60d00aa291172a7ecc2afe4fb77ed96121f59b6e2f"
+SRC_URI[sha256sum] = 
"7fa7f6bd6bf069b5ffa07ea47478e16b6206bd2fc5b7607def999de0e9134a43"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96524): 
https://lists.openembedded.org/g/openembedded-devel/message/96524
Mute This Topic: https://lists.openembedded.org/mt/90381765/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-ipython: update to 8.2.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-ipython_7.30.1.bb => python3-ipython_8.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ipython_7.30.1.bb => 
python3-ipython_8.2.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.30.1.bb 
b/meta-python/recipes-devtools/python/python3-ipython_8.2.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-ipython_7.30.1.bb
rename to meta-python/recipes-devtools/python/python3-ipython_8.2.0.bb
index 6b829811f..35af7dd4d 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_7.30.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = 
"cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97"
+SRC_URI[sha256sum] = 
"70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1"
 
 RDEPENDS:${PN} = "\
 ${PYTHON_PN}-setuptools \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96523): 
https://lists.openembedded.org/g/openembedded-devel/message/96523
Mute This Topic: https://lists.openembedded.org/mt/90381763/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-jmespath: update to 1.0.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-jmespath_0.10.0.bb => python3-jmespath_1.0.0.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-jmespath_0.10.0.bb => 
python3-jmespath_1.0.0.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb 
b/meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb
rename to meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb
index c395143cc..f454d6462 100644
--- a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4"
 
-SRC_URI[md5sum] = "65bdcb5fa5bcf1cc710ffa508e78e408"
-SRC_URI[sha256sum] = 
"b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9"
+SRC_URI[sha256sum] = 
"a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96522): 
https://lists.openembedded.org/g/openembedded-devel/message/96522
Mute This Topic: https://lists.openembedded.org/mt/90381761/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-mypy: update to 0.942

2022-04-10 Thread Oleksandr Kravchuk
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-mypy_0.910.bb => python3-mypy_0.942.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-mypy_0.910.bb => 
python3-mypy_0.942.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb 
b/meta-python/recipes-devtools/python/python3-mypy_0.942.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-mypy_0.910.bb
rename to meta-python/recipes-devtools/python/python3-mypy_0.942.bb
index 5dd717ae7..5b4b6d5ba 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.942.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
 HOMEPAGE = "https://github.com/python/mypy";
 LICENSE = "MIT & Python-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=17b7180fcfc43c4e70c07c71588604c4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6ba8ec528da02073b7e1f4124c0f836f"
 
 PYPI_PACKAGE = "mypy"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150"
+SRC_URI[sha256sum] = 
"17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2"
 
 BBCLASSEXTEND = "native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96521): 
https://lists.openembedded.org/g/openembedded-devel/message/96521
Mute This Topic: https://lists.openembedded.org/mt/90381755/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pint: update to 0.19.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-pint_0.18.bb => python3-pint_0.19.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pint_0.18.bb => 
python3-pint_0.19.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.18.bb 
b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pint_0.18.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
index f555144f4..e1c471e06 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.18.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
@@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest python_setuptools_build_meta
 
-SRC_URI[sha256sum] = 
"8c4bce884c269051feb7abc69dbfd18403c0c764abc83da132e8a7222f8ba801"
+SRC_URI[sha256sum] = 
"3e5913e4ad125f672f72e19e06a8cb1f6d36a4922b6e5a49e04ff882511f82c8"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96520): 
https://lists.openembedded.org/g/openembedded-devel/message/96520
Mute This Topic: https://lists.openembedded.org/mt/90381753/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pulsectl: update to 22.3.2

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-pulsectl_22.1.3.bb => python3-pulsectl_22.3.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pulsectl_22.1.3.bb => 
python3-pulsectl_22.3.2.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb 
b/meta-python/recipes-devtools/python/python3-pulsectl_22.3.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb
rename to meta-python/recipes-devtools/python/python3-pulsectl_22.3.2.bb
index 9a5b9f948..c13c67789 100644
--- a/meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pulsectl_22.3.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/mk-fg/python-pulse-control";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d"
 
-SRC_URI[sha256sum] = 
"f28fe4b881dd2cc144d2d94f83ec60d8c59a52642a0ad3635cc4d0f8406f4858"
+SRC_URI[sha256sum] = 
"cc174e1ceebd4e6222c5b78f4f415f12e80753c9ab75ab354159b4cb5950b084"
 
 RDEPENDS:${PN} += " \
libpulse \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96519): 
https://lists.openembedded.org/g/openembedded-devel/message/96519
Mute This Topic: https://lists.openembedded.org/mt/90381746/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pycurl: update to 7.45.1

2022-04-10 Thread Oleksandr Kravchuk
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-pycurl_7.44.1.bb => python3-pycurl_7.45.1.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pycurl_7.44.1.bb => 
python3-pycurl_7.45.1.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb 
b/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb
rename to meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
index c9b3b7187..407c26484 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
@@ -9,10 +9,10 @@ HOMEPAGE = "http://pycurl.io/";
 
 LICENSE = "LGPL-2.0-only | MIT"
 LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
-file://COPYING-MIT;md5=75f131c591546fd1277ca49c9a81ab1b \
+file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \
 "
 
-SRC_URI[sha256sum] = 
"5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8"
+SRC_URI[sha256sum] = 
"a863ad18ff478f5545924057887cdae422e1b2746e41674615f687498ea5b88a"
 
 DEPENDS = "curl"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96518): 
https://lists.openembedded.org/g/openembedded-devel/message/96518
Mute This Topic: https://lists.openembedded.org/mt/90381742/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pymogo: update to 4.1.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-pymongo_4.0.2.bb => python3-pymongo_4.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymongo_4.0.2.bb => 
python3-pymongo_4.1.0.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.0.2.bb 
b/meta-python/recipes-devtools/python/python3-pymongo_4.1.0.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_4.0.2.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.1.0.bb
index 6189730b3..d47dfec50 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.1.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"3364b5c153b0de15c39cd13c5ee73a473f7337eb2d9610711f50f14a3a611413"
+SRC_URI[sha256sum] = 
"dbba77bc0b706c7ee496fc75a6c6ed406d85f6091d5fec488a8944c3828e6462"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96517): 
https://lists.openembedded.org/g/openembedded-devel/message/96517
Mute This Topic: https://lists.openembedded.org/mt/90381729/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pyscaffold: update to 4.2.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...{python3-pyscaffold_4.1.5.bb => python3-pyscaffold_4.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyscaffold_4.1.5.bb => 
python3-pyscaffold_4.2.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.5.bb 
b/meta-python/recipes-devtools/python/python3-pyscaffold_4.2.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pyscaffold_4.1.5.bb
rename to meta-python/recipes-devtools/python/python3-pyscaffold_4.2.1.bb
index 7826d89ad..724bbd7f7 100644
--- a/meta-python/recipes-devtools/python/python3-pyscaffold_4.1.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.2.1.bb
@@ -9,7 +9,7 @@ LICENSE = "0BSD & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=14a49c74a1d91829908ac756c07e6b91"
 DEPENDS += "python3-setuptools-scm-native"
 
-SRC_URI[sha256sum] = 
"55f6532fd6d62b3b698d604257f7a7eda6a87557bbec22760f8c0d9549454802"
+SRC_URI[sha256sum] = 
"c8cfa9983503f31b301f4b0bec0a8f41518f9a3a3853471ce94f9f9dc770a3e2"
 
 inherit pypi python_setuptools_build_meta
 PYPI_PACKAGE = "PyScaffold"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96516): 
https://lists.openembedded.org/g/openembedded-devel/message/96516
Mute This Topic: https://lists.openembedded.org/mt/90381725/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pytest-helpers-namespace: update to 2021.12.29

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...1.4.29.bb => python3-pytest-helpers-namespace_2021.12.29.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-pytest-helpers-namespace_2021.4.29.bb
 => python3-pytest-helpers-namespace_2021.12.29.bb} (85%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
 
b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
rename to 
meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
index 024650e9b..00e73f5bd 100644
--- 
a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb
+++ 
b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=440a4cdb311cd7ad181efb4cba06d562"
 
-SRC_URI[sha256sum] = 
"183524e3db4e2a1fea92e0ca3662a624ba44c9f3568da15679d7535ba6838a6a"
+SRC_URI[sha256sum] = 
"792038247e0021beb966a7ea6e3a70ff5fcfba77eb72c6ec8fd6287af871c35b"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96515): 
https://lists.openembedded.org/g/openembedded-devel/message/96515
Mute This Topic: https://lists.openembedded.org/mt/90381723/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-regex: update to 2022.3.15

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-regex_2022.3.2.bb => python3-regex_2022.3.15.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2022.3.2.bb => 
python3-regex_2022.3.15.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb 
b/meta-python/recipes-devtools/python/python3-regex_2022.3.15.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb
rename to meta-python/recipes-devtools/python/python3-regex_2022.3.15.bb
index c71394cb3..9633385f6 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.3.15.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"79e5af1ff258bc0fe0bdd6f69bc4ae33935a898e3cbefbbccf22e88a27fa053b"
+SRC_URI[sha256sum] = 
"0a7b75cc7bb4cc0334380053e4671c560e31272c9d2d5a6c4b8e9ae2c9bd0f82"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96514): 
https://lists.openembedded.org/g/openembedded-devel/message/96514
Mute This Topic: https://lists.openembedded.org/mt/90381721/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-sympy: update to 1.10.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-sympy_1.9.bb => python3-sympy_1.10.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sympy_1.9.bb => 
python3-sympy_1.10.1.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.9.bb 
b/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-sympy_1.9.bb
rename to meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb
index 92018698e..d8ac23dd5 100644
--- a/meta-python/recipes-devtools/python/python3-sympy_1.9.bb
+++ b/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/sympy/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=42976c55ba05d15b32a7b4757dee5e64"
 
-SRC_URI[sha256sum] = 
"c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc"
+SRC_URI[sha256sum] = 
"5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96513): 
https://lists.openembedded.org/g/openembedded-devel/message/96513
Mute This Topic: https://lists.openembedded.org/mt/90381719/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-tqdm: update to 4.64.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-tqdm_4.63.1.bb => python3-tqdm_4.64.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.63.1.bb => 
python3-tqdm_4.64.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.63.1.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.63.1.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb
index 0fcd4d457..3cb45f1a6 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.63.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=1672e2674934fd93a31c09cf17f34100"
 
-SRC_URI[sha256sum] = 
"4230a49119a416c88cc47d0d2d32d5d90f1a282d5e497d49801950704e49863d"
+SRC_URI[sha256sum] = 
"40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96512): 
https://lists.openembedded.org/g/openembedded-devel/message/96512
Mute This Topic: https://lists.openembedded.org/mt/90381717/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-twitter: update to 4.8.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-twitter_4.4.0.bb => python3-twitter_4.8.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twitter_4.4.0.bb => 
python3-twitter_4.8.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb 
b/meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb
rename to meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb
index 2305e89af..247b4e584 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Python module to support twitter API"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[sha256sum] = 
"8d4b4520271b796fa7efc4c5d5ef3228af4d79f6a4d3ace3900b2778ed8f6f1c"
+SRC_URI[sha256sum] = 
"8ba5774ac1663b09e5fce1b030daf076f2c9b3ddbf2e7e7ea0bae762e3b1fe3e"
 
 PYPI_PACKAGE = "tweepy"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96511): 
https://lists.openembedded.org/g/openembedded-devel/message/96511
Mute This Topic: https://lists.openembedded.org/mt/90381716/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-xmlschema: update to 1.10.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-xmlschema_1.8.0.bb => python3-xmlschema_1.10.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xmlschema_1.8.0.bb => 
python3-xmlschema_1.10.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_1.10.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-xmlschema_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_1.10.0.bb
index d720dd334..84050dc32 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.10.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
 
-SRC_URI[sha256sum] = 
"fa4e22a708f08d15f605c9191e2500149ba1a848fff7fa4904c2f2c57dc1087f"
+SRC_URI[sha256sum] = 
"be1eedce6a4b911fd3a7f4060d0811951820a13410e61f0454b30e9f4e7cf197"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96510): 
https://lists.openembedded.org/g/openembedded-devel/message/96510
Mute This Topic: https://lists.openembedded.org/mt/90381715/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-zeroconf: update to 0.38.4

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-zeroconf_0.38.1.bb => python3-zeroconf_0.38.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.38.1.bb => 
python3-zeroconf_0.38.4.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb
index bc06618c1..d305f2b83 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf";
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = 
"10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c"
+SRC_URI[sha256sum] = 
"080c540ea4b8b9defa9f3ac05823c1725ea2c8aacda917bfc0193f6758b95aeb"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96509): 
https://lists.openembedded.org/g/openembedded-devel/message/96509
Mute This Topic: https://lists.openembedded.org/mt/90381712/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-portalocker: update to 2.4.0

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...thon3-portalocker_2.3.2.bb => python3-portalocker_2.4.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename 
meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.3.2.bb 
=> python3-portalocker_2.4.0.bb} (66%)

diff --git 
a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb 
b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
similarity index 66%
rename from 
meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb
rename to 
meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
index 2d23017c8..e3b55a7ea 100644
--- 
a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb
+++ 
b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
@@ -4,8 +4,7 @@ LICENSE = "PSF-2.0"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
 
-SRC_URI[md5sum] = "bd4908d035464aa440dd7f262ef78345"
-SRC_URI[sha256sum] = 
"75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f"
+SRC_URI[sha256sum] = 
"a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96508): 
https://lists.openembedded.org/g/openembedded-devel/message/96508
Mute This Topic: https://lists.openembedded.org/mt/90381710/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pywbem: update to 1.4.1

2022-04-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../pywbem/{python3-pywbem_1.3.0.bb => python3-pywbem_1.4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.3.0.bb => 
python3-pywbem_1.4.1.bb} (94%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb 
b/meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb
similarity index 94%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb
index 676c654b5..210d64320 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.4.1.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io";
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[sha256sum] = 
"5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a"
+SRC_URI[sha256sum] = 
"ad8bbbe4ab7e795722c0f27f2656c92fc673a7e06a14cd151a50f0306454d17e"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96507): 
https://lists.openembedded.org/g/openembedded-devel/message/96507
Mute This Topic: https://lists.openembedded.org/mt/90381709/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] capnproto: update to 0.9.1

2022-02-10 Thread Oleksandr Kravchuk
Removed upstreamed patch.

Signed-off-by: Oleksandr Kravchuk 
---
 ...on-32-bit-architectures-using-64-bit.patch | 38 ---
 ...{capnproto_0.8.0.bb => capnproto_0.9.1.bb} |  3 +-
 2 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 100644 
meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch
 rename meta-oe/recipes-devtools/capnproto/{capnproto_0.8.0.bb => 
capnproto_0.9.1.bb} (81%)

diff --git 
a/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch
 
b/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch
deleted file mode 100644
index 43da4a9ef7..00
--- 
a/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From e2a05a19e9dc51287e19cc9f11fd91449219e361 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sun, 15 Nov 2020 12:10:28 -0800
-Subject: [PATCH] mutex: Fix build on 32-bit architectures using 64-bit time_t
-
-mutex code uses SYS_futex, which it expects from system C library.
-in glibc (/usr/include/bits/syscall.h defines it in terms of of NR_futex)
-rv32 is using 64bit time_t from get go unlike other 32bit architectures
-in glibc, therefore it wont have NR_futex defined but just NR_futex_time64
-this aliases it to NR_futex so that SYS_futex is then defined for rv32
-
-Upstream-Status: Submitted [https://github.com/capnproto/capnproto/pull/1103]
-Signed-off-by: Khem Raj 

- c++/src/kj/mutex.c++ | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/c++/src/kj/mutex.c++ b/c++/src/kj/mutex.c++
-index c81cead7..e1594b11 100644
 a/c++/src/kj/mutex.c++
-+++ b/c++/src/kj/mutex.c++
-@@ -39,7 +39,13 @@
- 
- #ifndef SYS_futex
- // Missing on Android/Bionic.
-+#ifdef __NR_futex
- #define SYS_futex __NR_futex
-+#elif defined(SYS_futex_time64)
-+#define SYS_futex SYS_futex_time64
-+#else
-+#error "Need working SYS_futex"
-+#endif
- #endif
- 
- #ifndef FUTEX_WAIT_PRIVATE
--- 
-2.29.2
-
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb 
b/meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb
similarity index 81%
rename from meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb
rename to meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb
index 774423192e..164bb2cf8a 100644
--- a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb
+++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb
@@ -6,9 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9"
 
 SRC_URI = 
"git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https
 \
-   
file://0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch;patchdir=../
 \
"
-SRCREV = "57a4ca5af5a7f55b768a9d9d6655250bffb1257f"
+SRCREV = "b49431c48d40490ef979247d308af63345376cee"
 
 S = "${WORKDIR}/git/c++"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#95290): 
https://lists.openembedded.org/g/openembedded-devel/message/95290
Mute This Topic: https://lists.openembedded.org/mt/89049304/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH] fping: update to 5.1

2022-02-10 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-support/fping/{fping_5.0.bb => fping_5.1.bb}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-networking/recipes-support/fping/{fping_5.0.bb => fping_5.1.bb} 
(87%)

diff --git a/meta-networking/recipes-support/fping/fping_5.0.bb 
b/meta-networking/recipes-support/fping/fping_5.1.bb
similarity index 87%
rename from meta-networking/recipes-support/fping/fping_5.0.bb
rename to meta-networking/recipes-support/fping/fping_5.1.bb
index 541e705c85..f2dd897561 100644
--- a/meta-networking/recipes-support/fping/fping_5.0.bb
+++ b/meta-networking/recipes-support/fping/fping_5.1.bb
@@ -7,6 +7,7 @@ targets to ping.  Instead of sending to one target until it 
times out or \
 replies, fping will send out a ping packet and move on to the next target \
 in a round-robin fashion."
 HOMEPAGE = "http://www.fping.org/";
+BUGTRACKER = "https://github.com/schweikert/fping/issues";
 SECTION = "net"
 
 LICENSE = "fping"
@@ -14,7 +15,7 @@ NO_GENERIC_LICENSE[fping] = "COPYING"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901"
 
 SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz";
-SRC_URI[sha256sum] = 
"ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8"
+SRC_URI[sha256sum] = 
"1ee5268c063d76646af2b4426052e7d81a42b657e6a77d8e7d3d2e60fd7409fe"
 
 S = "${WORKDIR}/fping-${PV}"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#95289): 
https://lists.openembedded.org/g/openembedded-devel/message/95289
Mute This Topic: https://lists.openembedded.org/mt/89049019/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] iwd: update to 1.24

2022-02-10 Thread Oleksandr Kravchuk
ver 1.24:
Fix issue with handshake and missing rekeying support.
Fix issue with BSS ranking and zero signal strength.
Fix issue with setting OWE IE length correctly.

ver 1.23:
Fix issue with handling handshake offloading.
Fix issue with at_console and D-Bus policy.

ver 1.22:
Fix issue with handling periodic scanning.
Fix issue with handling scanning completion.
Fix issue with handling scanning for OWE auto-connect.
Add support for additional DPP features.

Signed-off-by: Oleksandr Kravchuk 
---
 meta-oe/recipes-connectivity/iwd/{iwd_1.21.bb => iwd_1.24.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/iwd/{iwd_1.21.bb => iwd_1.24.bb} (94%)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb 
b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.21.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.24.bb
index 834c1d897f..6ee2651afe 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb
@@ -8,7 +8,7 @@ DEPENDS = "ell"
 SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \

file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
"
-SRC_URI[sha256sum] = 
"bac891df91c605271e91b73cf0015e1ba86ff784347e53fc67601366859b3851"
+SRC_URI[sha256sum] = 
"61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224"
 
 inherit autotools manpages pkgconfig python3native systemd
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#95288): 
https://lists.openembedded.org/g/openembedded-devel/message/95288
Mute This Topic: https://lists.openembedded.org/mt/89047154/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] redis: add recipe for 7.0-rc1

2022-02-01 Thread Oleksandr Kravchuk
Redis 7.0 "includes changes that potentially break backwards
compatibility with older versions", so let's let folks some time to
test 7.0 and later decide which version(s) we want to keep.

Signed-off-by: Oleksandr Kravchuk 
---
 .../0001-src-Do-not-reset-FINAL_LIBS.patch|   30 +
 ...006-Define-correct-gregs-for-RISCV32.patch |   60 +
 .../redis/redis-7/GNU_SOURCE.patch|   29 +
 .../hiredis-use-default-CC-if-it-is-set.patch |   36 +
 .../redis/redis-7/init-redis-server   |   40 +
 ...ile-to-use-environment-build-setting.patch |   76 +
 .../redis/redis-7/oe-use-libc-malloc.patch|   34 +
 .../recipes-extended/redis/redis-7/redis.conf | 1314 +
 .../redis/redis-7/redis.service   |   15 +
 .../recipes-extended/redis/redis_7.0-rc1.bb   |   68 +
 10 files changed, 1702 insertions(+)
 create mode 100644 
meta-oe/recipes-extended/redis/redis-7/0001-src-Do-not-reset-FINAL_LIBS.patch
 create mode 100644 
meta-oe/recipes-extended/redis/redis-7/0006-Define-correct-gregs-for-RISCV32.patch
 create mode 100644 meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE.patch
 create mode 100644 
meta-oe/recipes-extended/redis/redis-7/hiredis-use-default-CC-if-it-is-set.patch
 create mode 100755 meta-oe/recipes-extended/redis/redis-7/init-redis-server
 create mode 100644 
meta-oe/recipes-extended/redis/redis-7/lua-update-Makefile-to-use-environment-build-setting.patch
 create mode 100644 
meta-oe/recipes-extended/redis/redis-7/oe-use-libc-malloc.patch
 create mode 100644 meta-oe/recipes-extended/redis/redis-7/redis.conf
 create mode 100644 meta-oe/recipes-extended/redis/redis-7/redis.service
 create mode 100644 meta-oe/recipes-extended/redis/redis_7.0-rc1.bb

diff --git 
a/meta-oe/recipes-extended/redis/redis-7/0001-src-Do-not-reset-FINAL_LIBS.patch 
b/meta-oe/recipes-extended/redis/redis-7/0001-src-Do-not-reset-FINAL_LIBS.patch
new file mode 100644
index 00..e8d8b1d53f
--- /dev/null
+++ 
b/meta-oe/recipes-extended/redis/redis-7/0001-src-Do-not-reset-FINAL_LIBS.patch
@@ -0,0 +1,30 @@
+From e97a572d4aef099a961e43d528c0268e10d9f1e2 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Tue, 10 Sep 2019 20:04:26 -0700
+Subject: [PATCH] src: Do not reset FINAL_LIBS
+
+This helps case where additional libraries are needed to be passed from
+environment to get it going
+
+e.g. -latomic is needed on clang/x86 to provide for 64bit atomics
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+
+---
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index ddabd44..5133884 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -118,7 +118,7 @@ endif
+ 
+ FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
+ FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
+-FINAL_LIBS=-lm
++FINAL_LIBS+=-lm
+ DEBUG=-g -ggdb
+ 
+ # Linux ARM32 needs -latomic at linking time
diff --git 
a/meta-oe/recipes-extended/redis/redis-7/0006-Define-correct-gregs-for-RISCV32.patch
 
b/meta-oe/recipes-extended/redis/redis-7/0006-Define-correct-gregs-for-RISCV32.patch
new file mode 100644
index 00..01f8421811
--- /dev/null
+++ 
b/meta-oe/recipes-extended/redis/redis-7/0006-Define-correct-gregs-for-RISCV32.patch
@@ -0,0 +1,60 @@
+From f26a978c638bcbc621669dce0ab89e43af42af98 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Mon, 26 Oct 2020 21:32:22 -0700
+Subject: [PATCH] Define correct gregs for RISCV32
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+
+Updated patch for 6.2.1
+Signed-off-by: Yi Fan Yu 
+
+---
+ src/debug.c | 26 --
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
+diff --git a/src/debug.c b/src/debug.c
+index 2da2c5d..1d778fa 100644
+--- a/src/debug.c
 b/src/debug.c
+@@ -1116,7 +1116,9 @@ static void *getMcontextEip(ucontext_t *uc) {
+ #endif
+ #elif defined(__linux__)
+ /* Linux */
+-#if defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) && 
defined(__ILP32__))
++#if defined(__riscv) && __riscv_xlen == 32
++return (void*) uc->uc_mcontext.__gregs[REG_PC];
++#elif defined(__i386__) || ((defined(__X86_64__) || defined(__x86_64__)) 
&& defined(__ILP32__))
+ return (void*) uc->uc_mcontext.gregs[14]; /* Linux 32 */
+ #elif defined(__X86_64__) || defined(__x86_64__)
+ return (void*) uc->uc_mcontext.gregs[16]; /* Linux 64 */
+@@ -1298,8 +1300,28 @@ void logRegisters(ucontext_t *uc) {
+ #endif
+ /* Linux */
+ #elif defined(__linux__)
++/* Linux RISCV32 */
++#if defined(__riscv) && __riscv_xlen == 32
++serverLog(LL_WARNING,
++"\n"
++"RA:%08lx S0:%08lx S1:%08lx S2:%08lx\n"
++"SP:%08lx PC:%08lx A0:%08lx A1:%08lx\n"
++"A2 :%08lx A3:%08lx A4:%08lx",
++(unsigned long) uc->uc_mcontext.__gregs[REG_RA],
++(unsigned long) uc->uc_mcontext.__gregs[REG_S0],
++(unsigned long) uc->uc_mcon

[oe] [meta-python][PATCH] lirc: replace setuptools3-bas with distutils-common-base

2022-01-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
index 1ca7b6084..f3070c5d2 100644
--- 
a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
+++ 
b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb
@@ -29,7 +29,7 @@ SYSTEMD_SERVICE:${PN}-exec = "irexec.service"
 SYSTEMD_AUTO_ENABLE:lirc = "enable"
 SYSTEMD_AUTO_ENABLE:lirc-exec = "enable"
 
-inherit autotools pkgconfig systemd python3native distutils-common-base
+inherit autotools pkgconfig systemd python3native setuptools3-base
 
 PACKAGECONFIG[systemd] = 
"--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd"
 PACKAGECONFIG[x11] = "--with-x,--with-x=no,libx11,"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94811): 
https://lists.openembedded.org/g/openembedded-devel/message/94811
Mute This Topic: https://lists.openembedded.org/mt/88402988/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH] xl2tpd: update to 1.3.16

2021-12-22 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../xl2tpd/{xl2tpd_1.3.14.bb => xl2tpd_1.3.16.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-networking/recipes-protocols/xl2tpd/{xl2tpd_1.3.14.bb => 
xl2tpd_1.3.16.bb} (91%)

diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb 
b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb
similarity index 91%
rename from meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb
rename to meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb
index 21f97eba2..d96a28eac 100644
--- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb
+++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb
@@ -9,7 +9,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https"
-SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08"
+SRCREV = "1ef2a025981223c1e16fc833bef226c86ff8c295"
+
+UPSTREAM_CHECK_URI = "https://github.com/xelerance/xl2tpd/releases";
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94484): 
https://lists.openembedded.org/g/openembedded-devel/message/94484
Mute This Topic: https://lists.openembedded.org/mt/87898878/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-filesystems][PATCH] simple-mtpfs: update to 0.4.0

2021-12-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{simple-mtpfs_git.bb => simple-mtpfs_0.4.0.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-filesystems/recipes-filesystems/simple-mtpfs/{simple-mtpfs_git.bb 
=> simple-mtpfs_0.4.0.bb} (78%)

diff --git 
a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb 
b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
similarity index 78%
rename from 
meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
rename to 
meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
index 595b34900..dfb748559 100644
--- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
@@ -1,5 +1,6 @@
 DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices 
connected via USB"
 HOMEPAGE = "https://github.com/phatina/simple-mtpfs";
+BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
 
@@ -7,8 +8,7 @@ DEPENDS = "fuse libmtp"
 
 inherit autotools pkgconfig
 
-# 0.3.0
 SRC_URI = 
"git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
-SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a"
+SRCREV = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94467): 
https://lists.openembedded.org/g/openembedded-devel/message/94467
Mute This Topic: https://lists.openembedded.org/mt/87881528/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-contextlib2: update to 21.6.0

2021-12-18 Thread Oleksandr Kravchuk
License-Update: note on external code used in the project was added
(see @e42cd73fe9857366154d783e2a85e3d8a72ce5e7).

Signed-off-by: Oleksandr Kravchuk 
---
 ...extlib2_0.6.0.post1.bb => python3-contextlib2_21.6.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-contextlib2_0.6.0.post1.bb 
=> python3-contextlib2_21.6.0.bb} (51%)

diff --git 
a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb 
b/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb
similarity index 51%
rename from 
meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb
rename to meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb
index 2eac0ad27..f9900b134 100644
--- a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb
+++ b/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Backports and enhancements for the contextlib module"
 HOMEPAGE = "http://contextlib2.readthedocs.org/";
 SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
+LICENSE = "PSF & Apache-2"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4"
 
-SRC_URI[sha256sum] = 
"01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"
+SRC_URI[sha256sum] = 
"ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94439): 
https://lists.openembedded.org/g/openembedded-devel/message/94439
Mute This Topic: https://lists.openembedded.org/mt/87824995/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] libkcapi: update to 1.3.1

2021-12-15 Thread Oleksandr Kravchuk
Dropped upstreamed patch.

License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 ...f-__NR_io_getevents-when-not-defined.patch | 36 ---
 .../{libkcapi_1.2.1.bb => libkcapi_1.3.1.bb}  |  8 ++---
 2 files changed, 3 insertions(+), 41 deletions(-)
 delete mode 100644 
meta-oe/recipes-crypto/libkcapi/libkcapi/0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch
 rename meta-oe/recipes-crypto/libkcapi/{libkcapi_1.2.1.bb => 
libkcapi_1.3.1.bb} (81%)

diff --git 
a/meta-oe/recipes-crypto/libkcapi/libkcapi/0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch
 
b/meta-oe/recipes-crypto/libkcapi/libkcapi/0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch
deleted file mode 100644
index 9d9f63e34..0
--- 
a/meta-oe/recipes-crypto/libkcapi/libkcapi/0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 771dd6aa45dd07d7c7a7b116e1b5666fbd7a Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sun, 15 Nov 2020 18:05:48 -0800
-Subject: [PATCH] Disable use of __NR_io_getevents when not defined
-
-Architectures like riscv32 do not define this syscall, therefore return
-ENOSYS on such architectures
-
-Upstream-Status: Submitted [https://github.com/smuellerDD/libkcapi/pull/100]
-Signed-off-by: Khem Raj 

- lib/internal.h | 12 
- 1 file changed, 12 insertions(+)
-
 a/lib/internal.h
-+++ b/lib/internal.h
-@@ -325,10 +325,17 @@ static inline int io_submit(aio_context_
- return syscall(__NR_io_submit, ctx, n, iocb);
- }
- 
--static inline int io_getevents(aio_context_t ctx, long min, long max,
--struct io_event *events, struct timespec *timeout)
-+static inline int io_getevents(__attribute__((unused)) aio_context_t ctx,
-+__attribute__((unused)) long min,
-+__attribute__((unused)) long max,
-+__attribute__((unused)) struct io_event *events,
-+__attribute__((unused)) struct timespec *timeout)
- {
-+#ifdef __NR_io_getevents
- return syscall(__NR_io_getevents, ctx, min, max, events, timeout);
-+#else
-+return -ENOSYS;
-+#endif
- }
- 
- /
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb 
b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.3.1.bb
similarity index 81%
rename from meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
rename to meta-oe/recipes-crypto/libkcapi/libkcapi_1.3.1.bb
index cc71903a8..f10d68470 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.3.1.bb
@@ -1,13 +1,11 @@
 SUMMARY = "Linux Kernel Crypto API User Space Interface Library"
 HOMEPAGE = "http://www.chronox.de/libkcapi.html";
 LICENSE = "BSD-3-Clause | GPL-2.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c78be93ed8d1637f2a3f4a83ff9d5f54"
+LIC_FILES_CHKSUM = "file://COPYING;md5=80c467906eb826339c7f09e61808ed23"
 
 S = "${WORKDIR}/git"
-SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db"
-SRC_URI = 
"git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \
-   file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch 
\
-   "
+SRCREV = "2936ecd060c299157ac880650ba2c9fd94d27bb1"
+SRC_URI = 
"git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https"
 
 inherit autotools
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94373): 
https://lists.openembedded.org/g/openembedded-devel/message/94373
Mute This Topic: https://lists.openembedded.org/mt/87751272/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-twitter: update 4.4.0

2021-12-14 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-twitter_4.1.0.bb => python3-twitter_4.4.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twitter_4.1.0.bb => 
python3-twitter_4.4.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.1.0.bb 
b/meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-twitter_4.1.0.bb
rename to meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb
index ac1dab8d8..2305e89af 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_4.4.0.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Python module to support twitter API"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[sha256sum] = 
"88e2938de5ac7043c9ba8b8358996fbc5806059d63c96269d22527a40ca7d511"
+SRC_URI[sha256sum] = 
"8d4b4520271b796fa7efc4c5d5ef3228af4d79f6a4d3ace3900b2778ed8f6f1c"
 
 PYPI_PACKAGE = "tweepy"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94354): 
https://lists.openembedded.org/g/openembedded-devel/message/94354
Mute This Topic: https://lists.openembedded.org/mt/87721007/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-gevent: update to 21.12.0

2021-12-14 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-gevent_21.8.0.bb => python3-gevent_21.12.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gevent_21.8.0.bb => 
python3-gevent_21.12.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb 
b/meta-python/recipes-devtools/python/python3-gevent_21.12.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb
rename to meta-python/recipes-devtools/python/python3-gevent_21.12.0.bb
index 7bdf126de..9efeec4d9 100644
--- a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gevent_21.12.0.bb
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \
  ${PYTHON_PN}-pprint \
 "
 
-SRC_URI[sha256sum] = 
"43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575"
+SRC_URI[sha256sum] = 
"f48b64578c367b91fa793bf8eaaaf4995cb93c8bc45860e473bf868070ad094e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94353): 
https://lists.openembedded.org/g/openembedded-devel/message/94353
Mute This Topic: https://lists.openembedded.org/mt/87720661/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-googleapis-common-protos: update to 1.54.0

2021-12-14 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...tos_1.53.0.bb => python3-googleapis-common-protos_1.54.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-googleapis-common-protos_1.53.0.bb 
=> python3-googleapis-common-protos_1.54.0.bb} (80%)

diff --git 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb
 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
similarity index 80%
rename from 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb
rename to 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
index 58d35f3d8..afc6dcbfe 100644
--- 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4"
+SRC_URI[sha256sum] = 
"a4031d6ec6c2b1b6dc3e0be7e10a1bd72fb0b18b07ef9be7b51f2c1004ce2437"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-grpcio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94352): 
https://lists.openembedded.org/g/openembedded-devel/message/94352
Mute This Topic: https://lists.openembedded.org/mt/87720660/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-icu: update to 2.8

2021-12-14 Thread Oleksandr Kravchuk
License-Update: there is LICENSE file.

Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-devtools/python/python3-icu_2.7.2.bb  | 13 -
 .../recipes-devtools/python/python3-icu_2.8.bb| 15 +++
 2 files changed, 15 insertions(+), 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-icu_2.8.bb

diff --git a/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb 
b/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
deleted file mode 100644
index 2433a8c9d..0
--- a/meta-python/recipes-devtools/python/python3-icu_2.7.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "Python extension wrapping the ICU C++ API"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = 
"file://setup.py;beginline=244;endline=252;md5=3e00c41c6d04310707992b93307a224f"
-
-DEPENDS += "icu"
-
-PYPI_PACKAGE = "PyICU"
-SRC_URI[sha256sum] = 
"1382869b22d91cc99274f9b525fa7d9199b44d9007ff0036a09747839a01e9dc"
-
-SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
-
-inherit pkgconfig pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.8.bb 
b/meta-python/recipes-devtools/python/python3-icu_2.8.bb
new file mode 100644
index 0..f3dd7a4f5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-icu_2.8.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Python extension wrapping the ICU C++ API"
+HOMEPAGE = "https://gitlab.pyicu.org/main/pyicu";
+BUGTRACKER = "https://gitlab.pyicu.org/main/pyicu/-/issues";
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c7c4bfd81a21e3b6368bdcced992bf59"
+
+DEPENDS += "icu"
+
+PYPI_PACKAGE = "PyICU"
+SRC_URI[sha256sum] = 
"3d80de47045a8163db5aebc947c42b4d429eeea4f0c32af4f40b33981fa872b9"
+
+SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
+
+inherit pkgconfig pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94351): 
https://lists.openembedded.org/g/openembedded-devel/message/94351
Mute This Topic: https://lists.openembedded.org/mt/87720651/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-lxml: update to 4.7.1

2021-12-14 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-lxml_4.6.3.bb => python3-lxml_4.7.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lxml_4.6.3.bb => 
python3-lxml_4.7.1.bb} (95%)

diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb 
b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
rename to meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb
index d5594847f..cb33fcc3c 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.7.1.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[sha256sum] = 
"39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468"
+SRC_URI[sha256sum] = 
"a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24"
 
 inherit pkgconfig pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94350): 
https://lists.openembedded.org/g/openembedded-devel/message/94350
Mute This Topic: https://lists.openembedded.org/mt/87720514/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk
Random q: shouldn't this kind of e-mails be automated, e.g. CI/CD sw 
notifies you that your patch fails to build?


On 13/12/2021 17:39, Khem Raj wrote:



On 12/13/21 8:15 AM, Oleksandr Kravchuk wrote:

Isn't it because meta-gnome is not included?


point is that we can not create hard dependency for meta-oe on 
meta-gnome, otherway around is fine. So this recipe should be able to 
build

without gtk4+ and perhaps can be enabled with packageconfig.



On 13/12/2021 17:09, Khem Raj wrote:

I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 


DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:

Signed-off-by: Oleksandr Kravchuk 
---
  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
  .../gupnp/gssdp_1.4.0.1.bb    | 27 
+++

  2 files changed, 27 insertions(+), 20 deletions(-)
  delete mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
  create mode 100644 
meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb


diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb

deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and 
announcement over SSDP (Simpe Service Discovery Protocol)."

-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = 
"file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"

-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"

-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git 
a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and 
announcement over SSDP \

+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/";
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues";
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = 
"file://COPYING;md5=4fbd65380cdd255951079008b364516c"

+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"

+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+    glib-2.0 \
+    libsoup-2.4 \
+    gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 
'sniffer', '', d)}"

+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
--
2.25.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94342): 
https://lists.openembedded.org/g/openembedded-devel/message/94342
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-multimedia][PATCH v2] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
Signed-off-by: Khem Raj 
---
 .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
 .../gupnp/gssdp_1.4.0.1.bb| 26 +++
 2 files changed, 26 insertions(+), 20 deletions(-)
 delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
 create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP 
(Simpe Service Discovery Protocol)."
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0..056ea83aa
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/";
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues";
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+glib-2.0 \
+libsoup-2.4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+4,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94341): 
https://lists.openembedded.org/g/openembedded-devel/message/94341
Mute This Topic: https://lists.openembedded.org/mt/87701845/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-13 Thread Oleksandr Kravchuk

Isn't it because meta-gnome is not included?

On 13/12/2021 17:09, Khem Raj wrote:

I am seeing this failure

stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Nothing PROVIDES 'gtk4' (but
/home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
DEPENDS on or otherwise requires it). Close matches:
stdio: ERROR: Required build target 'meta-world-pkgdata' has no
buildable providers.
stdio: ERROR: Command . ./oe-init-build-env; yocto-check-layer-wrapper
../meta-openembedded failed with exit code 2, see errors above.
(1639376061.2: 1715.6)

see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1788

On Sun, Dec 12, 2021 at 10:36 AM Oleksandr Kravchuk
 wrote:

Signed-off-by: Oleksandr Kravchuk 
---
  .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
  .../gupnp/gssdp_1.4.0.1.bb| 27 +++
  2 files changed, 27 insertions(+), 20 deletions(-)
  delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
  create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP 
(Simpe Service Discovery Protocol)."
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', 
d)}"
-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/";
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues";
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+glib-2.0 \
+libsoup-2.4 \
+gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', 
d)}"
+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
--
2.25.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94335): 
https://lists.openembedded.org/g/openembedded-devel/message/94335
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome][PATCH] sysprof: update to 3.42.0

2021-12-12 Thread Oleksandr Kravchuk
Dropped upstreamed patches.

Signed-off-by: Oleksandr Kravchuk 
---
 ...-Define-NT_GNU_BUILD_ID-if-undefined.patch | 35 ---
 ...E_FORMAT-instead-of-G_GUINT64_FORMAT.patch | 31 
 .../{sysprof_3.36.0.bb => sysprof_3.42.0.bb}  |  7 +---
 3 files changed, 1 insertion(+), 72 deletions(-)
 delete mode 100644 
meta-gnome/recipes-gnome/sysprof/sysprof/0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch
 delete mode 100644 
meta-gnome/recipes-gnome/sysprof/sysprof/0002-tests-use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT.patch
 rename meta-gnome/recipes-gnome/sysprof/{sysprof_3.36.0.bb => 
sysprof_3.42.0.bb} (81%)

diff --git 
a/meta-gnome/recipes-gnome/sysprof/sysprof/0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch
 
b/meta-gnome/recipes-gnome/sysprof/sysprof/0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch
deleted file mode 100644
index 75aa86cdb..0
--- 
a/meta-gnome/recipes-gnome/sysprof/sysprof/0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 3025d80aaacc5f67aa9eb1e6fde30f71d9c5b04b Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Mon, 18 Jul 2011 16:00:17 -0700
-Subject: [PATCH 1/2] sysprof: Define NT_GNU_BUILD_ID if undefined
-
-On uclibc elf.h does not have GNU extentions but we need this define
-so we define it locally if its not getting it from elf.h
-
-Signed-off-by: Khem Raj 
-
-Upstream-Status: Pending
-
-%% original patch: define-NT_GNU_BUILD_ID.patch

- src/libsysprof/elfparser.h | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/libsysprof/elfparser.h b/src/libsysprof/elfparser.h
-index 160e4c9..94fa5c0 100644
 a/src/libsysprof/elfparser.h
-+++ b/src/libsysprof/elfparser.h
-@@ -18,6 +18,10 @@
- 
- #include 
- 
-+#ifndef NT_GNU_BUILD_ID
-+#define NT_GNU_BUILD_ID 3
-+#endif
-+
- typedef struct ElfSym ElfSym;
- typedef struct ElfParser ElfParser;
- 
--- 
-2.17.1
-
diff --git 
a/meta-gnome/recipes-gnome/sysprof/sysprof/0002-tests-use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT.patch
 
b/meta-gnome/recipes-gnome/sysprof/sysprof/0002-tests-use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT.patch
deleted file mode 100644
index d8fffbb7e..0
--- 
a/meta-gnome/recipes-gnome/sysprof/sysprof/0002-tests-use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 5dea152c7728f5a37370ad8a229115833e36b4f6 Mon Sep 17 00:00:00 2001
-From: Rasmus Thomsen 
-Date: Sat, 7 Mar 2020 10:44:16 +0100
-Subject: [PATCH] tests: use G_GSIZE_FORMAT instead of G_GUINT64_FORMAT for
- gsize
-
-This fixes the build on 32-bit platforms with -Werror-format
-
-fixes #32
-
-Upstream-Status: 
Applied[https://gitlab.gnome.org/GNOME/sysprof/-/commit/5dea152c7728f5a37370ad8a229115833e36b4f6]

- src/tests/allocs-by-size.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tests/allocs-by-size.c b/src/tests/allocs-by-size.c
-index 666113a..6260d4b 100644
 a/src/tests/allocs-by-size.c
-+++ b/src/tests/allocs-by-size.c
-@@ -109,7 +109,7 @@ allocs_by_size (SysprofCaptureReader *reader)
- {
-   const Item *item = &g_array_index (ar, Item, i);
- 
--  g_print 
("%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT"\n",
-+  g_print ("%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT"\n",
-item->size, item->cmp, item->count);
- }
- }
--- 
-2.21.3
-
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb 
b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
similarity index 81%
rename from meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb
rename to meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
index 1f8351fc3..bb8f90c19 100644
--- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb
+++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
@@ -14,12 +14,7 @@ DEPENDS += " \
 glib-2.0 \
 "
 
-SRC_URI[archive.md5sum] = "3956e82b8744715006dde59e0ce8910b"
-SRC_URI[archive.sha256sum] = 
"8670db4dacf7b219d30c575c465b17c8ed6724dbade347f2cde9548bff039108"
-SRC_URI += " \
-file://0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch \
-file://0002-tests-use-G_GSIZE_FORMAT-instead-of-G_GUINT64_FORMAT.patch \
-"
+SRC_URI[archive.sha256sum] = 
"3c16e03efdfe5d3e71c4d239c67741ad37f72ce8971e2f7faf168dbd5e93e886"
 
 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 
'sysprofd', '', d)} \
   ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 
'libsysprof', '', d)} \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94309): 
https://lists.openembedded.org/g/openembedded-devel/message/94309
Mute This Topic: https://lists.openembedded.org/mt/87689250/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] dbus-cxx: update to 2.1.0

2021-12-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{dbus-cxx_0.12.bb => dbus-cxx_2.1.0.bb}   | 14 ---
 .../0001-Include-typeinfo-for-typeid.patch| 29 ++
 .../dbus-cxx/files/fix_build_musl.patch   | 38 ++-
 3 files changed, 49 insertions(+), 32 deletions(-)
 rename meta-oe/recipes-core/dbus-cxx/{dbus-cxx_0.12.bb => dbus-cxx_2.1.0.bb} 
(58%)
 create mode 100644 
meta-oe/recipes-core/dbus-cxx/files/0001-Include-typeinfo-for-typeid.patch

diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb 
b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
similarity index 58%
rename from meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
rename to meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
index bf393cd87..1524f096f 100644
--- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.1.0.bb
@@ -1,22 +1,24 @@
 SUMMARY = "D-Bus wrapper in C++ for dbus"
 HOMEPAGE = "https://dbus-cxx.github.io/";
+BUGTRACKER = "https://github.com/libsigcplusplus/libsigcplusplus/issues";
 SECTION = "base"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83"
 
-FILEEXTRAPATHS:prepend = "${THISDIR}/files"
-SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https"
-SRC_URI += "file://fix_build_musl.patch"
-SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e"
+SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https 
\
+   file://0001-Include-typeinfo-for-typeid.patch \
+"
+SRC_URI:append:libc-musl = "file://fix_build_musl.patch"
+SRCREV = "73532d6a5faae9c721c2cc9535b8ef32d4d18264"
 
 DEPENDS = "\
dbus \
-   libsigc++-2.0 \
+   libsigc++-3 \
 "
 
 RDEPENDS:${PN} = "\
dbus \
-   libsigc++-2.0 \
+   libsigc++-3 \
 "
 
 S = "${WORKDIR}/git"
diff --git 
a/meta-oe/recipes-core/dbus-cxx/files/0001-Include-typeinfo-for-typeid.patch 
b/meta-oe/recipes-core/dbus-cxx/files/0001-Include-typeinfo-for-typeid.patch
new file mode 100644
index 0..911787740
--- /dev/null
+++ b/meta-oe/recipes-core/dbus-cxx/files/0001-Include-typeinfo-for-typeid.patch
@@ -0,0 +1,29 @@
+From e262b6e7cc6271d71405f10c4817b9b3b2b95f05 Mon Sep 17 00:00:00 2001
+From: Oleksandr Kravchuk 
+Date: Mon, 13 Dec 2021 02:00:48 +0100
+Subject: [PATCH] Include typeinfo for typeid()
+
+Otherwise fails with:
+error: must '#include ' before using 'typeid'
+
+Upstream-Status: Submitted
+[https://github.com/dbus-cxx/dbus-cxx/pull/83]
+---
+ dbus-cxx/demangle.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/dbus-cxx/demangle.h b/dbus-cxx/demangle.h
+index b71bcb9..9a4e99b 100644
+--- a/dbus-cxx/demangle.h
 b/dbus-cxx/demangle.h
+@@ -21,6 +21,7 @@
+ #define DBUSCXX_DEMANGLE_H
+ 
+ #include 
++#include 
+ #include 
+ 
+ #if DBUS_CXX_HAS_CXXABI_H
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-core/dbus-cxx/files/fix_build_musl.patch 
b/meta-oe/recipes-core/dbus-cxx/files/fix_build_musl.patch
index 3d912e0b0..e55d987e4 100644
--- a/meta-oe/recipes-core/dbus-cxx/files/fix_build_musl.patch
+++ b/meta-oe/recipes-core/dbus-cxx/files/fix_build_musl.patch
@@ -1,26 +1,12 @@
-diff --git a/dbus-cxx/timeout.cpp b/dbus-cxx/timeout.cpp
-index 16e9f7e..aa0b99f 100644
 a/dbus-cxx/timeout.cpp
-+++ b/dbus-cxx/timeout.cpp
-@@ -132,7 +132,7 @@ namespace DBus
- return m_cobj;
-   }
- 
--  void Timeout::timer_callback_proxy( sigval_t sv ) {
-+  void Timeout::timer_callback_proxy( union sigval sv ) {
- SIMPLELOGGER_DEBUG( "dbus.Timeout","Timeout::timer_callback_proxy" );
- Timeout* t;
- t = ( Timeout* ) sv.sival_ptr;
-diff --git a/dbus-cxx/timeout.h b/dbus-cxx/timeout.h
-index 1e469b5..5b69fbb 100644
 a/dbus-cxx/timeout.h
-+++ b/dbus-cxx/timeout.h
-@@ -83,7 +83,7 @@ namespace DBus
- 
-   std::mutex m_arming_mutex;
- 
--  static void timer_callback_proxy( sigval_t sv );
-+  static void timer_callback_proxy( union sigval sv );
- 
-   };
- 
+diff --git a/dbus-cxx/sasl.cpp b/dbus-cxx/sasl.cpp
+index e8a6060..7a76af6 100644
+--- a/dbus-cxx/sasl.cpp
 b/dbus-cxx/sasl.cpp
+@@ -70,7 +70,7 @@ std::tuple> 
SASL::authenticate() {
+ bool success = false;
+ bool negotiatedFD = false;
+ std::vector serverGUID;
+-__uid_t uid = getuid();
++uid_t uid = getuid();
+ std::string line;
+ std::smatch regex_match;
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94308): 
https://lists.openembedded.org/g/openembedded-devel/message/94308
Mute This Topic: https://lists.openembedded.org/mt/87689243/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-multimedia][PATCH] libsrtp: update to 2.4.2

2021-12-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-support/libsrtp/libsrtp_2.3.0.bb  | 20 ---
 .../recipes-support/libsrtp/libsrtp_2.4.2.bb  | 16 +++
 2 files changed, 16 insertions(+), 20 deletions(-)
 delete mode 100644 meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
 create mode 100644 meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb

diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb 
b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
deleted file mode 100644
index 5b4f34592..0
--- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "library implementing Secure RTP (RFC 3711)"
-HOMEPAGE = "https://github.com/cisco/libsrtp";
-SECTION = "libs"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f098430463d91c08c4e1"
-
-S = "${WORKDIR}/git"
-SRCREV = "d02d2e379c297e93a9033d7b653135f732ee"
-SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https"
-
-inherit autotools pkgconfig
-
-EXTRA_OEMAKE += "shared_library"
-
-do_configure:prepend() {
-cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S}
-}
-
-ALLOW_EMPTY:${PN} = "1"
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb 
b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
new file mode 100644
index 0..0946aec60
--- /dev/null
+++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Library implementing Secure RTP (RFC 3711)"
+DESCRIPTION = "This package provides an implementation of the Secure Real-time 
Transport Protocol (SRTP), \
+   the Universal Security Transform (UST), and a supporting 
cryptographic kernel. The SRTP API \
+   is documented in include/srtp.h, and the library is in 
libsrtp2.a (after compilation)."
+HOMEPAGE = "https://github.com/cisco/libsrtp";
+BUGTRACKER = "https://github.com/cisco/libsrtp/issues";
+SECTION = "libs"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f098430463d91c08c4e1"
+
+SRC_URI = 
"git://github.com/cisco/libsrtp.git;branch=2_4_x_throttle;protocol=https"
+SRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b"
+
+S = "${WORKDIR}/git"
+
+inherit meson pkgconfig
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94307): 
https://lists.openembedded.org/g/openembedded-devel/message/94307
Mute This Topic: https://lists.openembedded.org/mt/87685164/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-multimedia][PATCH] gssdp: update to 1.4.0.1

2021-12-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 --
 .../gupnp/gssdp_1.4.0.1.bb| 27 +++
 2 files changed, 27 insertions(+), 20 deletions(-)
 delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
 create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
deleted file mode 100644
index 8f27ae292..0
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Resource discovery and announcement over SSDP"
-DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP 
(Simpe Service Discovery Protocol)."
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "glib-2.0 libsoup-2.4"
-
-SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
-SRC_URI[sha256sum] = 
"a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
-
-GTKDOC_MESON_OPTION = 'gtk_doc'
-
-inherit meson pkgconfig gobject-introspection vala gtk-doc
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
-PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
-
-PACKAGES =+ "gssdp-tools"
-
-FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb 
b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0..43d2fcfa0
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Resource discovery and announcement over SSDP"
+DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
+   (Simpe Service Discovery Protocol)."
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/";
+BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues";
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = 
"8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
+
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+DEPENDS = " \
+glib-2.0 \
+libsoup-2.4 \
+gtk4 \
+"
+
+inherit meson pkgconfig gobject-introspection vala gtk-doc
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', 
'', d)}"
+PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3,"
+
+PACKAGES =+ "gssdp-tools"
+
+FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94306): 
https://lists.openembedded.org/g/openembedded-devel/message/94306
Mute This Topic: https://lists.openembedded.org/mt/87681937/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome][PATCH] gparted: add UPSTREAM_CHECK_URI

2021-12-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 meta-gnome/recipes-extended/gparted/gparted_1.3.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.3.1.bb 
b/meta-gnome/recipes-extended/gparted/gparted_1.3.1.bb
index 2ed7d22d0..1c8dd6968 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_1.3.1.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_1.3.1.bb
@@ -13,6 +13,9 @@ SRC_URI = " \
 "
 SRC_URI[sha256sum] = 
"5eee2e6d74b15ef96b13b3a2310c868ed2298e03341021e7d12a5a98a1d1e109"
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/gparted/files/gparted/";
+UPSTREAM_CHECK_REGEX = "gparted-(?P\d+\.(\d+)+(\.\d+)+)"
+
 DEPENDS += " \
 glib-2.0-native \
 yelp-tools-native \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94305): 
https://lists.openembedded.org/g/openembedded-devel/message/94305
Mute This Topic: https://lists.openembedded.org/mt/87680911/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome][PATCH] libwacom: update to 1.12

2021-12-12 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-support/libwacom/libwacom_0.33.bb | 14 ---
 .../recipes-support/libwacom/libwacom_1.12.bb | 24 +++
 2 files changed, 24 insertions(+), 14 deletions(-)
 delete mode 100644 meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
 create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_1.12.bb

diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb 
b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
deleted file mode 100644
index 5db78b7cf..0
--- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "A tablet description library"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
-
-DEPENDS = " \
-libxml2-native \
-libgudev \
-"
-
-inherit autotools pkgconfig
-
-SRC_URI = 
"git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
-SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658"
-S = "${WORKDIR}/git"
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb 
b/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
new file mode 100644
index 0..d35bbaacb
--- /dev/null
+++ b/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
@@ -0,0 +1,24 @@
+SUMMARY = "A tablet description library"
+DESCRIPTION = "libwacom is a library to identify Wacom tablets and their 
model-specific features. \
+   It provides easy access to information such as 'is this a 
built-in on-screen tablet\', \
+   'what is the size of this model', etc."
+HOMEPAGE = "https://github.com/linuxwacom/libwacom";
+BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues";
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
+
+SRC_URI = 
"git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
+SRCREV = "942628be9faffa96ae1068833eccb00a1bfe4578"
+
+DEPENDS = " \
+libxml2-native \
+libgudev \
+"
+
+S = "${WORKDIR}/git"
+
+inherit meson pkgconfig
+
+EXTRA_OEMESON = " \
+-Dtests=disabled \
+"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94304): 
https://lists.openembedded.org/g/openembedded-devel/message/94304
Mute This Topic: https://lists.openembedded.org/mt/87680906/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-astroid: update to 2.9.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-astroid_2.8.5.bb => python3-astroid_2.9.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.8.5.bb => 
python3-astroid_2.9.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb 
b/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb
index f8f050cab..fee8acb1f 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.9.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"11f7356737b624c42e21e71fe85eea6875cb94c03c82ac76bd535a0ff10b0f25"
+SRC_URI[sha256sum] = 
"5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94302): 
https://lists.openembedded.org/g/openembedded-devel/message/94302
Mute This Topic: https://lists.openembedded.org/mt/87664811/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python-cantools: update to 37.0.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-cantools_36.5.0.bb => python3-cantools_37.0.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_36.5.0.bb => 
python3-cantools_37.0.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb 
b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb
rename to meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb
index 6fbad3fdf..c8c2b2592 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb
@@ -3,11 +3,10 @@ HOMEPAGE = "https://github.com/eerimoq/cantools";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"651b6ea67999c1106a582fd54c92b5b27a1a5f2896e0058beeb96a4f318cb33f"
+SRC_URI[sha256sum] = 
"ac5f8901940693ce4b798e7ae07ed69a60856ae8a1ca47079088530813b57287"
 
 PYPI_PACKAGE = "cantools"
 
 inherit pypi setuptools3
 
 CLEANBROKEN = "1"
-
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94301): 
https://lists.openembedded.org/g/openembedded-devel/message/94301
Mute This Topic: https://lists.openembedded.org/mt/87664810/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-coverage: update to 6.2

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-coverage_6.1.2.bb => python3-coverage_6.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_6.1.2.bb => 
python3-coverage_6.2.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb 
b/meta-python/recipes-devtools/python/python3-coverage_6.2.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb
rename to meta-python/recipes-devtools/python/python3-coverage_6.2.bb
index c456800c5..6e080b00c 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_6.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_6.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = 
"d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972"
+SRC_URI[sha256sum] = 
"e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94300): 
https://lists.openembedded.org/g/openembedded-devel/message/94300
Mute This Topic: https://lists.openembedded.org/mt/87664808/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-imageio: update to 2.13.3

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-imageio_2.11.1.bb => python3-imageio_2.13.3.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.11.1.bb => 
python3-imageio_2.13.3.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb 
b/meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb
index eddbef8b0..38aa5f181 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.13.3.bb
@@ -5,8 +5,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9543b6af3e6b53f9b7fb68f71d"
 
-
-SRC_URI[sha256sum] = 
"73e53bbf21777173232cd7a1c66361516b58cd09d4828a10dcfe83bb14c2b187"
+SRC_URI[sha256sum] = 
"bb87b272e1e9b05d242e11f8d88d030aefa68ca95daf3accc986d0b782ae3cd5"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94299): 
https://lists.openembedded.org/g/openembedded-devel/message/94299
Mute This Topic: https://lists.openembedded.org/mt/87664805/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-ldap: update to 3.4.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...{python3-ldap_3.3.1.bb => python3-ldap_3.4.0.bb} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)
 rename meta-networking/recipes-devtools/python/{python3-ldap_3.3.1.bb => 
python3-ldap_3.4.0.bb} (81%)

diff --git a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb 
b/meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb
similarity index 81%
rename from meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb
rename to meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb
index cd745ee3e..42f113d5f 100644
--- a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb
+++ b/meta-networking/recipes-devtools/python/python3-ldap_3.4.0.bb
@@ -1,22 +1,19 @@
-#
-# Copyright (C) 2012 Wind River Systems, Inc.
-#
 SUMMARY = "Provides a wrapper in Python to LDAP"
 DESCRIPTION = "This module provides access to the LDAP \
 (Lightweight Directory Access Protocol) through Python operations \
 instead of C API. The module mainly acts as a wrapper for the \
 OpenLDAP 2.x libraries. Errors will appear as exceptions."
-
-LICENSE = "PSF"
 HOMEPAGE = "http://www.python-ldap.org/";
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b"
+
 DEPENDS = "python3 openldap cyrus-sasl"
 
 PYPI_PACKAGE = "python-ldap"
+
 inherit pypi setuptools3
 
-LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b"
-SRC_URI[md5sum] = "7608579722c491e42f5f63b3f88a95fb"
-SRC_URI[sha256sum] = 
"4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5"
+SRC_URI[sha256sum] = 
"60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12"
 
 do_configure:prepend() {
 sed -i -e 's:^library_dirs =.*::' \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94298): 
https://lists.openembedded.org/g/openembedded-devel/message/94298
Mute This Topic: https://lists.openembedded.org/mt/87664327/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-matplotlib: update to 3.5.1

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...b_3.4.1.bb => python3-matplotlib_3.5.1.bb} | 26 ++-
 1 file changed, 14 insertions(+), 12 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-matplotlib_3.4.1.bb => 
python3-matplotlib_3.5.1.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb 
b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb
rename to meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
index 9e933f5c4..f9eb79ff1 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
@@ -7,19 +7,21 @@ HOMEPAGE = "https://github.com/matplotlib/matplotlib";
 SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "\
-
file://setup.py;beginline=282;endline=282;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \
+
file://setup.py;beginline=296;endline=296;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \
 file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74 \
 "
+
 DEPENDS = "\
 freetype \
 libpng \
-python3-numpy-native \
-python3-dateutil-native \
-python3-pytz-native \
-python3-certifi-native \
+${PYTHON_PN}-numpy-native \
+${PYTHON_PN}-pip-native \
+${PYTHON_PN}-dateutil-native \
+${PYTHON_PN}-pytz-native \
+${PYTHON_PN}-certifi-native \
 "
 
-SRC_URI[sha256sum] = 
"84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908"
+SRC_URI[sha256sum] = 
"b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c"
 
 inherit pypi setuptools3 pkgconfig
 
@@ -30,12 +32,12 @@ LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
 RDEPENDS:${PN} = "\
 freetype \
 libpng \
-python3-numpy \
-python3-pyparsing \
-python3-cycler \
-python3-dateutil \
-python3-kiwisolver \
-python3-pytz \
+${PYTHON_PN}-numpy \
+${PYTHON_PN}-pyparsing \
+${PYTHON_PN}-cycler \
+${PYTHON_PN}-dateutil \
+${PYTHON_PN}-kiwisolver \
+${PYTHON_PN}-pytz \
 "
 
 ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94297): 
https://lists.openembedded.org/g/openembedded-devel/message/94297
Mute This Topic: https://lists.openembedded.org/mt/87664221/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-wtforms: update to 3.0.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-wtforms_2.3.3.bb => python3-wtforms_3.0.0.bb} | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wtforms_2.3.3.bb => 
python3-wtforms_3.0.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb 
b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
rename to meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
index 6a9e46440..b63be8203 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
@@ -4,13 +4,16 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
-SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
-SRC_URI[sha256sum] = 
"81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
+SRC_URI[sha256sum] = 
"4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886"
 
 PYPI_PACKAGE = "WTForms"
 
 inherit pypi setuptools3
 
+DEPENDS += "\
+${PYTHON_PN}-pip-native \
+"
+
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-netserver \
 ${PYTHON_PN}-numbers \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94296): 
https://lists.openembedded.org/g/openembedded-devel/message/94296
Mute This Topic: https://lists.openembedded.org/mt/87663781/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-croniter: update to 1.1.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-croniter_1.0.15.bb => python3-croniter_1.1.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-croniter_1.0.15.bb => 
python3-croniter_1.1.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb 
b/meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb
index e4058caab..6ae657fe3 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.1.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = 
"a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73d58219"
+SRC_URI[sha256sum] = 
"4023e4d18ced979332369964351e8f4f608c1f7c763e146b1d740002c4245247"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94295): 
https://lists.openembedded.org/g/openembedded-devel/message/94295
Mute This Topic: https://lists.openembedded.org/mt/87663622/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-diskcache: update to 5.3.0

2021-12-11 Thread Oleksandr Kravchuk
License-Update: copyright years updated.

Signed-off-by: Oleksandr Kravchuk 
---
 ...python3-diskcache_5.2.1.bb => python3-diskcache_5.3.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-diskcache_5.2.1.bb => 
python3-diskcache_5.3.0.bb} (57%)

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb 
b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
index 4a028d769..55829bd1e 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.3.0.bb
@@ -1,13 +1,12 @@
 DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
 HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/";
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a3e7dd5bc8f0053fee7c5fe9692b932d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
 
-SRC_URI[sha256sum] = 
"1805acd5868ac10ad547208951a1190a0ab7bbff4e70f9a07cde4dbdfaa69f64"
+SRC_URI[sha256sum] = 
"3f1fa30b29fdff26cfddcb3ee7d61376903f82c769ea2907a2b82a5bfb8abbe2"
 
 PYPI_PACKAGE = "diskcache"
 
 inherit pypi setuptools3
 
 CLEANBROKEN = "1"
-
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94294): 
https://lists.openembedded.org/g/openembedded-devel/message/94294
Mute This Topic: https://lists.openembedded.org/mt/87663620/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-graphviz: update to 0.19

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-graphviz_0.18.bb => python3-graphviz_0.19.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-graphviz_0.18.bb => 
python3-graphviz_0.19.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-graphviz_0.18.bb
rename to meta-python/recipes-devtools/python/python3-graphviz_0.19.bb
index 200292d66..593cdb4e5 100644
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521"
 
-SRC_URI[sha256sum] = 
"0f04e5f939d3a839b524283d590e941892c56e75e60e0f5238c431264f490022"
+SRC_URI[sha256sum] = 
"b42554a1c47f24a9473b7f4e380d17b228586a067c97ea69d5354d6074be8dfd"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94293): 
https://lists.openembedded.org/g/openembedded-devel/message/94293
Mute This Topic: https://lists.openembedded.org/mt/87663617/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-iso8601: update to 1.0.2

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-iso8601_0.1.16.bb => python3-iso8601_1.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-iso8601_0.1.16.bb => 
python3-iso8601_1.0.2.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb 
b/meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb
rename to meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb
index 2923647c2..474c2a814 100644
--- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb
+++ b/meta-python/recipes-devtools/python/python3-iso8601_1.0.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
 
-SRC_URI[sha256sum] = 
"36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c6dc85b"
+SRC_URI[sha256sum] = 
"27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94292): 
https://lists.openembedded.org/g/openembedded-devel/message/94292
Mute This Topic: https://lists.openembedded.org/mt/87663612/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-lz4: update to 3.1.10

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-lz4_3.1.3.bb => python3-lz4_3.1.10.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lz4_3.1.3.bb => 
python3-lz4_3.1.10.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb 
b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb
rename to meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb
index b14484b78..b557529cc 100644
--- a/meta-python/recipes-devtools/python/python3-lz4_3.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb
@@ -8,7 +8,7 @@ DEPENDS += " \
 ${PYTHON_PN}-pkgconfig-native \
 "
 
-SRC_URI[sha256sum] = 
"081ef0a3b5941cb03127f314229a1c78bd70c9c220bb3f4dd80033e707feaa18"
+SRC_URI[sha256sum] = 
"439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94291): 
https://lists.openembedded.org/g/openembedded-devel/message/94291
Mute This Topic: https://lists.openembedded.org/mt/87663608/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pymetno: update to 0.9.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-pymetno_0.7.0.bb => python3-pymetno_0.9.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymetno_0.7.0.bb => 
python3-pymetno_0.9.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-pymetno_0.7.0.bb 
b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pymetno_0.7.0.bb
rename to meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb
index 20f40d98b..02e8935f0 100644
--- a/meta-python/recipes-devtools/python/python3-pymetno_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymetno_0.9.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d503272f52c35147ec960cb56a03bf4"
 
 SRC_URI = 
"git://github.com/Danielhiversen/pyMetno.git;protocol=https;branch=master"
-SRCREV = "15f1e887aaaba3bf243cc8f88eb761e0ad85c355"
+SRCREV = "3b18971fb882deaaebb9aa511627c5fc6fb97526"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94290): 
https://lists.openembedded.org/g/openembedded-devel/message/94290
Mute This Topic: https://lists.openembedded.org/mt/87663606/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-redis: update to 4.0.2

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-redis_3.5.3.bb => python3-redis_4.0.2.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-redis_3.5.3.bb => 
python3-redis_4.0.2.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb 
b/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
rename to meta-python/recipes-devtools/python/python3-redis_4.0.2.bb
index 92f6e3ed2..f39a72c60 100644
--- a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.0.2.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
-SRC_URI[sha256sum] = 
"0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
+SRC_URI[sha256sum] = 
"ccf692811f2c1fc7a92b466aa2599e4a6d2d73d5f736a2c70be600657c0da34a"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94289): 
https://lists.openembedded.org/g/openembedded-devel/message/94289
Mute This Topic: https://lists.openembedded.org/mt/87663604/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pywbem: update to 1.3.0

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../pywbem/{python3-pywbem_1.2.0.bb => python3-pywbem_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.2.0.bb => 
python3-pywbem_1.3.0.bb} (94%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb 
b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb
similarity index 94%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb
index a6ca4d5f8..26758427a 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.github.io";
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[sha256sum] = 
"8ef48185e0adbaeb9bd5181c4c5de951f6d58d54e2e1d7e87a9834e10eabe957"
+SRC_URI[sha256sum] = 
"5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94288): 
https://lists.openembedded.org/g/openembedded-devel/message/94288
Mute This Topic: https://lists.openembedded.org/mt/87663601/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] librdkafka: update to 1.8.2

2021-12-11 Thread Oleksandr Kravchuk
Dropped upstreamed patch.

Signed-off-by: Oleksandr Kravchuk 
---
 .../0001_fix_absolute_path_usage.patch| 83 ---
 ...ibrdkafka_1.6.1.bb => librdkafka_1.8.2.bb} | 14 ++--
 2 files changed, 6 insertions(+), 91 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
 rename meta-oe/recipes-support/librdkafka/{librdkafka_1.6.1.bb => 
librdkafka_1.8.2.bb} (60%)

diff --git 
a/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
 
b/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
deleted file mode 100644
index d60978661..0
--- 
a/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From dd06894a786edf4bea11dace50d7380b89dfaba5 Mon Sep 17 00:00:00 2001
-From: hasan.men 
-Date: Sun, 4 Apr 2021 17:20:32 +0200
-Subject: [PATCH] fix absolute path problem
-

- src/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index c6c05e06..e6c47374 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -176,7 +176,7 @@ if(MINGW)
- endif(MINGW)
- 
- # Support '#include '
--target_include_directories(rdkafka PUBLIC 
"$")
-+target_include_directories(rdkafka PUBLIC 
$ 
$)
- target_compile_definitions(rdkafka PUBLIC ${rdkafka_compile_definitions})
- if(RDKAFKA_BUILD_STATIC)
-   target_compile_definitions(rdkafka PUBLIC LIBRDKAFKA_STATICLIB)
-@@ -188,7 +188,7 @@ if(MINGW)
-   target_link_libraries(rdkafka PUBLIC crypt32 ws2_32 secur32)
- endif(MINGW)
- 
--if(WIN32)  
-+if(WIN32)
-   if(RDKAFKA_BUILD_STATIC)
- target_link_libraries(rdkafka PUBLIC crypt32)
-   else()
-@@ -207,13 +207,13 @@ endif()
- 
- if(WITH_ZLIB)
-   find_package(ZLIB REQUIRED)
--  target_include_directories(rdkafka PUBLIC ${ZLIB_INCLUDE_DIRS})
-+  target_include_directories(rdkafka PRIVATE ${ZLIB_INCLUDE_DIRS})
-   target_link_libraries(rdkafka PUBLIC ZLIB::ZLIB)
- endif()
- 
- if(WITH_ZSTD)
--  target_link_libraries(rdkafka PUBLIC ${ZSTD_LIBRARY})
--  target_include_directories(rdkafka PUBLIC ${ZSTD_INCLUDE_DIR})
-+  target_link_libraries(rdkafka PRIVATE ${ZSTD_LIBRARY})
-+  target_include_directories(rdkafka PRIVATE ${ZSTD_INCLUDE_DIR})
-   message(STATUS "Found ZSTD: ${ZSTD_LIBRARY}")
- endif()
- 
-@@ -222,12 +222,12 @@ if(WITH_SSL)
- if(NOT TARGET bundled-ssl)
-   message(FATAL_ERROR "bundled-ssl target not exist")
- endif()
--target_include_directories(rdkafka BEFORE PUBLIC 
${BUNDLED_SSL_INCLUDE_DIR})
-+target_include_directories(rdkafka BEFORE PRIVATE 
${BUNDLED_SSL_INCLUDE_DIR})
- target_link_libraries(rdkafka PUBLIC ${BUNDLED_SSL_LIBRARIES})
- add_dependencies(rdkafka bundled-ssl)
-   else()
- find_package(OpenSSL REQUIRED)
--target_include_directories(rdkafka PUBLIC ${OPENSSL_INCLUDE_DIR})
-+target_include_directories(rdkafka PRIVATE ${OPENSSL_INCLUDE_DIR})
- target_link_libraries(rdkafka PUBLIC OpenSSL::SSL OpenSSL::Crypto)
- get_target_property(OPENSSL_TARGET_TYPE OpenSSL::SSL TYPE)
- if(OPENSSL_CRYPTO_LIBRARY MATCHES "\\.a$")
-@@ -244,7 +244,7 @@ find_package(Threads REQUIRED)
- target_link_libraries(rdkafka PUBLIC Threads::Threads)
- 
- if(WITH_SASL_CYRUS)
--  target_include_directories(rdkafka PUBLIC ${SASL_INCLUDE_DIRS})
-+  target_include_directories(rdkafka PRIVATE ${SASL_INCLUDE_DIRS})
-   target_link_libraries(rdkafka PUBLIC ${SASL_LIBRARIES})
- endif()
- 
-@@ -253,7 +253,7 @@ if(WITH_LIBDL)
- endif()
- 
- if(WITH_LZ4_EXT)
--  target_include_directories(rdkafka PUBLIC ${LZ4_INCLUDE_DIRS})
-+  target_include_directories(rdkafka PRIVATE ${LZ4_INCLUDE_DIRS})
-   target_link_libraries(rdkafka PUBLIC LZ4::LZ4)
- endif()
- 
--- 
-2.17.1
\ No newline at end of file
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb 
b/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb
similarity index 60%
rename from meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb
rename to meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb
index ba235e9de..f9f3baaf2 100644
--- a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb
+++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb
@@ -1,16 +1,14 @@
 SUMMARY = "the Apache Kafka C/C++ client library"
-DESCRIPTION = "librdkafka is a C library implementation of the Apache Kafka 
protocol, providing Producer, Consumer and Admin clients."
+DESCRIPTION = "librdkafka is a C library implementation of the Apache Kafka 
protocol, \
+   providing Producer, Consumer and Admin clients."
 HOMEPAGE = "https://github.com/edenhill/librdkafka";
 SECTION = "libs"
 LICENSE = "BSD-2-Clause"
 
-LIC_FILES_CHKSUM = " \
-file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \
-"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2b

[oe] [meta-oe][PATCH] uftrace: update to 0.11

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../uftrace/{uftrace_0.10.bb => uftrace_0.11.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/uftrace/{uftrace_0.10.bb => uftrace_0.11.bb} 
(93%)

diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb 
b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb
similarity index 93%
rename from meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb
rename to meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb
index f7b952fc4..59c9dd4cb 100644
--- a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb
+++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb
@@ -10,8 +10,7 @@ DEPENDS:append:libc-musl = " argp-standalone"
 
 inherit autotools
 
-PV .= "+git${SRCPV}"
-SRCREV = "a5e5a51d32bdfe59af8b453ca08d78cbdf0b3c61"
+SRCREV = "304a492652dc0fd220f601167c4ebb30e2ae4a39"
 SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \
"
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94286): 
https://lists.openembedded.org/g/openembedded-devel/message/94286
Mute This Topic: https://lists.openembedded.org/mt/87660855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] soci: update to 4.0.2

2021-12-11 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...hen-SIGSTKSZ-is-no-longer-a-constant.patch | 42 +++
 .../soci/{soci_3.2.3.bb => soci_4.0.2.bb} | 11 ++---
 2 files changed, 45 insertions(+), 8 deletions(-)
 create mode 100644 
meta-oe/recipes-dbs/soci/soci/0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch
 rename meta-oe/recipes-dbs/soci/{soci_3.2.3.bb => soci_4.0.2.bb} (84%)

diff --git 
a/meta-oe/recipes-dbs/soci/soci/0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch
 
b/meta-oe/recipes-dbs/soci/soci/0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch
new file mode 100644
index 0..8e32ebb0b
--- /dev/null
+++ 
b/meta-oe/recipes-dbs/soci/soci/0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch
@@ -0,0 +1,42 @@
+From fae154eb209e068586e1adb589de5d273fcf4b4f Mon Sep 17 00:00:00 2001
+From: Denis Arnaud 
+Date: Tue, 18 May 2021 00:05:03 +0200
+Subject: [PATCH] Fix build when SIGSTKSZ is no longer a constant
+
+In the latest glibc versions SIGSTKSZ is not a constant any more, which
+broke building the tests with it.
+
+Work around this by hard-coding a typical value for it.
+
+closes #886.
+
+Upstream-Status: Backport.
+---
+ tests/catch.hpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/catch.hpp b/tests/catch.hpp
+index 014df2c5..85067813 100644
+--- a/tests/catch.hpp
 b/tests/catch.hpp
+@@ -6489,7 +6489,7 @@ namespace Catch {
+ static bool isSet;
+ static struct sigaction oldSigActions 
[sizeof(signalDefs)/sizeof(SignalDefs)];
+ static stack_t oldSigStack;
+-static char altStackMem[SIGSTKSZ];
++static char altStackMem[8192];
+ 
+ static void handleSignal( int sig ) {
+ std::string name = "";
+@@ -6540,7 +6540,7 @@ namespace Catch {
+ bool FatalConditionHandler::isSet = false;
+ struct sigaction 
FatalConditionHandler::oldSigActions[sizeof(signalDefs)/sizeof(SignalDefs)] = 
{};
+ stack_t FatalConditionHandler::oldSigStack = {};
+-char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
++char FatalConditionHandler::altStackMem[8192] = {};
+ 
+ } // namespace Catch
+ 
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-dbs/soci/soci_3.2.3.bb 
b/meta-oe/recipes-dbs/soci/soci_4.0.2.bb
similarity index 84%
rename from meta-oe/recipes-dbs/soci/soci_3.2.3.bb
rename to meta-oe/recipes-dbs/soci/soci_4.0.2.bb
index c218b7151..fb67e0c54 100644
--- a/meta-oe/recipes-dbs/soci/soci_3.2.3.bb
+++ b/meta-oe/recipes-dbs/soci/soci_4.0.2.bb
@@ -1,6 +1,3 @@
-# Copyright (C) 2015 Khem Raj 
-# Released under the MIT license (see COPYING.MIT for the terms)
-
 DESCRIPTION = "The C++ Database Access Library"
 HOMEPAGE = "http://soci.sourceforge.net";
 LICENSE = "BSL-1.0"
@@ -8,12 +5,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 SECTION = "libs"
 DEPENDS = "boost"
 
-
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BP}/${BP}.tar.gz \
-   file://soci_libdir.patch \
-  "
-SRC_URI[md5sum] = "acfbccf176cd20e06833a8037a2d3699"
-SRC_URI[sha256sum] = 
"2c659db0f4f7b424bbcffe195c03c293a1dbf676189a27b077fb2aab4d53a610"
+   file://0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch"
+SRC_URI[sha256sum] = 
"34da2d2320539463da8a5131253246fa2671e0438ab5fd1e5119edb428f558a5"
 
 TESTCONFIG = '-DSOCI_TEST_EMPTY_CONNSTR="dummy" 
-DSOCI_TEST_SQLITE3_CONNSTR="test.db" \
   -DSOCI_TEST_POSTGRESQL_CONNSTR:STRING="dbname=soci_test" \
@@ -29,6 +23,7 @@ PACKAGECONFIG[postgresql] = 
"-DSOCI_POSTGRESQL=ON,-DSOCI_POSTGRESQL=OFF,postgres
 PACKAGECONFIG[odbc] = "-DSOCI_ODBC=ON,-DSOCI_ODBC=OFF,,"
 PACKAGECONFIG[empty] = "-DSOCI_EMPTY=ON,-DSOCI_EMPTY=OFF,,"
 PACKAGECONFIG[oracle] = "-DWITH_ORACLE=ON --with-oracle-include=${OINCDIR} 
--with-oracle-lib=${OLIBDIR},-DWITH_ORACLE=OFF,,"
+PACKAGECONFIG[firebird] = "-DWITH_FIREBIRD=ON,-DWITH_FIREBIRD=OFF,,"
 PACKAGECONFIG[ptest] = "${TESTCONFIG},,,"
 
 # enable your backend by default we enable 'empty'
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94284): 
https://lists.openembedded.org/g/openembedded-devel/message/94284
Mute This Topic: https://lists.openembedded.org/mt/87659076/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] cpuid: update to 20211129

2021-12-09 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../cpuid/{cpuid_20201006.bb => cpuid_20211129.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/cpuid/{cpuid_20201006.bb => cpuid_20211129.bb} 
(90%)

diff --git a/meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb 
b/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb
similarity index 90%
rename from meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb
rename to meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb
index 1b42590f4..d1f125092 100644
--- a/meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb
+++ b/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \
"
-SRC_URI[sha256sum] = 
"13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6"
+SRC_URI[sha256sum] = 
"230772bb88c44732e68a42d2eff43bcff46d893bf4ea6e04151d4cb6e8c88e2f"
 
 COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94271): 
https://lists.openembedded.org/g/openembedded-devel/message/94271
Mute This Topic: https://lists.openembedded.org/mt/87631166/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] iwd: update to 1.20

2021-12-09 Thread Oleksandr Kravchuk
Changelog:
- Fix issue with handling Hotspot 2.0 requirements.
- Add support for evict_nocarrier setting during roaming.
- Add support for experimental NetworkConfigurationAgent API.

Signed-off-by: Oleksandr Kravchuk 
---
 meta-oe/recipes-connectivity/iwd/{iwd_1.19.bb => iwd_1.20.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/iwd/{iwd_1.19.bb => iwd_1.20.bb} (94%)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.19.bb 
b/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.19.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.20.bb
index 219dffe09..c8f5bb12b 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.19.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb
@@ -8,7 +8,7 @@ DEPENDS = "ell"
 SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \

file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
"
-SRC_URI[sha256sum] = 
"dd65a8795f6127fb1b9e29f2092686b0590a0d3738c2b90c792ccd320deaf966"
+SRC_URI[sha256sum] = 
"7d51e2ccabe7c500e44061ac725dbd4f6b0fb518b5e3de1681063d0f15d3050f"
 
 inherit autotools manpages pkgconfig python3native systemd
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94270): 
https://lists.openembedded.org/g/openembedded-devel/message/94270
Mute This Topic: https://lists.openembedded.org/mt/87631039/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH] bmon: fix PV

2021-12-09 Thread Oleksandr Kravchuk
The commit hash is pointing out to the tag v4.0, not 2.1.0.

Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-support/bmon/{bmon_2.1.0.bb => bmon_4.0.bb}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-networking/recipes-support/bmon/{bmon_2.1.0.bb => bmon_4.0.bb} 
(100%)

diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb 
b/meta-networking/recipes-support/bmon/bmon_4.0.bb
similarity index 100%
rename from meta-networking/recipes-support/bmon/bmon_2.1.0.bb
rename to meta-networking/recipes-support/bmon/bmon_4.0.bb
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94269): 
https://lists.openembedded.org/g/openembedded-devel/message/94269
Mute This Topic: https://lists.openembedded.org/mt/87630985/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome][PATCH] gtk4: set UPSTREAM_CHECK_REGEX to stable versions

2021-12-09 Thread Oleksandr Kravchuk
Check for even numbers only as odd ones are for development versions.

Signed-off-by: Oleksandr Kravchuk 
---
 meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb 
b/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb
index f15e2d58e..07ee853e1 100644
--- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb
+++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.4.0.bb
@@ -28,6 +28,8 @@ LIC_FILES_CHKSUM = " \
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
+UPSTREAM_CHECK_REGEX = "gtk-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
+
 SRC_URI = 
"http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz";
 SRC_URI[sha256sum] = 
"e0a1508f441686c3a20dfec48af533b19a4b2e017c18eaee31dccdb7d292505b"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94268): 
https://lists.openembedded.org/g/openembedded-devel/message/94268
Mute This Topic: https://lists.openembedded.org/mt/87630918/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome][PATCH] libnma: update to 1.8.32

2021-12-09 Thread Oleksandr Kravchuk
Changelog:
* Fix crash in PKCS11 login dialog.
* Fix clearing password when restoring a valid configuration
  to be displayed to a user.

Signed-off-by: Oleksandr Kravchuk 
---
 .../libnma/{libnma_1.8.30.bb => libnma_1.8.32.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-gnome/recipes-connectivity/libnma/{libnma_1.8.30.bb => 
libnma_1.8.32.bb} (87%)

diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb 
b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb
similarity index 87%
rename from meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb
rename to meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb
index fffd2b7df..747c67b03 100644
--- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb
@@ -10,8 +10,7 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala 
features_check
 REQUIRED_DISTRO_FEATURES = 
"${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}"
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.md5sum] = "e1ccac96405861ecab195be5524baae6"
-SRC_URI[archive.sha256sum] = 
"da33e72a49e07d855d97a52aa9a8962a4c96f52b9168c4e0027117ad8ffdafb4"
+SRC_URI[archive.sha256sum] = 
"0a57b93a2fad43acc763f320dd3a7a93c429b0e3118dfa549d67824cddc4e905"
 
 PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
 PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94267): 
https://lists.openembedded.org/g/openembedded-devel/message/94267
Mute This Topic: https://lists.openembedded.org/mt/87630682/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] python3: udpate to 3.10.1

2021-12-07 Thread Oleksandr Kravchuk
Refreshed patches.

Signed-off-by: Oleksandr Kravchuk 
---
 ...ib-termcap-to-linker-flags-to-avoid-.patch |  6 ++---
 ...hell-version-of-python-config-that-w.patch |  7 +++---
 ...-search-system-for-headers-libraries.patch |  6 ++---
 ...e-stdin-I-O-errors-same-way-as-maste.patch |  8 +++
 ...-use-prefix-value-from-build-configu.patch |  8 +++
 ...file-do-not-compile-.pyc-in-parallel.patch |  7 +++---
 ...-qemu-wrapper-when-gathering-profile.patch |  7 +++---
 ...sts-due-to-load-variability-on-YP-AB.patch | 17 ++---
 ...FLAG_REF-always-for-interned-strings.patch |  4 ++--
 ...-detection-of-mips-architecture-for-.patch | 20 +++-
 ...fig-append-STAGING_LIBDIR-python-sys.patch |  4 ++--
 ...asename-to-replace-CC-for-checking-c.patch | 24 +--
 ...g.py-use-platlibdir-also-for-purelib.patch |  8 +++
 ...pes.test_find-skip-without-tools-sdk.patch |  7 +++---
 ...le.py-correct-the-test-output-format.patch | 14 +--
 ...report-missing-dependencies-for-disa.patch | 10 
 ...up.py-do-not-add-a-curses-include-pa.patch | 11 +
 ...tutils-prefix-is-inside-staging-area.patch |  6 ++---
 .../python3/avoid_warning_about_tkinter.patch |  6 ++---
 .../python/python3/cgi_py.patch   |  4 ++--
 .../python/python3/crosspythonpath.patch  | 15 +---
 .../python/python3/makerace.patch |  6 ++---
 .../python/python3/python-config.patch| 10 
 .../{python3_3.10.0.bb => python3_3.10.1.bb}  |  2 +-
 24 files changed, 109 insertions(+), 108 deletions(-)
 rename meta/recipes-devtools/python/{python3_3.10.0.bb => python3_3.10.1.bb} 
(99%)

diff --git 
a/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
 
b/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
index 59592821d7..62ef6efc28 100644
--- 
a/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
+++ 
b/meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
@@ -1,4 +1,4 @@
-From 039c53dd5baddec3359a05be0bff46a3b32bbb84 Mon Sep 17 00:00:00 2001
+From 80f872e4573f542d33f9151453877d566f79 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Fri, 25 Jan 2019 19:04:13 +0100
 Subject: [PATCH] Do not add /usr/lib/termcap to linker flags to avoid host
@@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 
  1 file changed, 1 deletion(-)
 
 diff --git a/setup.py b/setup.py
-index 20d7f35..ab18ff0 100644
+index 43e807f..11b5cf5 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -957,7 +957,6 @@ class PyBuildExt(build_ext):
+@@ -1149,7 +1149,6 @@ class PyBuildExt(build_ext):
   'termcap'):
  readline_libs.append('termcap')
  self.add(Extension('readline', ['readline.c'],
diff --git 
a/meta/recipes-devtools/python/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch
 
b/meta/recipes-devtools/python/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch
index 83fd52d87f..d98f243cb1 100644
--- 
a/meta/recipes-devtools/python/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch
+++ 
b/meta/recipes-devtools/python/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch
@@ -1,4 +1,4 @@
-From 148861fa16f2aaacd518770f337ea54b5182f981 Mon Sep 17 00:00:00 2001
+From 2406432449784243b7590009d42bd0e871253b2e Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Tue, 29 Jan 2019 15:03:01 +0100
 Subject: [PATCH] Do not use the shell version of python-config that was
@@ -9,15 +9,16 @@ outputs directories correctly.
 
 Upstream-Status: Inappropriate [oe-specific]
 Signed-off-by: Alexander Kanavin 
+
 ---
  Makefile.pre.in | 9 +++--
  1 file changed, 3 insertions(+), 6 deletions(-)
 
 diff --git a/Makefile.pre.in b/Makefile.pre.in
-index 2d2e11f..cc19942 100644
+index ee85f35..f0aedb7 100644
 --- a/Makefile.pre.in
 +++ b/Makefile.pre.in
-@@ -1431,12 +1431,9 @@ python-config: $(srcdir)/Misc/python-config.in 
Misc/python-config.sh
+@@ -1640,12 +1640,9 @@ python-config: $(srcdir)/Misc/python-config.in 
Misc/python-config.sh
sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < 
$(srcdir)/Misc/python-config.in >python-config.py
@ # Replace makefile compat. variable references with shell script 
compat. ones; $(VAR) -> ${VAR}
LC_ALL=C sed -e 's,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g' < 
Misc/python-config.sh >python-config
diff --git 
a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
 
b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
index 46179ba1d1..27a5992880 100644
--- 
a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch

[oe] [meta-oe][PATCH] fb-test: fix SRC_URI

2021-12-05 Thread Oleksandr Kravchuk
Original repo doesn't exist any more. Even though I couldn't find any
new official repo, this is the only one on github that contains used
commit hash.

Signed-off-by: Oleksandr Kravchuk 
---
 .../recipes-test/fbtest/{fb-test_git.bb => fb-test_1.1.0.bb}  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-oe/recipes-test/fbtest/{fb-test_git.bb => fb-test_1.1.0.bb} (82%)

diff --git a/meta-oe/recipes-test/fbtest/fb-test_git.bb 
b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
similarity index 82%
rename from meta-oe/recipes-test/fbtest/fb-test_git.bb
rename to meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
index 299213572..14ab41b14 100644
--- a/meta-oe/recipes-test/fbtest/fb-test_git.bb
+++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
@@ -1,12 +1,10 @@
 SUMMARY = "Test suite for Linux framebuffer"
 
-PV = "1.1.0"
-
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
 SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
-SRC_URI = 
"git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https"
+SRC_URI = 
"git://github.com//ponty/fb-test-app.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#94211): 
https://lists.openembedded.org/g/openembedded-devel/message/94211
Mute This Topic: https://lists.openembedded.org/mt/87525452/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH] wolfssl: update to 5.0.0

2021-11-07 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../wolfssl/{wolfssl_4.7.1.bb => wolfssl_5.0.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_4.7.1.bb => 
wolfssl_5.0.0.bb} (91%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb 
b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.0.0.bb
similarity index 91%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.0.0.bb
index bb1fafabe..ba4c774fa 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.0.0.bb
@@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 PROVIDES += "cyassl"
 RPROVIDES:${PN} = "cyassl"
 
-SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \
-"
-SRCREV = "95b91d89133a712a3d0f389442924612c103da24"
+SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
+SRCREV = "7e01af012157bc20c840011a018619915380f05c"
+
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93864): 
https://lists.openembedded.org/g/openembedded-devel/message/93864
Mute This Topic: https://lists.openembedded.org/mt/86881211/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] liburing: update to 2.1

2021-10-29 Thread Oleksandr Kravchuk
Removed upstreamed patcches.

Signed-off-by: Oleksandr Kravchuk 
---
 ...es-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch | 37 -
 ...ility-issue-when-using-__NR_mmap-sys.patch | 53 ---
 .../{liburing_2.0.bb => liburing_2.1.bb}  |  7 +--
 3 files changed, 2 insertions(+), 95 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/liburing/liburing/0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch
 delete mode 100644 
meta-oe/recipes-support/liburing/liburing/0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch
 rename meta-oe/recipes-support/liburing/{liburing_2.0.bb => liburing_2.1.bb} 
(83%)

diff --git 
a/meta-oe/recipes-support/liburing/liburing/0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch
 
b/meta-oe/recipes-support/liburing/liburing/0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch
deleted file mode 100644
index a2ba66c3a..0
--- 
a/meta-oe/recipes-support/liburing/liburing/0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a30d62dfb9ea30af58ef331fae1e6f727d0558c0 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Tue, 4 May 2021 10:32:08 -0700
-Subject: [PATCH] examples/ucontext-cp.c: Do not use SIGSTKSZ
-
-glibc 2.34 has removed SIGSTKSZ therefore we replace it
-
-Signed-off-by: Khem Raj 

- examples/ucontext-cp.c | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
 a/examples/ucontext-cp.c
-+++ b/examples/ucontext-cp.c
-@@ -3,6 +3,7 @@
-  * gcc -Wall -O2 -D_GNU_SOURCE -o ucontext-cp ucontext-cp.c -luring
-  */
- #define _POSIX_C_SOURCE 199309L
-+#include 
- #include 
- #include 
- #include 
-@@ -22,13 +23,9 @@
- #define QD64
- #define BS1024
- 
--#ifndef SIGSTKSZ
--#define SIGSTKSZ 8192
--#endif
--
- typedef struct {
-   struct io_uring *ring;
--  unsigned char stack_buf[SIGSTKSZ];
-+  max_align_t stack_buf[(8 * 1024 + sizeof (max_align_t) - 1) / sizeof 
(max_align_t)];
-   ucontext_t ctx_main, ctx_fnew;
- } async_context;
- 
diff --git 
a/meta-oe/recipes-support/liburing/liburing/0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch
 
b/meta-oe/recipes-support/liburing/liburing/0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch
deleted file mode 100644
index f2f03c18b..0
--- 
a/meta-oe/recipes-support/liburing/liburing/0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 2d3940163e14d183fddc4d8b24cc1d3865bba0b3 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Wed, 5 May 2021 09:36:36 -0700
-Subject: [PATCH] tests: fix portability issue when using __NR_mmap syscall
-
-On some architectures e.g. ARM and RISCV32, __NR_mmap does not exist and
-libc will then use NR_mmap2 to implement mmap() API, therefore use
-system C library mmap() API instead of calling the syscall directly
-
-Upstream-Status: Partial Backport 
[https://github.com/axboe/liburing/commit/808b6c72ab753bda0c300b5683cfd31750d1d49b]
-Signed-off-by: Khem Raj 

- test/double-poll-crash.c   | 6 +++---
- test/sqpoll-disable-exit.c | 6 +++---
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/test/double-poll-crash.c b/test/double-poll-crash.c
-index 1a219c7..6e08285 100644
 a/test/double-poll-crash.c
-+++ b/test/double-poll-crash.c
-@@ -150,9 +150,9 @@ int main(int argc, char *argv[])
-   if (argc > 1)
- return 0;
- 
--  syscall(__NR_mmap, 0x1000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
--  syscall(__NR_mmap, 0x2000ul, 0x100ul, 7ul, 0x32ul, -1, 0ul);
--  syscall(__NR_mmap, 0x2100ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
-+  mmap((void *) 0x1000, (size_t) 0x1000, PROT_NONE, MAP_FIXED | 
MAP_ANONYMOUS, -1, 0);
-+  mmap((void *) 0x2000, (size_t) 0x100,  PROT_READ | PROT_WRITE | 
PROT_EXEC, MAP_FIXED | MAP_ANONYMOUS, -1, 0);
-+  mmap((void *) 0x2100, (size_t) 0x1000, PROT_NONE, MAP_FIXED | 
MAP_ANONYMOUS, -1, 0);
-   intptr_t res = 0;
-   *(uint32_t*)0x2484 = 0;
-   *(uint32_t*)0x2488 = 0;
-diff --git a/test/sqpoll-disable-exit.c b/test/sqpoll-disable-exit.c
-index d4e17f8..a0d00cc 100644
 a/test/sqpoll-disable-exit.c
-+++ b/test/sqpoll-disable-exit.c
-@@ -223,9 +223,9 @@ void execute_one(void)
- }
- int main(void)
- {
--  syscall(__NR_mmap, 0x1000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
--  syscall(__NR_mmap, 0x2000ul, 0x100ul, 7ul, 0x32ul, -1, 0ul);
--  syscall(__NR_mmap, 0x2100ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul);
-+  mmap((void *) 0x1000, (size_t) 0x1000, PROT_NONE, MAP_FIXED | 
MAP_ANONYMOUS, -1, 0);
-+  mmap((void *) 0x2000, (size_t) 0x100,  PROT_READ | PROT_WRITE | 
PROT_EXEC, MAP_FIXED | MAP_ANONYMOUS, -1, 0);
-+  mmap((void *) 0x2100, (size_t) 0x1000, PROT_NONE, MAP_FIXED | 
MAP_ANONYMOUS, -1, 0);
-   loop();
-   return 0;
- }
--- 
-2.31.1
-
diff --git a/meta-oe/recipes-support/liburing/liburing_2.0.bb 
b/meta-oe/recipes-support/liburing/liburing_2.1.bb
similarity index 83%
rename from meta-oe/recipes-support/liburing/lib

[oe] [meta-python][PATCH] python3-google-api-core: update to 2.2.0

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...oogle-api-core_2.1.1.bb => python3-google-api-core_2.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.1.1.bb 
=> python3-google-api-core_2.2.0.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb
index 34489af72..d6293613b 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"646d9399c3c478fe475cfe523e84572ab31a340814ea977fb2774eca5a6549a2"
+SRC_URI[sha256sum] = 
"dca67b5e369a5127ec00c8ea02de48517e39c1aad882e2e6d85da8050520cab6"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-asyncio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93649): 
https://lists.openembedded.org/g/openembedded-devel/message/93649
Mute This Topic: https://lists.openembedded.org/mt/86673045/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-google-api-python-client: update to 2.28.0

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...ent_2.27.0.bb => python3-google-api-python-client_2.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.27.0.bb 
=> python3-google-api-python-client_2.28.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.27.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.28.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.27.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.28.0.bb
index 41ab48c6b..19ae3cba3 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.27.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.28.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"659e9955f0f1e02fcce5dec85622eb5af1807572ef0f09c49d68d8426da670e7"
+SRC_URI[sha256sum] = 
"07e6fdfc489a452d79c5efdc4cc2d5cfd7f7aa207dec82786bfcc436b208e027"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93648): 
https://lists.openembedded.org/g/openembedded-devel/message/93648
Mute This Topic: https://lists.openembedded.org/mt/86673044/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-imageio: update to 2.10.1

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-imageio_2.9.0.bb => python3-imageio_2.10.1.bb}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.9.0.bb => 
python3-imageio_2.10.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb 
b/meta-python/recipes-devtools/python/python3-imageio_2.10.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.10.1.bb
index 2783669b4..ea9ed1869 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.10.1.bb
@@ -6,8 +6,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9543b6af3e6b53f9b7fb68f71d"
 
 
-SRC_URI[md5sum] = "d22757338542e3742a335cea6210e419"
-SRC_URI[sha256sum] = 
"52ddbaeca2dccf53ba2d6dec5676ca7bc3b2403ef8b37f7da78b7654bb3e10f0"
+SRC_URI[sha256sum] = 
"1fbf909bac3f07faabd05a3f71b3c49428709c3c55f43770a3f76e0eb1b525d1"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93647): 
https://lists.openembedded.org/g/openembedded-devel/message/93647
Mute This Topic: https://lists.openembedded.org/mt/86673043/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-pybind11: update to 2.8.1

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-pybind11_2.7.0.bb => python3-pybind11_2.8.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pybind11_2.7.0.bb => 
python3-pybind11_2.8.1.bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb 
b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb
rename to meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
index 348af6ec9..e954dbfb2 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_2.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/pybind/pybind11.git \
file://0001-Do-not-strip-binaries.patch \
file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \
 "
-SRCREV = "65e95ea8675ea34bdd566d6461330f25c651e5a8"
+SRCREV = "f7b499615e14d70ab098a20deb0cdb3889998a1a"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93646): 
https://lists.openembedded.org/g/openembedded-devel/message/93646
Mute This Topic: https://lists.openembedded.org/mt/86673041/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH 1/2] python3-protobuf: update to 3.19.0

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-protobuf_3.18.1.bb => python3-protobuf_3.19.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-protobuf_3.18.1.bb => 
python3-protobuf_3.19.0.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.18.1.bb 
b/meta-python/recipes-devtools/python/python3-protobuf_3.19.0.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-protobuf_3.18.1.bb
rename to meta-python/recipes-devtools/python/python3-protobuf_3.19.0.bb
index 8ecb3ab6e..4ef51c6c2 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.18.1.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.19.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=19e8f490f9526b1de8
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"1c9bb40503751087300dd12ce2e90899d68628977905c76effc48e66d089391e"
+SRC_URI[sha256sum] = 
"6a1dc6584d24ef86f5b104bcad64fa0fe06ed36e5687f426e0445d363a041d18"
 
 # http://errors.yoctoproject.org/Errors/Details/184715/
 # Can't find required file: ../src/google/protobuf/descriptor.proto
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93644): 
https://lists.openembedded.org/g/openembedded-devel/message/93644
Mute This Topic: https://lists.openembedded.org/mt/86673026/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH 2/2] protobuf: update to 3.19.0

2021-10-29 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../protobuf/{protobuf_3.18.0.bb => protobuf_3.19.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_3.18.0.bb => 
protobuf_3.19.0.bb} (98%)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.18.0.bb 
b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.0.bb
similarity index 98%
rename from meta-oe/recipes-devtools/protobuf/protobuf_3.18.0.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_3.19.0.bb
index 46ebef978..94e8695af 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.18.0.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.0.bb
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
 DEPENDS = "zlib"
 DEPENDS:append:class-target = " protobuf-native"
 
-SRCREV = "89b14b1d16eba4d44af43256fc45b24a6a348557"
+SRCREV = "17b30e96476be70b8773b2b807bab857fd3ceb39"
 
-SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.18.x \
+SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x \
file://run-ptest \
file://0001-protobuf-fix-configure-error.patch \

file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93645): 
https://lists.openembedded.org/g/openembedded-devel/message/93645
Mute This Topic: https://lists.openembedded.org/mt/86673027/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH v2] hiredis: update to 1.0.2

2021-10-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...0001-CMake-configuration-for-hiredis.patch | 117 --
 ...001-Makefile-remove-hardcoding-of-CC.patch |  28 -
 .../hiredis/hiredis_0.14.0.bb |  24 
 .../recipes-extended/hiredis/hiredis_1.0.2.bb |  13 ++
 4 files changed, 13 insertions(+), 169 deletions(-)
 delete mode 100644 
meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
 delete mode 100644 
meta-oe/recipes-extended/hiredis/files/0001-Makefile-remove-hardcoding-of-CC.patch
 delete mode 100644 meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb
 create mode 100644 meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb

diff --git 
a/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
 
b/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
deleted file mode 100644
index 139d13f4c..0
--- 
a/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-From 2dc0c7e4a3fa7ecc92ee5e22f1d8ee48c2b333a8 Mon Sep 17 00:00:00 2001
-From: Thomas Lee 
-Date: Sun, 4 Nov 2018 22:59:09 +
-Subject: [PATCH] CMake configuration for hiredis
-
-Last-Update: 2018-09-26
-
-Upstream-Status: Backport [Ubuntu 20.04]

- HiredisConfig.cmake.in|  5 +
- HiredisConfigVersion.cmake.in | 22 ++
- Makefile  | 17 -
- 3 files changed, 43 insertions(+), 1 deletion(-)
- create mode 100644 HiredisConfig.cmake.in
- create mode 100644 HiredisConfigVersion.cmake.in
-
-diff --git a/HiredisConfig.cmake.in b/HiredisConfig.cmake.in
-new file mode 100644
-index 000..2cce290
 /dev/null
-+++ b/HiredisConfig.cmake.in
-@@ -0,0 +1,5 @@
-+find_path(HIREDIS_INCLUDE_DIRS hiredis/hiredis.h HINTS "/usr/include")
-+find_library(HIREDIS_LIB_HIREDIS NAMES hiredis HINTS "/usr/lib")
-+
-+set(HIREDIS_LIBRARIES ${HIREDIS_LIB_HIREDIS})
-+
-diff --git a/HiredisConfigVersion.cmake.in b/HiredisConfigVersion.cmake.in
-new file mode 100644
-index 000..584144a
 /dev/null
-+++ b/HiredisConfigVersion.cmake.in
-@@ -0,0 +1,22 @@
-+set(PACKAGE_VERSION "@HIREDIS_VERSION@")
-+
-+string(REPLACE "." ";" HIREDIS_VERSION_COMPONENTS ${PACKAGE_VERSION})
-+string(REPLACE "." ";" REQUESTED_VERSION_COMPONENTS ${PACKAGE_FIND_VERSION})
-+
-+list(GET HIREDIS_VERSION_COMPONENTS 0 HIREDIS_VERSION_MAJOR)
-+list(GET HIREDIS_VERSION_COMPONENTS 1 HIREDIS_VERSION_MINOR)
-+
-+list(GET REQUESTED_VERSION_COMPONENTS 0 REQUESTED_VERSION_MAJOR)
-+list(GET REQUESTED_VERSION_COMPONENTS 1 REQUESTED_VERSION_MINOR)
-+
-+if(("${HIREDIS_VERSION_MAJOR}" EQUAL "${REQUESTED_VERSION_MAJOR}") AND
-+(("${HIREDIS_VERSION_MINOR}" EQUAL "${REQUESTED_VERSION_MINOR}") OR
-+ ("${HIREDIS_VERSION_MINOR}" GREATER "${REQUESTED_VERSION_MINOR}")))
-+set(PACKAGE_VERSION_COMPATIBLE TRUE)
-+if("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
-+set(PACKAGE_VERSION_EXACT TRUE)
-+endif()
-+else()
-+set(PACKAGE_VERSION_COMPATIBLE FALSE)
-+endif()
-+
-diff --git a/Makefile b/Makefile
-index 339727f..43704cd 100644
 a/Makefile
-+++ b/Makefile
-@@ -8,6 +8,8 @@ EXAMPLES=hiredis-example hiredis-example-libevent 
hiredis-example-libev hiredis-
- TESTS=hiredis-test
- LIBNAME=libhiredis
- PKGCONFNAME=hiredis.pc
-+CMAKECONFNAME=HiredisConfig.cmake
-+CMAKEVERSNAME=HiredisConfigVersion.cmake
- 
- HIREDIS_MAJOR=$(shell grep HIREDIS_MAJOR hiredis.h | awk '{print $$3}')
- HIREDIS_MINOR=$(shell grep HIREDIS_MINOR hiredis.h | awk '{print $$3}')
-@@ -19,9 +21,11 @@ PREFIX?=/usr/local
- INCLUDE_PATH?=include/hiredis
- LIBRARY_PATH?=lib
- PKGCONF_PATH?=pkgconfig
-+CMAKE_PATH?=cmake/Hiredis
- INSTALL_INCLUDE_PATH= $(DESTDIR)$(PREFIX)/$(INCLUDE_PATH)
- INSTALL_LIBRARY_PATH= $(DESTDIR)$(PREFIX)/$(LIBRARY_PATH)
- INSTALL_PKGCONF_PATH= $(INSTALL_LIBRARY_PATH)/$(PKGCONF_PATH)
-+INSTALL_CMAKE_PATH= $(INSTALL_LIBRARY_PATH)/$(CMAKE_PATH)
- 
- # redis-server configuration used for testing
- REDIS_PORT=56379
-@@ -150,6 +154,7 @@ check: hiredis-test
- 
- clean:
-   rm -rf $(DYLIBNAME) $(STLIBNAME) $(TESTS) $(PKGCONFNAME) 
examples/hiredis-example* *.o *.gcda *.gcno *.gcov
-+  rm -f $(CMAKECONFNAME) $(CMAKEVERSNAME)
- 
- dep:
-   $(CC) -MM *.c
-@@ -169,7 +174,14 @@ $(PKGCONFNAME): hiredis.h
-   @echo Libs: -L\$${libdir} -lhiredis >> $@
-   @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
- 
--install: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
-+$(CMAKECONFNAME): $(CMAKECONFNAME).in
-+  cp $(CMAKECONFNAME).in $(CMAKECONFNAME)
-+
-+$(CMAKEVERSNAME): $(CMAKEVERSNAME).in
-+  sed -e 
"s,@HIREDIS_VERSION@,$(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH),g" \
-+  $(CMAKEVERSNAME).in >$(CMAKEVERSNAME)
-+
-+instal

[oe] [meta-oe][PATCH] hiredis: update to 1.0.2

2021-10-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...0001-CMake-configuration-for-hiredis.patch | 117 --
 ...001-Makefile-remove-hardcoding-of-CC.patch |  28 -
 .../hiredis/hiredis_0.14.0.bb |  24 
 .../recipes-extended/hiredis/hiredis_1.0.2.bb |  14 +++
 4 files changed, 14 insertions(+), 169 deletions(-)
 delete mode 100644 
meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
 delete mode 100644 
meta-oe/recipes-extended/hiredis/files/0001-Makefile-remove-hardcoding-of-CC.patch
 delete mode 100644 meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb
 create mode 100644 meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb

diff --git 
a/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
 
b/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
deleted file mode 100644
index 139d13f4c..0
--- 
a/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-From 2dc0c7e4a3fa7ecc92ee5e22f1d8ee48c2b333a8 Mon Sep 17 00:00:00 2001
-From: Thomas Lee 
-Date: Sun, 4 Nov 2018 22:59:09 +
-Subject: [PATCH] CMake configuration for hiredis
-
-Last-Update: 2018-09-26
-
-Upstream-Status: Backport [Ubuntu 20.04]

- HiredisConfig.cmake.in|  5 +
- HiredisConfigVersion.cmake.in | 22 ++
- Makefile  | 17 -
- 3 files changed, 43 insertions(+), 1 deletion(-)
- create mode 100644 HiredisConfig.cmake.in
- create mode 100644 HiredisConfigVersion.cmake.in
-
-diff --git a/HiredisConfig.cmake.in b/HiredisConfig.cmake.in
-new file mode 100644
-index 000..2cce290
 /dev/null
-+++ b/HiredisConfig.cmake.in
-@@ -0,0 +1,5 @@
-+find_path(HIREDIS_INCLUDE_DIRS hiredis/hiredis.h HINTS "/usr/include")
-+find_library(HIREDIS_LIB_HIREDIS NAMES hiredis HINTS "/usr/lib")
-+
-+set(HIREDIS_LIBRARIES ${HIREDIS_LIB_HIREDIS})
-+
-diff --git a/HiredisConfigVersion.cmake.in b/HiredisConfigVersion.cmake.in
-new file mode 100644
-index 000..584144a
 /dev/null
-+++ b/HiredisConfigVersion.cmake.in
-@@ -0,0 +1,22 @@
-+set(PACKAGE_VERSION "@HIREDIS_VERSION@")
-+
-+string(REPLACE "." ";" HIREDIS_VERSION_COMPONENTS ${PACKAGE_VERSION})
-+string(REPLACE "." ";" REQUESTED_VERSION_COMPONENTS ${PACKAGE_FIND_VERSION})
-+
-+list(GET HIREDIS_VERSION_COMPONENTS 0 HIREDIS_VERSION_MAJOR)
-+list(GET HIREDIS_VERSION_COMPONENTS 1 HIREDIS_VERSION_MINOR)
-+
-+list(GET REQUESTED_VERSION_COMPONENTS 0 REQUESTED_VERSION_MAJOR)
-+list(GET REQUESTED_VERSION_COMPONENTS 1 REQUESTED_VERSION_MINOR)
-+
-+if(("${HIREDIS_VERSION_MAJOR}" EQUAL "${REQUESTED_VERSION_MAJOR}") AND
-+(("${HIREDIS_VERSION_MINOR}" EQUAL "${REQUESTED_VERSION_MINOR}") OR
-+ ("${HIREDIS_VERSION_MINOR}" GREATER "${REQUESTED_VERSION_MINOR}")))
-+set(PACKAGE_VERSION_COMPATIBLE TRUE)
-+if("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}")
-+set(PACKAGE_VERSION_EXACT TRUE)
-+endif()
-+else()
-+set(PACKAGE_VERSION_COMPATIBLE FALSE)
-+endif()
-+
-diff --git a/Makefile b/Makefile
-index 339727f..43704cd 100644
 a/Makefile
-+++ b/Makefile
-@@ -8,6 +8,8 @@ EXAMPLES=hiredis-example hiredis-example-libevent 
hiredis-example-libev hiredis-
- TESTS=hiredis-test
- LIBNAME=libhiredis
- PKGCONFNAME=hiredis.pc
-+CMAKECONFNAME=HiredisConfig.cmake
-+CMAKEVERSNAME=HiredisConfigVersion.cmake
- 
- HIREDIS_MAJOR=$(shell grep HIREDIS_MAJOR hiredis.h | awk '{print $$3}')
- HIREDIS_MINOR=$(shell grep HIREDIS_MINOR hiredis.h | awk '{print $$3}')
-@@ -19,9 +21,11 @@ PREFIX?=/usr/local
- INCLUDE_PATH?=include/hiredis
- LIBRARY_PATH?=lib
- PKGCONF_PATH?=pkgconfig
-+CMAKE_PATH?=cmake/Hiredis
- INSTALL_INCLUDE_PATH= $(DESTDIR)$(PREFIX)/$(INCLUDE_PATH)
- INSTALL_LIBRARY_PATH= $(DESTDIR)$(PREFIX)/$(LIBRARY_PATH)
- INSTALL_PKGCONF_PATH= $(INSTALL_LIBRARY_PATH)/$(PKGCONF_PATH)
-+INSTALL_CMAKE_PATH= $(INSTALL_LIBRARY_PATH)/$(CMAKE_PATH)
- 
- # redis-server configuration used for testing
- REDIS_PORT=56379
-@@ -150,6 +154,7 @@ check: hiredis-test
- 
- clean:
-   rm -rf $(DYLIBNAME) $(STLIBNAME) $(TESTS) $(PKGCONFNAME) 
examples/hiredis-example* *.o *.gcda *.gcno *.gcov
-+  rm -f $(CMAKECONFNAME) $(CMAKEVERSNAME)
- 
- dep:
-   $(CC) -MM *.c
-@@ -169,7 +174,14 @@ $(PKGCONFNAME): hiredis.h
-   @echo Libs: -L\$${libdir} -lhiredis >> $@
-   @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
- 
--install: $(DYLIBNAME) $(STLIBNAME) $(PKGCONFNAME)
-+$(CMAKECONFNAME): $(CMAKECONFNAME).in
-+  cp $(CMAKECONFNAME).in $(CMAKECONFNAME)
-+
-+$(CMAKEVERSNAME): $(CMAKEVERSNAME).in
-+  sed -e 
"s,@HIREDIS_VERSION@,$(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH),g" \
-+  $(CMAKEVERSNAME).in >$(CMAKEVERSNAME)
-+
-+instal

[oe] [meta-oe][PATCH] redis-plus-plus: update to 1.3.2

2021-10-26 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...lus-plus_1.2.2.bb => redis-plus-plus_1.3.2.bb} | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-extended/redis-plus-plus/{redis-plus-plus_1.2.2.bb => 
redis-plus-plus_1.3.2.bb} (75%)

diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb 
b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb
similarity index 75%
rename from meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb
rename to meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb
index 0870c6629..2a6bb57ed 100644
--- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb
+++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb
@@ -1,18 +1,21 @@
 DESCRIPTION = "C++ client for Redis based on hiredis"
 HOMEPAGE = "https://github.com/sewenew/redis-plus-plus";
 SECTION = "libs"
-
-DEPENDS += "hiredis"
-RDEPENDS:${PN} += "hiredis"
-
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "8ac506e6eb0e5c5b2625785b67400bde705773a1"
+
 SRC_URI = "git://github.com/sewenew/redis-plus-plus"
+SRCREV = "e29c63db54653a660d7a0f556f670b7a6fce0a78"
 
 S = "${WORKDIR}/git"
 
 inherit cmake
 
+DEPENDS += "hiredis"
+
+RDEPENDS:${PN} += "hiredis"
+
 FILES_SOLIBSDEV = ""
-FILES:${PN} += " ${libdir}/libredis++.so"
+FILES:${PN} += " ${libdir}/libredis++.so*"
+
+INSANE_SKIP:${PN} += "dev-so"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93608): 
https://lists.openembedded.org/g/openembedded-devel/message/93608
Mute This Topic: https://lists.openembedded.org/mt/86610492/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] leptonica: update to 1.82.0

2021-10-24 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../leptonica/{leptonica_1.80.0.bb => leptonica_1.82.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/leptonica/{leptonica_1.80.0.bb => 
leptonica_1.82.0.bb} (83%)

diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb 
b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb
similarity index 83%
rename from meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb
rename to meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb
index a861bba5b..c0a2b45a4 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.80.0.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = 
"file://leptonica-license.txt;md5=809b282cea2df68975fbe0ffe02
 UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases";
 
 SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz";
-SRC_URI[md5sum] = "d640d684234442a84c9e8902f0b3ff36"
-SRC_URI[sha256sum] = 
"ec9c46c2aefbb960fb6a6b7f800fe39de48343437b6ce08e30a8d9688ed14ba4"
+SRC_URI[sha256sum] = 
"155302ee914668c27b6fe3ca9ff2da63b245f6d62f3061c8f27563774b8ae2d6"
 
 EXTRA_OECONF += " \
 --without-libwebp \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93554): 
https://lists.openembedded.org/g/openembedded-devel/message/93554
Mute This Topic: https://lists.openembedded.org/mt/86554923/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-h5py: update to 3.5.0

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-h5py_3.4.0.bb => python3-h5py_3.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-h5py_3.4.0.bb => 
python3-h5py_3.5.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb 
b/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb
rename to meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
index 89000b793..aad2f9177 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
 
-SRC_URI[sha256sum] = 
"ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e"
+SRC_URI[sha256sum] = 
"77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f"
 
 SRC_URI:append = " \
file://0001-setup_build.py-avoid-absolute-path.patch \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93551): 
https://lists.openembedded.org/g/openembedded-devel/message/93551
Mute This Topic: https://lists.openembedded.org/mt/86543475/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-pybind11-json: update to 0.2.11

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...3-pybind11-json_0.2.6.bb => python3-pybind11-json_0.2.11.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pybind11-json_0.2.6.bb => 
python3-pybind11-json_0.2.11.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb 
b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb
rename to meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
index c56c70ad3..838447120 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
@@ -2,7 +2,7 @@ SUMMARY = "Using nlohmann::json with pybind11"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98"
 
-SRCREV = "d1d00888bc0eb7c50dde6cff1a5eb4586e620b65"
+SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702"
 SRC_URI = "git://github.com/pybind/pybind11_json"
 
 DEPENDS += "nlohmann-json python3-pybind11"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93550): 
https://lists.openembedded.org/g/openembedded-devel/message/93550
Mute This Topic: https://lists.openembedded.org/mt/86543472/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-pychromecast: update to 9.3.1

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 ...hon3-pychromecast_9.2.1.bb => python3-pychromecast_9.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_9.2.1.bb => 
python3-pychromecast_9.3.1.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb 
b/meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb
index 1fd76ed39..77b032ae2 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = 
"883d6e836ff5f1068a8bd00364a15b4c9854293086495e9fd9cacd9b4d54c0bf"
+SRC_URI[sha256sum] = 
"a1d6807ae0fc455aaeecd2def87c31bb86679a2920cacfa7910db9c9db5085d4"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93549): 
https://lists.openembedded.org/g/openembedded-devel/message/93549
Mute This Topic: https://lists.openembedded.org/mt/86543470/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-stevedore: update to 3.5.0

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-stevedore_3.4.0.bb => python3-stevedore_3.5.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_3.4.0.bb => 
python3-stevedore_3.5.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb
index e2f43048e..8d345e66e 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.openstack.org/stevedore/latest/";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = 
"59b58edb7f57b11897f150475e7bc0c39c5381f0b8e3fa9f5c20ce6c89ec4aa1"
+SRC_URI[sha256sum] = 
"f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93548): 
https://lists.openembedded.org/g/openembedded-devel/message/93548
Mute This Topic: https://lists.openembedded.org/mt/86543468/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-tzlocal: update to 4.0.1

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../python/{python3-tzlocal_3.0.bb => python3-tzlocal_4.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tzlocal_3.0.bb => 
python3-tzlocal_4.0.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb 
b/meta-python/recipes-devtools/python/python3-tzlocal_4.0.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb
rename to meta-python/recipes-devtools/python/python3-tzlocal_4.0.1.bb
index a9d372ee9..f8339bb2e 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_4.0.1.bb
@@ -3,6 +3,6 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
 
-SRC_URI[sha256sum] = 
"f4e6e36db50499e0d92f79b67361041f048e2609d166e93456b50746dc4aef12"
+SRC_URI[sha256sum] = 
"8560aabba61b5d2a5e1697bb781f682e6eaa3ce386cee85a09a458cc0003f836"
 
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93547): 
https://lists.openembedded.org/g/openembedded-devel/message/93547
Mute This Topic: https://lists.openembedded.org/mt/86543466/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH][meta-python] python3-zeroconf: update to 0.36.9

2021-10-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{python3-zeroconf_0.36.0.bb => python3-zeroconf_0.36.9.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-zeroconf_0.36.0.bb => 
python3-zeroconf_0.36.9.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb 
b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.9.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.36.9.bb
index 5f6f0a298..8258ddd51 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.0.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf";
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = 
"549f685a318c06d5345ed6533f54f33b206816b564ed7f7876e7b9522e77bf29"
+SRC_URI[sha256sum] = 
"023ebc58b765537edcb0395367b732e5271e2659760b1d5c6119aaacaeb7b390"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93546): 
https://lists.openembedded.org/g/openembedded-devel/message/93546
Mute This Topic: https://lists.openembedded.org/mt/86543463/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5

2021-10-16 Thread Oleksandr Kravchuk
Tests are, unfortunately, not anymore supplied with pypi package.

Signed-off-by: Oleksandr Kravchuk 
---
 ...hon3-pyroute2_0.5.19.bb => python3-pyroute2_0.6.5.bb} | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.19.bb => 
python3-pyroute2_0.6.5.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb 
b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
index a85b0929d..d69439352 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.6.5.bb
@@ -3,9 +3,9 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 
\
 
file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[sha256sum] = 
"45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f462b29"
+SRC_URI[sha256sum] = 
"d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c"
 
-inherit setuptools3 pypi ptest
+inherit setuptools3 pypi
 
 RDEPENDS:${PN} += " \
 ${PYTHON_PN}-ctypes \
@@ -29,8 +29,3 @@ RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-fcntl \
 "
-
-do_install_ptest() {
-   install -d ${D}${PTEST_PATH}/tests
-   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93402): 
https://lists.openembedded.org/g/openembedded-devel/message/93402
Mute This Topic: https://lists.openembedded.org/mt/86371301/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



  1   2   3   4   5   6   >