[oe][meta-filesystems][dunfell][PATCH] ntfs-3g-ntfsprogs: upgrade to 2022.5.17

2022-07-21 Thread Omkar Patil via lists.openembedded.org
From: Chen Qi 

Upgrade from 2021.8.22 to 2022.5.17.
This upgrade mainly include CVE fixes.

According to https://github.com/tuxera/ntfs-3g/releases:
"""
Changelog:
* Improved defence against maliciously tampered NTFS partitions
* Improved defence against improper use of options
* Updated the documentation
"""

Fixed CVE's:
CVE-2021-46790
CVE-2022-30783
CVE-2022-30784
CVE-2022-30785
CVE-2022-30786
CVE-2022-30787
CVE-2022-30788
CVE-2022-30789

Signed-off-by: Chen Qi 
Signed-off-by: Khem Raj 
(cherry picked from commit 35a51898e7a89fe65fef877a1016e751eea748db)
Signed-off-by: Omkar Patil 
---
 ...g-ntfsprogs_2021.8.22.bb => ntfs-3g-ntfsprogs_2022.5.17.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename 
meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/{ntfs-3g-ntfsprogs_2021.8.22.bb
 => ntfs-3g-ntfsprogs_2022.5.17.bb} (93%)

diff --git 
a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb
 
b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb
similarity index 93%
rename from 
meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb
rename to 
meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb
index 14694cd301..cb52c55676 100644
--- 
a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb
+++ 
b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb
@@ -10,8 +10,7 @@ SRC_URI = 
"http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz \

file://0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch \
 "
 S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
-SRC_URI[md5sum] = "90da343e78877d388eb34cefae6799ae"
-SRC_URI[sha256sum] = 
"55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb"
+SRC_URI[sha256sum] = 
"0489fbb6972581e1b417ab578d543f6ae522e7fa648c3c9b49c789510fd5eb93"

 UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/";
 UPSTREAM_CHECK_REGEX = "ntfs-3g_ntfsprogs-(?P\d+(\.\d+)+)\.tgz"
--
2.17.1

This message contains information that may be privileged or confidential and is 
the property of the KPIT Technologies Ltd. It is intended only for the person 
to whom it is addressed. If you are not the intended recipient, you are not 
authorized to read, print, retain copy, disseminate, distribute, or use this 
message or any part thereof. If you receive this message in error, please 
notify the sender immediately and delete all copies of this message. KPIT 
Technologies Ltd. does not accept any liability for virus infected mails.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97944): 
https://lists.openembedded.org/g/openembedded-devel/message/97944
Mute This Topic: https://lists.openembedded.org/mt/92542912/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: upgrade 2.4.0 -> 2.5.1

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Add dependence python3-fcntl python3-logging

Changelog:
===
Added clear warning when locking in non-blocking mode without specifying
either EXCLUSIVE or SHARED mode. Fixes #77

Signed-off-by: Xu Huan 
---
 ...3-portalocker_2.4.0.bb => python3-portalocker_2.5.1.bb} | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename 
meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.4.0.bb 
=> python3-portalocker_2.5.1.bb} (61%)

diff --git 
a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb 
b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
similarity index 61%
rename from 
meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
rename to 
meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
index e3b55a7eab..55037d1ebd 100644
--- 
a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.4.0.bb
+++ 
b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.5.1.bb
@@ -4,8 +4,13 @@ LICENSE = "PSF-2.0"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
 
-SRC_URI[sha256sum] = 
"a648ad761b8ea27370cb5915350122cd807b820d2193ed5c9cc28f163df637f4"
+SRC_URI[sha256sum] = 
"ae8e9cc2660da04bf41fa1a0eef7e300bb5e4a5869adfb1a6d8551632b559b2b"
 
 inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS:${PN} += " \
+${PYTHON_PN}-fcntl \
+${PYTHON_PN}-logging \
+"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97943): 
https://lists.openembedded.org/g/openembedded-devel/message/97943
Mute This Topic: https://lists.openembedded.org/mt/92541290/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-stevedore: upgrade 3.5.0 -> 4.0.0

2022-07-21 Thread wangmy
Changelog:
=
* Fix remaining logic to support Python 3.6/7
* Drop python3.6/3.7 support in testing runtime
* Add Python3 zed unit tests
* Update master for stable/yoga

Signed-off-by: Wang Mingyu 
---
 .../{python3-stevedore_3.5.0.bb => python3-stevedore_4.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-stevedore_3.5.0.bb => 
python3-stevedore_4.0.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb 
b/meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-stevedore_4.0.0.bb
index 8d345e66e5..46c6d831aa 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_4.0.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] = 
"f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335"
+SRC_URI[sha256sum] = 
"f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786"
 
 DEPENDS += "${PYTHON_PN}-pbr-native"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97942): 
https://lists.openembedded.org/g/openembedded-devel/message/97942
Mute This Topic: https://lists.openembedded.org/mt/92540411/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-socketio: upgrade 5.7.0 -> 5.7.1

2022-07-21 Thread wangmy
Changelog:
===
Add namespaces argument to Server and AsyncServer #822
Add missing await in asyncio server #952

Signed-off-by: Wang Mingyu 
---
 .../{python3-socketio_5.7.0.bb => python3-socketio_5.7.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-socketio_5.7.0.bb => 
python3-socketio_5.7.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb 
b/meta-python/recipes-devtools/python/python3-socketio_5.7.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.7.1.bb
index 54ea3c2a1b..f71d4dad64 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.7.1.bb
@@ -9,7 +9,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = 
"82e3c45baa51f2180f176e5e1c4232a4452f7545a3fe3156d093fa7e5890e816"
+SRC_URI[sha256sum] = 
"5011a0cd2545c954d7df09eef7489ec424c93b001cc146599cd72f1dd20f0d46"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp 
${PYTHON_PN}-websockets"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97941): 
https://lists.openembedded.org/g/openembedded-devel/message/97941
Mute This Topic: https://lists.openembedded.org/mt/92540410/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-metadata: upgrade 2.0.1 -> 2.0.2

2022-07-21 Thread wangmy
Changelog:
==
Allow all python versions above 3.7

Signed-off-by: Wang Mingyu 
---
 ...ytest-metadata_2.0.1.bb => python3-pytest-metadata_2.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-metadata_2.0.1.bb 
=> python3-pytest-metadata_2.0.2.bb} (81%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.1.bb 
b/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.2.bb
index 35e8b7568f..e82213cbe5 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.2.bb
@@ -4,7 +4,7 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
-SRC_URI[sha256sum] = 
"5cdb6aeea8ba9109181cf9f149c8a3ae1430ff7e44506a8f866af8a98ca46301"
+SRC_URI[sha256sum] = 
"fcd2f416f15be295943527b3c8ba16a44ae5a7141939c90c3dc5ce9d167cf2a5"
 
 PYPI_PACKAGE = "pytest-metadata"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97939): 
https://lists.openembedded.org/g/openembedded-devel/message/97939
Mute This Topic: https://lists.openembedded.org/mt/92540396/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: upgrade 2022.6.2 -> 2022.7.9

2022-07-21 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-regex_2022.6.2.bb => python3-regex_2022.7.9.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2022.6.2.bb => 
python3-regex_2022.7.9.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.6.2.bb 
b/meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2022.6.2.bb
rename to meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb
index 3067c0df3c..3fbe8b0b27 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2022.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.7.9.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c"
+SRC_URI[sha256sum] = 
"601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97940): 
https://lists.openembedded.org/g/openembedded-devel/message/97940
Mute This Topic: https://lists.openembedded.org/mt/92540398/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-pylint: upgrade 2.14.4 -> 2.14.5

2022-07-21 Thread wangmy
Changelog:
==
Fixed a crash in the undefined-loop-variable check when enumerate() is used
in a ternary expression.

Fixed handling of -- as separator between positional arguments and flags.

Fixed the disabling of fixme and its interaction with useless-suppression.

Allow lists of default values in parameter documentation for Numpy style.

Signed-off-by: Wang Mingyu 
---
 .../{python3-pylint_2.14.4.bb => python3-pylint_2.14.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_2.14.4.bb => 
python3-pylint_2.14.5.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb 
b/meta-python/recipes-devtools/python/python3-pylint_2.14.5.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb
rename to meta-python/recipes-devtools/python/python3-pylint_2.14.5.bb
index 39bd17dfe9..738b9250c0 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_2.14.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_2.14.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE= "http://www.pylint.org/";
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 
-SRC_URI[sha256sum] = 
"47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"
+SRC_URI[sha256sum] = 
"487ce2192eee48211269a0e976421f334cf94de1806ca9d0a99449adcdf0285e"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97938): 
https://lists.openembedded.org/g/openembedded-devel/message/97938
Mute This Topic: https://lists.openembedded.org/mt/92540382/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-pyfanotify: upgrade 0.1.3 -> 0.2.0

2022-07-21 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...{python3-pyfanotify_0.1.3.bb => python3-pyfanotify_0.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyfanotify_0.1.3.bb => 
python3-pyfanotify_0.2.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb 
b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
rename to meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb
index a7c8f958ec..d887901443 100644
--- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37"
 
 SRC_URI += "file://0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch"
-SRC_URI[sha256sum] = 
"0efa73922fd705b4e8f8f0b51cb88198ceef66cc309e1de21674ef44c879029d"
+SRC_URI[sha256sum] = 
"1ec1c61fba9dea96cf8eac7f1a0cca2517613da20d156b7da2a06f9d63c77aca"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97937): 
https://lists.openembedded.org/g/openembedded-devel/message/97937
Mute This Topic: https://lists.openembedded.org/mt/92540381/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-lru-dict: upgrade 1.1.7 -> 1.1.8

2022-07-21 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-lru-dict_1.1.7.bb => python3-lru-dict_1.1.8.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-lru-dict_1.1.7.bb => 
python3-lru-dict_1.1.8.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb 
b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb
rename to meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
index 0a0682e0c2..b870bc0889 100644
--- a/meta-python/recipes-devtools/python/python3-lru-dict_1.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-lru-dict_1.1.8.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d10a486ee04034fdef5162fd791f153"
 
-SRC_URI[sha256sum] = 
"45b81f67d75341d4433abade799a47e9c42a9e22a118531dcb5e549864032d7c"
+SRC_URI[sha256sum] = 
"878bc8ef4073e5cfb953dfc1cf4585db41e8b814c0106abde34d00ee0d0b3115"
 
 inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97936): 
https://lists.openembedded.org/g/openembedded-devel/message/97936
Mute This Topic: https://lists.openembedded.org/mt/92540377/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-cmd2: upgrade 2.4.1 -> 2.4.2

2022-07-21 Thread zhengruoqin
Enhancements

-Updated argparse decorator to remove annotations when the docstring is used
 for a command's help text.
-Updated unit test to be Python 3.11 compliant.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-cmd2_2.4.1.bb => python3-cmd2_2.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.4.1.bb => 
python3-cmd2_2.4.2.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb 
b/meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
index 8e3883b4f9..d2434b626f 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.4.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=209e288518b0668115f58c3929af9ff1"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-SRC_URI[sha256sum] = 
"f3b0467daca18fca0dc7838de7726a72ab64127a018a377a86a6ed8ebfdbb25f"
+SRC_URI[sha256sum] = 
"073e555c05853b0f6965f3d03329babdf9e38a5f2cea028e61a64cd7eeb74ad5"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97935): 
https://lists.openembedded.org/g/openembedded-devel/message/97935
Mute This Topic: https://lists.openembedded.org/mt/92540037/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-blinker: upgrade 1.4 -> 1.5

2022-07-21 Thread zhengruoqin
0001-use-pytest-instead-of-deprecated-nose.patch
removed since it's included in 1.5

License-Update: License check file changed to LICENSE.rst

Signed-off-by: Zheng Ruoqin 
---
 ...se-pytest-instead-of-deprecated-nose.patch | 36 ---
 .../python/python3-blinker_1.4.bb | 22 
 .../python/python3-blinker_1.5.bb | 18 ++
 3 files changed, 18 insertions(+), 58 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
 delete mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.5.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
 
b/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
deleted file mode 100644
index a04c79b1e0..00
--- 
a/meta-python/recipes-devtools/python/python3-blinker/0001-use-pytest-instead-of-deprecated-nose.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 9750d01118ee59ab174525e30d987065b69c0538 Mon Sep 17 00:00:00 2001
-From: pgajdos 
-Date: Wed, 8 Jul 2020 15:22:19 +0200
-Subject: [PATCH] use pytest instead of deprecated nose
-
-Upstream-Status: Submitted [https://github.com/jek/blinker/pull/60]
-Signed-off-by: Khem Raj 

- tests/test_signals.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_signals.py b/tests/test_signals.py
-index 9771e40..ccbc35b 100644
 a/tests/test_signals.py
-+++ b/tests/test_signals.py
-@@ -4,7 +4,7 @@ import time
- 
- import blinker
- 
--from nose.tools import assert_raises
-+import pytest
- 
- 
- jython = sys.platform.startswith('java')
-@@ -232,7 +232,7 @@ def test_meta_connect_failure():
- pass
- sig = blinker.Signal()
- 
--assert_raises(TypeError, sig.connect, receiver)
-+pytest.raises(TypeError, sig.connect, receiver)
- assert not sig.receivers
- assert not sig._by_receiver
- assert sig._by_sender == {blinker.base.ANY_ID: set()}
--- 
-2.35.1
-
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb 
b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
deleted file mode 100644
index 08a961f938..00
--- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=946d7e89af6f7733aeaebed5635d2682"
-
-SRC_URI[md5sum] = "8b3722381f83c2813c52de3016b68d33"
-SRC_URI[sha256sum] = 
"471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI += " \
-   file://0001-use-pytest-instead-of-deprecated-nose.patch \
-   file://run-ptest \
-"
-
-RDEPENDS:${PN}-ptest += " \
-   ${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-   install -d ${D}${PTEST_PATH}/tests
-   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.5.bb 
b/meta-python/recipes-devtools/python/python3-blinker_1.5.bb
new file mode 100644
index 00..dae1e39437
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-blinker_1.5.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=42cd19c88fc13d1307a4efd64ee90e4e"
+
+SRC_URI[sha256sum] = 
"923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462"
+
+inherit pypi setuptools3 ptest
+
+SRC_URI += "file://run-ptest"
+
+RDEPENDS:${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+"
+
+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 (#97934): 
https://lists.openembedded.org/g/openembedded-devel/message/97934
Mute This Topic: https://lists.openembedded.org/mt/92540031/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-attr: upgrade 0.3.1 -> 0.3.2

2022-07-21 Thread zhengruoqin
License-Update: License check file changed to LICENSE.

Signed-off-by: Zheng Ruoqin 
---
 .../recipes-devtools/python/python3-attr_0.3.1.bb| 9 -
 .../recipes-devtools/python/python3-attr_0.3.2.bb| 8 
 2 files changed, 8 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-attr_0.3.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb 
b/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
deleted file mode 100644
index 22c5218c70..00
--- a/meta-python/recipes-devtools/python/python3-attr_0.3.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "Simple decorator to set attributes of target function or class 
in a DRY way"
-HOMEPAGE = "https://github.com/denis-ryzhkov/attr";
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=59805a0285f4d2b6abdedae73db4f5c1"
-
-SRC_URI[md5sum] = "68b9a503991241fb2df28488686b0e1e"
-SRC_URI[sha256sum] = 
"9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb 
b/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb
new file mode 100644
index 00..0a77009e11
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Simple decorator to set attributes of target function or class 
in a DRY way"
+HOMEPAGE = "https://github.com/denis-ryzhkov/attr";
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=02c113fb406eab0537c0cf4334f57c07"
+
+SRC_URI[sha256sum] = 
"1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4"
+
+inherit pypi setuptools3
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97933): 
https://lists.openembedded.org/g/openembedded-devel/message/97933
Mute This Topic: https://lists.openembedded.org/mt/92540027/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-evdev: upgrade 1.5.0 -> 1.6.0

2022-07-21 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-evdev_1.5.0.bb => python3-evdev_1.6.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-evdev_1.5.0.bb => 
python3-evdev_1.6.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb 
b/meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
index 141411da0c..659a86dae3 100644
--- a/meta-python/recipes-devtools/python/python3-evdev_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-evdev_1.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
 
-SRC_URI[sha256sum] = 
"5b33b174f7c84576e7dd6071e438bf5ad227da95efd4356a39fe4c8355412fe6"
+SRC_URI[sha256sum] = 
"ecfa01b5c84f7e8c6ced3367ac95288f43cd84efbfd7dd7d0cdbfc0d18c87a6a"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97932): 
https://lists.openembedded.org/g/openembedded-devel/message/97932
Mute This Topic: https://lists.openembedded.org/mt/92540024/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: upgrade 2.11.6 -> 2.12.2

2022-07-21 Thread zhengruoqin
Changelog:
==
Fixed crash in modulo operations for divisions by zero.
Fixed crash with recursion limits during inference.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-astroid_2.11.6.bb => python3-astroid_2.12.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.11.6.bb => 
python3-astroid_2.12.2.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb 
b/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
index 4f9d1af939..ae2a4109ef 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.11.6.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6"
+SRC_URI[sha256sum] = 
"4675ef501edbbb143b3d9bb4c81d5f6338f08f960beed2ce41a03dc4cd20d777"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97931): 
https://lists.openembedded.org/g/openembedded-devel/message/97931
Mute This Topic: https://lists.openembedded.org/mt/92540020/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-kiwisolver: upgrade 1.4.3 -> 1.4.4

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Changelog:
==
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142 Its use is not necessary anymore
  in 3.11.0-beta.4 and used to cause issues on some platforms (see #144 ) PR 
#145

Signed-off-by: Xu Huan 
---
 ...{python3-kiwisolver_1.4.3.bb => python3-kiwisolver_1.4.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-kiwisolver_1.4.3.bb => 
python3-kiwisolver_1.4.4.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.3.bb 
b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.4.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-kiwisolver_1.4.3.bb
rename to meta-python/recipes-devtools/python/python3-kiwisolver_1.4.4.bb
index 0280afc114..acc8bd5b6f 100644
--- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/nucleic/kiwi";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"
 
-SRC_URI[sha256sum] = 
"ab8a15c2750ae8d53e31f77a94f846d0a00772240f1c12817411fa2344351f86"
+SRC_URI[sha256sum] = 
"d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97930): 
https://lists.openembedded.org/g/openembedded-devel/message/97930
Mute This Topic: https://lists.openembedded.org/mt/92539990/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-iso3166: upgrade 2.0.2 -> 2.1.1

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Changelog from 2.0.2 to 2.1.1
==
* Move install metadata from "setup.py" to "setup.cfg"
* Add py.typed to source distribution
* "Turkey" changed to "Türkiye"

Signed-off-by: Xu Huan 
---
 .../{python3-iso3166_2.0.2.bb => python3-iso3166_2.1.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-iso3166_2.0.2.bb => 
python3-iso3166_2.1.1.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb
rename to meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
index e578b8aeff..b32cfe5956 100644
--- a/meta-python/recipes-devtools/python/python3-iso3166_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/iso3166/";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5e2f4edc7e7408a82e4a1d05f229b695"

-SRC_URI[sha256sum] = 
"04d02cfcfc18a6f8a9a4edb4d0a55e2e4fc575626c29d702f750de415e88d372"
+SRC_URI[sha256sum] = 
"fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e491719"

 inherit pypi python_setuptools_build_meta ptest

--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97929): 
https://lists.openembedded.org/g/openembedded-devel/message/97929
Mute This Topic: https://lists.openembedded.org/mt/92539988/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: upgrade 1.56.3 -> 1.56.4

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Bug Fixes
-
require python 3.7+ (#119) 

Signed-off-by: Xu Huan 
---
 ...tos_1.56.3.bb => python3-googleapis-common-protos_1.56.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-googleapis-common-protos_1.56.3.bb 
=> python3-googleapis-common-protos_1.56.4.bb} (80%)

diff --git 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb
 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
similarity index 80%
rename from 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb
rename to 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
index 95823ea487..3f03933e06 100644
--- 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.3.bb
+++ 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442"
+SRC_URI[sha256sum] = 
"c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-grpcio \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97928): 
https://lists.openembedded.org/g/openembedded-devel/message/97928
Mute This Topic: https://lists.openembedded.org/mt/92539976/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-fastjsonschema: upgrade 2.15.3 -> 2.16.1

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Add dependence python3-json

Changelog from 2.15.3 to 2.16.1

* Fix uniqueItems when explicitly set to False
* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf

Signed-off-by: Xu Huan 
---
 ...stjsonschema_2.15.3.bb => python3-fastjsonschema_2.16.1.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-fastjsonschema_2.15.3.bb 
=> python3-fastjsonschema_2.16.1.bb} (93%)

diff --git 
a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb 
b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb
rename to meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
index a2821c1177..bb6c1ee813 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.3.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.16.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532"
 
-SRCREV = "d03f3835da4899bdeb597a9d3f30a709e7c3254f"
+SRCREV = "98399bb4029b2d7020d8abd9770661a5b2c4f9f8"
 PYPI_SRC_URI = 
"git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master"
 
 SRC_URI += "file://run-ptest"
@@ -33,6 +33,7 @@ RDEPENDS:${PN} += "\
 python3-urllib3 \
 python3-numbers \
 python3-pickle \
+python3-json \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97925): 
https://lists.openembedded.org/g/openembedded-devel/message/97925
Mute This Topic: https://lists.openembedded.org/mt/92539973/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: upgrade 2.1.2 -> 2.1.3

2022-07-21 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Changelog:
=
-  Inline some optional imports that are only used for certain CLI commands.
-  Relax type annotation for after_request functions.
-  instance_path for namespace packages uses the path closest to the imported 
submodule.
-  Clearer error message when render_template and render_template_string are
   used outside an application context.

Signed-off-by: Xu Huan 
---
 .../python/{python3-flask_2.1.2.bb => python3-flask_2.1.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-flask_2.1.2.bb => 
python3-flask_2.1.3.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb 
b/meta-python/recipes-devtools/python/python3-flask_2.1.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-flask_2.1.2.bb
rename to meta-python/recipes-devtools/python/python3-flask_2.1.3.bb
index 7d290a4fe3..95abddfd95 100644
--- a/meta-python/recipes-devtools/python/python3-flask_2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_2.1.3.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] = 
"315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477"
+SRC_URI[sha256sum] = 
"15972e5017df0575c3d6c090ba168b6db90259e620ac8d7ea813a396bad5b6cb"
 
 PYPI_PACKAGE = "Flask"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97926): 
https://lists.openembedded.org/g/openembedded-devel/message/97926
Mute This Topic: https://lists.openembedded.org/mt/92539974/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-ecdsa: upgrade 0.17.0 -> 0.18.0

2022-07-21 Thread zhengruoqin
Changelog:
==
New features:

Support for EdDSA (Ed25519, Ed448) signature creation and verification.
Support for Ed25519 and Ed448 in PKCS#8 and public key files.
Support for point precomputation for EdDSA.

New API:

CurveEdTw class to represent the Twisted Edwards curve parameters.
PointEdwards class to represent points on Twisted Edwards curve and
provide point arithmetic on it.
curve_by_name in curves module to get a Curve object by providing curve
name.

Bug fix:
-
Accept private EdDSA keys that include public key in the ASN.1 structure.
Fix incompatibility with Python 3.3 in handling of memoryviews of empty
strings.
Make the VerifyingKey encoded with explicit parameters use the same
kind of point encoding for public key and curve generator.
Better handling of malformed curve parameters (as in CVE-2022-0778);
make python-ecdsa raise MalformedPointError instead of AssertionError.

Doc fix:
---
Publish the documentation on https://ecdsa.readthedocs.io/,
include explanation of basics of handling of ECC data formats and how to use
the library for elliptic curve arithmetic.
Make object names more consistent, make them into hyperlinks on the
readthedocs documentation.
Make security note more explicit (Ian Rodney)
Fix the explicit vs named_curve confusion in VerifyingKey docs.

Maintenance:

Fix few typos (thanks to Tim Gates and Kian Meng Ang).
Updated black version; slight changes to formatting
Include interoperability tests for Ed25519 and Ed448 with OpenSSL.

Signed-off-by: Zheng Ruoqin 
---
 .../python/{python3-ecdsa_0.17.0.bb => python3-ecdsa_0.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ecdsa_0.17.0.bb => 
python3-ecdsa_0.18.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb 
b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
rename to meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
index 177019ccc2..6a399a96fe 100644
--- a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
 DEPENDS += "python3-pip python3-pbr"
 
 PYPI_PACKAGE = "ecdsa"
-SRC_URI[sha256sum] = 
"b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa"
+SRC_URI[sha256sum] = 
"190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49"
 
 inherit pypi setuptools3 python3native
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97927): 
https://lists.openembedded.org/g/openembedded-devel/message/97927
Mute This Topic: https://lists.openembedded.org/mt/92539975/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-alembic: upgrade 1.8.0 -> 1.8.1

2022-07-21 Thread zhengruoqin
Changelog:
==
[bug] [sqlite]
--
Fixed bug where the SQLite implementation of Operations.rename_table() would
render an explicit schema name for both the old and new table name, which while
is the standard ALTER syntax, is not accepted by SQLite’s syntax which doesn’t
support a rename across schemas. In particular, the syntax issue would prevent
batch mode from working for SQLite databases that made use of attached databases
(which are treated as “schemas” in SQLAlchemy).

[bug] [batch]
-
Added an error raise for the condition where Operations.batch_alter_table() is
used in --sql mode, where the operation requires table reflection, as is the
case when running against SQLite without giving it a fixed Table object.
Previously the operation would fail with an internal error. To get a
“move and copy” batch operation as a SQL script without connecting to a
database, a Table object should be passed to the
Operations.batch_alter_table.copy_from parameter so that reflection may be
skipped.

Signed-off-by: Zheng Ruoqin 
---
 .../{python3-alembic_1.8.0.bb => python3-alembic_1.8.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.8.0.bb => 
python3-alembic_1.8.1.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
index 3b12439cbc..3e31158835 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.8.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b"

 inherit pypi setuptools3

-SRC_URI[sha256sum] = 
"a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1"
+SRC_URI[sha256sum] = 
"cd0b5e45b14b706426b833f06369b9a6d5ee03f826ec3238723ce8caaf6e5ffa"

 PYPI_PACKAGE = "alembic"

--
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97924): 
https://lists.openembedded.org/g/openembedded-devel/message/97924
Mute This Topic: https://lists.openembedded.org/mt/92539965/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] libmtp: Upgrade to 1.1.20

2022-07-21 Thread Khem Raj
Use github for downloading the release artifacts.
This has support for new devices

https://github.com/libmtp/libmtp/releases/tag/v1.1.20

Signed-off-by: Khem Raj 
---
 .../libmtp/{libmtp_1.1.19.bb => libmtp_1.1.20.bb}| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/libmtp/{libmtp_1.1.19.bb => 
libmtp_1.1.20.bb} (92%)

diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb 
b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
similarity index 92%
rename from meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb
rename to meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
index 3483db3c83..f7a7507b8c 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.19.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.20.bb
@@ -17,10 +17,9 @@ BBCLASSEXTEND = "native"
 DEPENDS = "libusb1 gettext-native"
 DEPENDS:append:class-target = " ${BPN}-native"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
+SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz";
 SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch"
-
-SRC_URI[sha256sum] = 
"deb4af6f63f5e71215cfa7fb961795262920b4ec6cb4b627f55b30b18aa33228"
+SRC_URI[sha256sum] = 
"c9191dac2f5744cf402e08641610b271f73ac21a3c802734ec2cedb2c6bc56d0"
 
 inherit autotools pkgconfig lib_package
 
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97923): 
https://lists.openembedded.org/g/openembedded-devel/message/97923
Mute This Topic: https://lists.openembedded.org/mt/92537729/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] vboxguestdrivers: refresh patch for new upstream release

2022-07-21 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna 
Signed-off-by: Gianfranco Costamagna 
---
 ...0001-utils-fix-build-against-5.15-libc-headers-headers.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/0001-utils-fix-build-against-5.15-libc-headers-headers.patch
 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/0001-utils-fix-build-against-5.15-libc-headers-headers.patch
index 6c11f1d4c..203eec6ee 100644
--- 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/0001-utils-fix-build-against-5.15-libc-headers-headers.patch
+++ 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/0001-utils-fix-build-against-5.15-libc-headers-headers.patch
@@ -48,7 +48,7 @@ index c73093c..7bffde5 100644
  #  endif
  # elif defined(RT_OS_LINUX) && defined(IN_RING0)
 -#  include "linux/version.h"
--#  if RTLNX_VER_MIN(5,15,0)
+-#  if RTLNX_VER_MIN(5,15,0) || RTLNX_RHEL_MAJ_PREREQ(9,1)
 -#   include 
 -#  else
 -#   include 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97922): 
https://lists.openembedded.org/g/openembedded-devel/message/97922
Mute This Topic: https://lists.openembedded.org/mt/92531728/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] vboxguestdrivers: upgrade 6.1.34 -> 6.1.36

2022-07-21 Thread Gianfranco
Signed-off-by: Gianfranco Costamagna 
Signed-off-by: Gianfranco Costamagna 
---
 .../{vboxguestdrivers_6.1.34.bb => vboxguestdrivers_6.1.36.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.34.bb => 
vboxguestdrivers_6.1.36.bb} (97%)

diff --git 
a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb 
b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.36.bb
similarity index 97%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.36.bb
index 5e0accb23..70ddb436a 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.36.bb
@@ -16,7 +16,7 @@ SRC_URI = 
"http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2
 file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \
 "
 
-SRC_URI[sha256sum] = 
"9c3ce1829432e5b8374f950698587038f45fb0492147dc200e59edb9bb75eb49"
+SRC_URI[sha256sum] = 
"e47942e42892c13c621869865e2b7b320340154f0fa74ecbdaf18fdaf70ef047"
 
 S ?= "${WORKDIR}/vbox_module"
 S:task-patch = "${WORKDIR}/${VBOX_NAME}"
-- 
2.34.1


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



Re: [oe] [kisrkstone] merge request: July 21

2022-07-21 Thread Khem Raj
merged thanks Armin.

On Thu, Jul 21, 2022 at 10:08 AM akuster808  wrote:
>
> The following changes since commit b9bbc38bfba702194a71c5a9dcb747ddacc9d66b:
>
>protobuf-c: update to 1.4.1 fix CVE-2022-33070 (2022-07-14 09:06:29
> -0700)
>
> are available in the Git repository at:
>
>https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to a47ef046619d639dfbd3be2a13ef6d5b40fd40a1:
>
>openflow: ignore unrelated CVEs (2022-07-18 07:02:41 -0700)
>
> 
> Changqing Li (4):
>redis: upgrade 6.2.6 -> 6.2.7
>redis: upgrade 7.0-rc3 -> 7.0.2
>apache2: upgrade 2.4.53 -> 2.4.54
>zabbix: upgrade 5.2.6 -> 5.4.12
>
> Davide Gardenal (9):
>usrsctp: add CVE_VERSION to correctly check for CVEs
>openflow: ignore CVE-2018-1078
>ntp: ignore many CVEs
>wireshark: upgrade 3.4.11 -> 3.4.12
>thrift: add CVE_PRODUCT to fix CVE reporting
>spice: ignore patched CVEs
>quagga: ignore CVE-2016-4049
>freeradius: ignore patched CVEs
>openflow: ignore unrelated CVEs
>
>   .../recipes-connectivity/freeradius/freeradius_3.0.21.bb |  5 +
>   meta-networking/recipes-protocols/openflow/openflow.inc |  9 +
>   meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb |  4 
>   meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb |  2 ++
>   meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 26
> +-
>   meta-networking/recipes-support/spice/spice_git.bb |  6 ++
>   .../wireshark/{wireshark_3.4.11.bb => wireshark_3.4.12.bb} |  2 +-
>   meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb |  2 ++
>   .../zabbix/{zabbix_5.2.6.bb => zabbix_5.4.12.bb}   |
> 6 +++---
>   meta-oe/recipes-extended/redis/redis/GNU_SOURCE.patch | 14 --
>   meta-oe/recipes-extended/redis/{redis_6.2.6.bb => redis_6.2.7.bb}  |  2 +-
>   .../recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.2.bb}|  2 +-
>   .../apache2/0004-apache2-log-the-SELinux-context-at-startup.patch |  8
> 
>   .../recipes-httpd/apache2/{apache2_2.4.53.bb => apache2_2.4.54.bb} |  2 +-
>   14 files changed, 72 insertions(+), 18 deletions(-)
>   rename meta-networking/recipes-support/wireshark/{wireshark_3.4.11.bb
> => wireshark_3.4.12.bb} (97%)
>   rename meta-oe/recipes-connectivity/zabbix/{zabbix_5.2.6.bb =>
> zabbix_5.4.12.bb} (92%)
>   rename meta-oe/recipes-extended/redis/{redis_6.2.6.bb =>
> redis_6.2.7.bb} (96%)
>   rename meta-oe/recipes-extended/redis/{redis_7.0-rc3.bb =>
> redis_7.0.2.bb} (96%)
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb =>
> apache2_2.4.54.bb} (99%)
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97920): 
https://lists.openembedded.org/g/openembedded-devel/message/97920
Mute This Topic: https://lists.openembedded.org/mt/92527135/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-perl][master-next] Resend : Update the HOMEPAGE variables that reference http://search.cpan.org

2022-07-21 Thread Khem Raj

I am getting

(Stripping trailing CRs from patch; use --binary to disable.)
patching file 
meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb

patch:  malformed patch at line 122: messages. \


Tried to get this from patchwork as well as from email mbox.

I am not sure whats mutilating the patch. Can you try to download your 
own patch and see if it applies for you.


https://patchwork.yoctoproject.org/project/oe/patch/CABTo8gAHU0drK=3pv6+grjd1yglqgzd2htktyjhwpedfcai...@mail.gmail.com/

If nothing works, maybe some alternative method might work like making 
this into smaller patches or something like that.


On 7/20/22 11:05 PM, J. S. wrote:

Patched against meta-openembedded master-next commit
c2fb0bd1ebe04f91e97913e1e15405af0e127078

  http://search.cpan.org redirects traffic to https://metacpan.org

  Update the HOMEPAGE variable to the newly resolved address.

Signed-off-by: Jason Schonberg 
---
  .../recipes-extended/mime-construct/mime-construct_1.11.bb  | 2 +-
  .../recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb| 2 +-
  meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb  | 2 +-
  meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb| 2 +-
  meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb  | 2 +-
  meta-perl/recipes-perl/libcgi/libcgi-perl_4.54.bb   | 2 +-
  meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | 2 +-
  meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb| 2 +-
  meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb| 2 +-
  meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb   | 2 +-
  .../recipes-perl/libextutils/libextutils-config-perl_0.008.bb   | 2 +-
  .../recipes-perl/libextutils/libextutils-cppguess-perl_0.26.bb  | 2 +-
  .../recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb  | 2 +-
  .../libextutils/libextutils-installpaths-perl_0.012.bb  | 2 +-
  meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | 2 +-
  meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb| 2 +-
  meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | 2 +-
  meta-perl/recipes-perl/libmime/libmime-charset-perl_1.012.2.bb  | 2 +-
  meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb   | 2 +-
  .../recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb   | 2 +-
  .../recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb  | 2 +-
  meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb| 2 +-
  meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb| 2 +-
  meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb| 2 +-
  meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb| 2 +-
  meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | 2 +-
  meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb   | 2 +-
  meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb| 2 +-
  meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb| 2 +-
  .../recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb   | 2 +-
  meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb  | 2 +-
  meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb| 2 +-
  32 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb
b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb
index a5d28265d..b8787da74 100644
--- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb
+++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Constructs and (by default) mails MIME
messages. \
 It is entirely driven from the command line, it is \
 designed to be used by other programs, or people who act \
 like programs."
-HOMEPAGE = "http://search.cpan.org/~rosch/mime-construct/mime-construct";
+HOMEPAGE = 
"https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct";
  SECTION = "mail"
  LICENSE = "GPL-2.0-or-later"
  LIC_FILES_CHKSUM =
"file://debian/copyright;md5=5e2e5da619ac8ef8c84767ccc4656e96"
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
index d87df0974..49c8ecf20 100644
--- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
+++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
@@ -7,7 +7,7 @@ program.   It is guaranteed to find the *smallest
possible* set of \
  differences. \
  "
  SECTION = "libs"
-HOMEPAGE = "http://search.cpan.org/~nedkonz/Algorithm-Diff/";
+HOMEPAGE = "https://metacpan.org/release/NEDKONZ/Algorithm-Diff-${PV}";

  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
  LIC_FILES_CHKSUM =
"file://lib/Algorithm/Diff.pm;beginline=406;endline=409;md5=d393b8ad3b8994b9d0ae9299b8a8a1ee"
diff --git a/meta-perl/recipes-perl/libaut

Re: [oe] [meta-oe][PATCH] cryptsetup: Add support for building without SSH tokens

2022-07-21 Thread Peter Kjellerstedt
*ping*

//Peter

> -Original Message-
> From: openembedded-devel@lists.openembedded.org  de...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> Sent: den 5 juli 2022 21:35
> To: Armin Kuster 
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] cryptsetup: Add support for building
> without SSH tokens
> 
> > -Original Message-
> > From: openembedded-devel@lists.openembedded.org  de...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> > Sent: den 8 juni 2022 20:27
> > To: openembedded-devel@lists.openembedded.org
> > Subject: [oe] [meta-oe][PATCH] cryptsetup: Add support for building
> without SSH tokens
> 
> This is now on master. Please backport it to Kirkstone.
> 
> //Peter
> 
> >
> > Cryptsetup SSH tokens is the only feature that has a dependency on
> > libssh. Add a packageconfig to control this dependency.
> >
> > Change-Id: Iac4f91e099ad2e3a79aab183734108f8bfbff57f
> > Signed-off-by: Peter Kjellerstedt 
> > ---
> >  .../recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb| 12 ++--
> >  1 file changed, 10 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb
> b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb
> > index 435b55477..652fd6661 100644
> > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb
> > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb
> > @@ -14,7 +14,6 @@ DEPENDS = " \
> >  libdevmapper \
> >  popt \
> >  util-linux-libuuid \
> > -libssh \
> >  "
> >
> >  DEPENDS:append:libc-musl = " argp-standalone"
> > @@ -39,6 +38,7 @@ PACKAGECONFIG ??= " \
> >  blkid \
> >  luks-adjust-xts-keysize \
> >  openssl \
> > +ssh-token \
> >  "
> >  PACKAGECONFIG:append:class-target = " \
> >  udev \
> > @@ -69,7 +69,7 @@ PACKAGECONFIG[nss] = "--with-crypto_backend=nss,,nss"
> >  PACKAGECONFIG[kernel] = "--with-crypto_backend=kernel"
> >  PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
> >  PACKAGECONFIG[luks2] = "--with-default-luks-format=LUKS2,--with-
> default-luks-format=LUKS1"
> > -
> > +PACKAGECONFIG[ssh-token] = "--enable-ssh-token,--disable-ssh-
> token,libssh"
> >
> >  EXTRA_OECONF = "--enable-static"
> >  # Building without largefile is not supported by upstream
> > @@ -90,6 +90,14 @@ EXTRA_OECONF += "--with-luks2-pbkdf=${LUKS2_PBKDF} \
> >  --with-luks2-parallel-threads=${LUKS2_PARALLEL_THREADS} \
> >  --with-luks2-iter-time=${LUKS2_ITERTIME}"
> >
> > +do_install:append() {
> > +# The /usr/lib/cryptsetup directory is always created, even when
> ssh-token
> > +# is disabled. In that case it is empty and causes a packaging
> error. Since
> > +# there is no reason to distribute the empty directory, the easiest
> solution
> > +# is to remove it if it is empty.
> > +rmdir -p --ignore-fail-on-non-empty ${D}${libdir}/${BPN}
> > +}
> > +
> >  FILES:${PN} +=
> "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpf
> iles.d/cryptsetup.conf', '', d)}"
> >
> >  RDEPENDS:${PN} = " \

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97918): 
https://lists.openembedded.org/g/openembedded-devel/message/97918
Mute This Topic: https://lists.openembedded.org/mt/91629707/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][kirkstone][PATCH] ndisc6: upgrade 1.0.5 -> 1.0.6

2022-07-21 Thread Armin Kuster
From: Wang Mingyu 

Changelog:
==
# ndisc6: print NAT64 prefix if present.
# rdnssd: fix timeout calculation.

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit c77bc200813dec8a1317ea6651d0f398a3fa5d65)
Signed-off-by: Armin Kuster 
---
 .../recipes-support/ndisc6/{ndisc6_git.bb => ndisc6_1.0.6.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-networking/recipes-support/ndisc6/{ndisc6_git.bb => 
ndisc6_1.0.6.bb} (97%)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb 
b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb
similarity index 97%
rename from meta-networking/recipes-support/ndisc6/ndisc6_git.bb
rename to meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb
index f5467794e6..6861314a0a 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.6.bb
@@ -5,8 +5,7 @@ HOMEPAGE = "http://www.remlab.net/ndisc6/";
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-PV = "1.0.5"
-SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507"
+SRCREV = "7e314b23329f9c24c4c097b8513673fed7e7158a"
 SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \
file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \
"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97917): 
https://lists.openembedded.org/g/openembedded-devel/message/97917
Mute This Topic: https://lists.openembedded.org/mt/92528154/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][kirkstone][PATCH 2/2] php: upgrade 8.1.7 -> 8.1.8

2022-07-21 Thread Armin Kuster
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit 8d7b56ff235ea3b6da8e2b8a391176a99ca07327)
[Bug fix only update]
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-devtools/php/{php_8.1.7.bb => php_8.1.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/php/{php_8.1.7.bb => php_8.1.8.bb} (99%)

diff --git a/meta-oe/recipes-devtools/php/php_8.1.7.bb 
b/meta-oe/recipes-devtools/php/php_8.1.8.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_8.1.7.bb
rename to meta-oe/recipes-devtools/php/php_8.1.8.bb
index cf4f6be3fa..d5cf7d8b21 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.7.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.8.bb
@@ -33,7 +33,7 @@ SRC_URI:append:class-target = " \
   "
 
 S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = 
"b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d"
+SRC_URI[sha256sum] = 
"b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01"
 
 CVE_CHECK_IGNORE += "\
 CVE-2007-2728 \
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97916): 
https://lists.openembedded.org/g/openembedded-devel/message/97916
Mute This Topic: https://lists.openembedded.org/mt/92528100/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][kirkstone][PATCH 1/2] rsyslog: update 8.2202->8.2206

2022-07-21 Thread Armin Kuster
From: Aryaman Gupta 

Package changes mainly include performance improvements to
tcpsrv/imtcp, bug fixes and additional/updated tests:
https://github.com/rsyslog/rsyslog/blob/master/ChangeLog

ptest results for qemux86-64 with kvm and increasing filesystem space to
4GB using IMAGE_ROOTFS_EXTRA_SPACE :

Version | Passed | Failed | Skipped
8.2202 | 456 | 0 | 5
8.2206 | 465 | 0 | 5

Signed-off-by: Aryaman Gupta 
Signed-off-by: Khem Raj 
(cherry picked from commit 0f048c4c46fd4b377b7aacc236a23249ae05fdaa)
Signed-off-by: Armin Kuster 
---
 .../rsyslog/{rsyslog_8.2202.0.bb => rsyslog_8.2206.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.2202.0.bb => 
rsyslog_8.2206.0.bb} (98%)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb 
b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb
similarity index 98%
rename from meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb
rename to meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb
index ebb8ecf9bd..a39de3acb5 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb
@@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \
 file://0001-Include-sys-time-h.patch \
 "
 
-SRC_URI[sha256sum] = 
"e41308a5a171939b3cbc246e9d4bd30be44e801521e04cd95d051fa3867d6738"
+SRC_URI[sha256sum] = 
"a1377218b26c0767a7a3f67d166d5338af7c24b455d35ec99974e18e6845ba27"
 
 UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases";
 UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"
-- 
2.25.1


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



[oe] [kisrkstone] merge request: July 21

2022-07-21 Thread Armin Kuster

The following changes since commit b9bbc38bfba702194a71c5a9dcb747ddacc9d66b:

  protobuf-c: update to 1.4.1 fix CVE-2022-33070 (2022-07-14 09:06:29 
-0700)


are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to a47ef046619d639dfbd3be2a13ef6d5b40fd40a1:

  openflow: ignore unrelated CVEs (2022-07-18 07:02:41 -0700)


Changqing Li (4):
  redis: upgrade 6.2.6 -> 6.2.7
  redis: upgrade 7.0-rc3 -> 7.0.2
  apache2: upgrade 2.4.53 -> 2.4.54
  zabbix: upgrade 5.2.6 -> 5.4.12

Davide Gardenal (9):
  usrsctp: add CVE_VERSION to correctly check for CVEs
  openflow: ignore CVE-2018-1078
  ntp: ignore many CVEs
  wireshark: upgrade 3.4.11 -> 3.4.12
  thrift: add CVE_PRODUCT to fix CVE reporting
  spice: ignore patched CVEs
  quagga: ignore CVE-2016-4049
  freeradius: ignore patched CVEs
  openflow: ignore unrelated CVEs

 .../recipes-connectivity/freeradius/freeradius_3.0.21.bb |  5 +
 meta-networking/recipes-protocols/openflow/openflow.inc |  9 +
 meta-networking/recipes-protocols/quagga/quagga_1.2.4.bb |  4 
 meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb |  2 ++
 meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 26 
+-

 meta-networking/recipes-support/spice/spice_git.bb |  6 ++
 .../wireshark/{wireshark_3.4.11.bb => wireshark_3.4.12.bb} |  2 +-
 meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb |  2 ++
 .../zabbix/{zabbix_5.2.6.bb => zabbix_5.4.12.bb}   |  
6 +++---

 meta-oe/recipes-extended/redis/redis/GNU_SOURCE.patch | 14 --
 meta-oe/recipes-extended/redis/{redis_6.2.6.bb => redis_6.2.7.bb}  |  2 +-
 .../recipes-extended/redis/{redis_7.0-rc3.bb => redis_7.0.2.bb}    |  2 +-
 .../apache2/0004-apache2-log-the-SELinux-context-at-startup.patch |  8 


 .../recipes-httpd/apache2/{apache2_2.4.53.bb => apache2_2.4.54.bb} |  2 +-
 14 files changed, 72 insertions(+), 18 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.4.11.bb 
=> wireshark_3.4.12.bb} (97%)
 rename meta-oe/recipes-connectivity/zabbix/{zabbix_5.2.6.bb => 
zabbix_5.4.12.bb} (92%)
 rename meta-oe/recipes-extended/redis/{redis_6.2.6.bb => 
redis_6.2.7.bb} (96%)
 rename meta-oe/recipes-extended/redis/{redis_7.0-rc3.bb => 
redis_7.0.2.bb} (96%)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb => 
apache2_2.4.54.bb} (99%)



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#97914): 
https://lists.openembedded.org/g/openembedded-devel/message/97914
Mute This Topic: https://lists.openembedded.org/mt/92527135/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-zephyr] build broken with current oe-core master

2022-07-21 Thread Khem Raj
I don’t see config.log for Libstdc++ folder in there
Can you see why that’s missing ?

On Thu, Jul 21, 2022 at 4:22 AM Bartosz Golaszewski  wrote:

> On Wed, Jul 20, 2022 at 5:59 PM Khem Raj  wrote:
> >
> >
> >
> > On Wed, Jul 20, 2022 at 11:35 AM Bartosz Golaszewski 
> wrote:
> >>
> >> On Tue, Jul 19, 2022 at 4:58 PM Khem Raj  wrote:
> >> >
> >> > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski 
> wrote:
> >> > >
> >> > > On Tue, Jul 19, 2022 at 2:54 PM Khem Raj 
> wrote:
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Tue, Jul 19, 2022 at 3:40 AM Bartosz Golaszewski <
> b...@bgdev.pl> wrote:
> >> > > >>
> >> > > >> On Tue, Jul 19, 2022 at 12:10 AM Jon Mason 
> wrote:
> >> > > >> >
> >> > > >> > On Mon, Jul 18, 2022 at 4:06 PM Khem Raj 
> wrote:
> >> > > >> > >
> >> > > >> > > Can you try something like this
> >> > > >> > >
> >> > > >> > > diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc
> >> > > >> > > b/meta/recipes-devtools/gcc/gcc-runtime.inc
> >> > > >> > > index 5d74e4494d..61d5bf6058 100644
> >> > > >> > > --- a/meta/recipes-devtools/gcc/gcc-runtime.inc
> >> > > >> > > +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
> >> > > >> > > @@ -68,8 +68,7 @@ do_configure () {
> >> > > >> > > # libstdc++ isn't built yet so CXX would error not able
> to find it
> >> > > >> > > which breaks stdc++'s configure
> >> > > >> > > # tests. Create a dummy empty lib for the purposes of
> configure.
> >> > > >> > > mkdir -p ${WORKDIR}/dummylib
> >> > > >> > > -   touch ${WORKDIR}/dummylib/dummylib.c
> >> > > >> > > -   ${CC} ${WORKDIR}/dummylib/dummylib.c -shared -o
> >> > > >> > > ${WORKDIR}/dummylib/libstdc++.so
> >> > > >> > > +   ${CC} -nostartfiles -shared -x c /dev/null -o
> >> > > >> > > ${WORKDIR}/dummylib/libstdc++.so
> >> > > >> > > for d in libgcc ${RUNTIMETARGET}; do
> >> > > >> > > echo "Configuring $d"
> >> > > >> > > rm -rf ${B}/${TARGET_SYS}/$d/
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > and see if it helps ?
> >> > > >> >
> >> > > >> > That appears to work for the 2 zephyr machines in meta-arm
> >> > > >> >
> >> > > >>
> >> > > >> This still fails for arduino nano 33 ble:
> >> > > >>
> >> > > >> | checking for dirent.h... no
> >> > > >> | checking sys/statvfs.h usability... no
> >> > > >> | checking sys/statvfs.h presence... no
> >> > > >> | checking for sys/statvfs.h... no
> >> > > >> | checking utime.h usability... yes
> >> > > >> | checking utime.h presence... yes
> >> > > >> | checking for utime.h... yes
> >> > > >> | checking whether to build Filesystem TS support... no
> >> > > >> | checking for struct dirent.d_type... no
> >> > > >> | checking for realpath... no
> >> > > >> | checking for utimensat... no
> >> > > >> | checking for utime... no
> >> > > >> | checking for lstat... no
> >> > > >> | checking for struct stat.st_mtim.tv_nsec... yes
> >> > > >> | checking for fchmod... yes
> >> > > >> | checking for fchmodat... yes
> >> > > >> | checking for sendfile that can copy files... no
> >> > > >> | checking for link... yes
> >> > > >> | checking for readlink... yes
> >> > > >> | checking for symlink... yes
> >> > > >> | checking for truncate... yes
> >> > > >> | checking for fdopendir... no
> >> > > >> | checking for dirfd... no
> >> > > >> | checking for unlinkat... yes
> >> > > >> | checking __sync extensions... yes
> >> > > >> | checking link.h usability... no
> >> > > >> | checking link.h presence... no
> >> > > >> | checking for link.h... no
> >> > > >> | checking for fcntl... configure: error: Link tests are not
> allowed
> >> > > >> after GCC_NO_EXECUTABLES.
> >> > > >
> >> > > >
> >> > > >
> >> > > > Can you post config.log from this component
> >> > > >
> >> > >
> >> > > Here you go: https://pastebin.com/6KMD9PhX
> >> >
> >> > this one has succeeded. I guess there are multiple config.log files in
> >> > your build tree. Perhaps the one which shows exit 1 at the end is one
> >> > I am interested in.
> >> >
> >> > >
> >> > > Bart
> >>
> >> I don't see any config.h that would fail and I just ran a clean build.
> >
> >
> > Not config.h but config.log
> >
>
> Sorry, the heatwave is getting to me.
>
> Still with config.log:
>
> When I run this from the gcc-runtime's workdir:
>
> $ find | grep config.log$ | xargs tail -n1
> ==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/intl/config.log <==
> configure: exit 0
>
> ==>
> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/arm-yocto-eabi/libgcc/config.log
> <==
> configure: exit 0
>
> ==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/libcody/config.log <==
> configure: exit 0
>
> ==>
> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/fixincludes/config.log <==
> configure: exit 0
>
> ==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/lto-plugin/config.log
> <==
> configure: exit 0
>
> ==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/gcc/config.log <==
> configure: exit 0
>
> ==>
> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/libbacktrace/config.log <==
> configure: exit 0
>
> ==> ./gc

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-21 Thread Bartosz Golaszewski
On Wed, Jul 20, 2022 at 5:59 PM Khem Raj  wrote:
>
>
>
> On Wed, Jul 20, 2022 at 11:35 AM Bartosz Golaszewski  wrote:
>>
>> On Tue, Jul 19, 2022 at 4:58 PM Khem Raj  wrote:
>> >
>> > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski  wrote:
>> > >
>> > > On Tue, Jul 19, 2022 at 2:54 PM Khem Raj  wrote:
>> > > >
>> > > >
>> > > >
>> > > > On Tue, Jul 19, 2022 at 3:40 AM Bartosz Golaszewski  
>> > > > wrote:
>> > > >>
>> > > >> On Tue, Jul 19, 2022 at 12:10 AM Jon Mason  wrote:
>> > > >> >
>> > > >> > On Mon, Jul 18, 2022 at 4:06 PM Khem Raj  wrote:
>> > > >> > >
>> > > >> > > Can you try something like this
>> > > >> > >
>> > > >> > > diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc
>> > > >> > > b/meta/recipes-devtools/gcc/gcc-runtime.inc
>> > > >> > > index 5d74e4494d..61d5bf6058 100644
>> > > >> > > --- a/meta/recipes-devtools/gcc/gcc-runtime.inc
>> > > >> > > +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
>> > > >> > > @@ -68,8 +68,7 @@ do_configure () {
>> > > >> > > # libstdc++ isn't built yet so CXX would error not able to 
>> > > >> > > find it
>> > > >> > > which breaks stdc++'s configure
>> > > >> > > # tests. Create a dummy empty lib for the purposes of 
>> > > >> > > configure.
>> > > >> > > mkdir -p ${WORKDIR}/dummylib
>> > > >> > > -   touch ${WORKDIR}/dummylib/dummylib.c
>> > > >> > > -   ${CC} ${WORKDIR}/dummylib/dummylib.c -shared -o
>> > > >> > > ${WORKDIR}/dummylib/libstdc++.so
>> > > >> > > +   ${CC} -nostartfiles -shared -x c /dev/null -o
>> > > >> > > ${WORKDIR}/dummylib/libstdc++.so
>> > > >> > > for d in libgcc ${RUNTIMETARGET}; do
>> > > >> > > echo "Configuring $d"
>> > > >> > > rm -rf ${B}/${TARGET_SYS}/$d/
>> > > >> > >
>> > > >> > >
>> > > >> > > and see if it helps ?
>> > > >> >
>> > > >> > That appears to work for the 2 zephyr machines in meta-arm
>> > > >> >
>> > > >>
>> > > >> This still fails for arduino nano 33 ble:
>> > > >>
>> > > >> | checking for dirent.h... no
>> > > >> | checking sys/statvfs.h usability... no
>> > > >> | checking sys/statvfs.h presence... no
>> > > >> | checking for sys/statvfs.h... no
>> > > >> | checking utime.h usability... yes
>> > > >> | checking utime.h presence... yes
>> > > >> | checking for utime.h... yes
>> > > >> | checking whether to build Filesystem TS support... no
>> > > >> | checking for struct dirent.d_type... no
>> > > >> | checking for realpath... no
>> > > >> | checking for utimensat... no
>> > > >> | checking for utime... no
>> > > >> | checking for lstat... no
>> > > >> | checking for struct stat.st_mtim.tv_nsec... yes
>> > > >> | checking for fchmod... yes
>> > > >> | checking for fchmodat... yes
>> > > >> | checking for sendfile that can copy files... no
>> > > >> | checking for link... yes
>> > > >> | checking for readlink... yes
>> > > >> | checking for symlink... yes
>> > > >> | checking for truncate... yes
>> > > >> | checking for fdopendir... no
>> > > >> | checking for dirfd... no
>> > > >> | checking for unlinkat... yes
>> > > >> | checking __sync extensions... yes
>> > > >> | checking link.h usability... no
>> > > >> | checking link.h presence... no
>> > > >> | checking for link.h... no
>> > > >> | checking for fcntl... configure: error: Link tests are not allowed
>> > > >> after GCC_NO_EXECUTABLES.
>> > > >
>> > > >
>> > > >
>> > > > Can you post config.log from this component
>> > > >
>> > >
>> > > Here you go: https://pastebin.com/6KMD9PhX
>> >
>> > this one has succeeded. I guess there are multiple config.log files in
>> > your build tree. Perhaps the one which shows exit 1 at the end is one
>> > I am interested in.
>> >
>> > >
>> > > Bart
>>
>> I don't see any config.h that would fail and I just ran a clean build.
>
>
> Not config.h but config.log
>

Sorry, the heatwave is getting to me.

Still with config.log:

When I run this from the gcc-runtime's workdir:

$ find | grep config.log$ | xargs tail -n1
==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/intl/config.log <==
configure: exit 0

==> 
./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/arm-yocto-eabi/libgcc/config.log
<==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/libcody/config.log <==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/fixincludes/config.log <==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/lto-plugin/config.log <==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/gcc/config.log <==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/libbacktrace/config.log <==
configure: exit 0

==> ./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/libcpp/config.log <==
configure: exit 0

==> 
./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/build-x86_64-linux/fixincludes/config.log
<==
configure: exit 0

==> 
./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/build-x86_64-linux/libcpp/config.log
<==
configure: exit 0

==> 
./gcc-12.1.0/build.arm-yocto-eabi.arm-yocto-eabi/build-x86_64-linux/libibe