public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827
@ 2024-09-03  8:32 wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 02/22] cairo: upgrade 1.18.0 -> 1.18.2 wangmy
                   ` (20 more replies)
  0 siblings, 21 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix the PHAT table working: ensure that the PHAT firmware health record offset
  works correctly, fix various sub-table offsets, prevent segmentation faults
  when encountering invalid device paths.
- Fix the optional table 4-byte signature.
- Correct the dumping of SLIC and DBG2 tables.
- Add support for QWordPCC and DWordPCC
- Fix the integer to hex string conversions
- Detecting FACS in reduced HW mode and allowing setting waking vector thereby waking up from S3 state
- Fixing issues with crossing page boundaries when mapping operation regions
- Update the support for IORT, HMAT, MPAM, AEST, CEDT, SPCR etc. tables
- Fix multiple issues with table parsing, compilation and disassembly
- Allow for more flexibility in _DSM usage.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../acpica/{acpica_20240322.bb => acpica_20240827.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/acpica/{acpica_20240322.bb => acpica_20240827.bb} (96%)

diff --git a/meta/recipes-extended/acpica/acpica_20240322.bb b/meta/recipes-extended/acpica/acpica_20240827.bb
similarity index 96%
rename from meta/recipes-extended/acpica/acpica_20240322.bb
rename to meta/recipes-extended/acpica/acpica_20240827.bb
index 90e3599d32..7e8c68db90 100644
--- a/meta/recipes-extended/acpica/acpica_20240322.bb
+++ b/meta/recipes-extended/acpica/acpica_20240827.bb
@@ -17,7 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 DEPENDS = "m4-native flex-native bison-native"
 
 SRC_URI = "git://github.com/acpica/acpica;protocol=https;branch=master"
-SRCREV = "170fc3076a86777077637f10b05c32ac21ac13aa"
+SRCREV = "e80cbd7b52de20aa8c75bfba9845e9cb61f2e681"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 02/22] cairo: upgrade 1.18.0 -> 1.18.2
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 03/22] dhcpcd: upgrade 10.0.8 -> 10.0.10 wangmy
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- The malloc-stats code has been removed from the tests directory
  Cairo now requires a version of pixman equal to, or newer than, 0.40.
- There have been multiple build fixes for newer versions of GCC
  for MSVC; for Solaris; and on macOS 10.7
- PNG errors caused by loading malformed data are correctly propagated to
  callers, so they can handle the case.
- Both stroke and fill colors are now set when showing glyphs on a PDF
  surface.
- All the font options are copied when creating a fallback font object.
- When drawing text on macOS, Cairo now tries harder to select the appropriate
  font name.
- Cairo now prefers the COLRv1 table inside a font, if one is available.
- Cairo requires a C11 toolchain when building.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-graphics/cairo/{cairo_1.18.0.bb => cairo_1.18.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/cairo/{cairo_1.18.0.bb => cairo_1.18.2.bb} (97%)

diff --git a/meta/recipes-graphics/cairo/cairo_1.18.0.bb b/meta/recipes-graphics/cairo/cairo_1.18.2.bb
similarity index 97%
rename from meta/recipes-graphics/cairo/cairo_1.18.0.bb
rename to meta/recipes-graphics/cairo/cairo_1.18.2.bb
index 4c97e973d0..12aeb431d0 100644
--- a/meta/recipes-graphics/cairo/cairo_1.18.0.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.18.2.bb
@@ -32,7 +32,7 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz \
            file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
           "
 
-SRC_URI[sha256sum] = "243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64"
+SRC_URI[sha256sum] = "a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a"
 
 inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 03/22] dhcpcd: upgrade 10.0.8 -> 10.0.10
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 02/22] cairo: upgrade 1.18.0 -> 1.18.2 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 04/22] diffoscope: upgrade 276 -> 277 wangmy
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2024.

0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
refreshed for 10.0.10

Changelog:
==========
- configure: add --enable-ntp
- Force dumplease to parse stdin
- holmanb authored and rsmarples committed
- Improve and document prior.
- linux: Prefer local over address when both in netlink RTA
- IPv6: DUPLICATED could be announced by RTM_DELADDR
- Fix prior patch which might also fix #333
- IPv6: Delay for LL address before delay for start
- IPv6: make more readable (nfc)
- DHCP6: Don't remove delegated prefix addresses on start or fail
- privsep: Sweep ELE_ERROR away for BPF
- DHCP6: Add commentary around why we read leases
- linux: allow roaming without IFF_DORMANT
- DHCP: Remove an assertation in get_lease if ia is NULL
- DHCP6: Persist configuration on confirm/rebind failure
- DHCP6: Don't remove state in DISCOVER
- IPv4LL: Restart ARP probling on address conflict
- DHCP: Handle option 108 correctly when receiving 0.0.0.0 OFFER
- taoyl-g and rsmarples committed on Jul 25
- DHCP: No longer set interface mtu
- IPv4LL: If we are not configuring, abort if address does not exist
- IPv4LL: Harden the noconfigure option.
- DHCP6: Remove the dhcp6_pd_addr packed struct
- Update privsep-linux.c to allow statx

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dhcpcd/{dhcpcd_10.0.8.bb => dhcpcd_10.0.10.bb}       | 4 ++--
 ...hcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 7 +++----
 .../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 9 ++++-----
 3 files changed, 9 insertions(+), 11 deletions(-)
 rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.8.bb => dhcpcd_10.0.10.bb} (94%)

diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb
similarity index 94%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb
index 43de279cfd..0ae9db911c 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "dhcpcd runs on your machine and silently configures your \
 HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
 
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ba9c7e534853aaf3de76c905b2410ffd"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d296c4bec306f351e676705aaf237c8c"
 
 SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master \
            file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
            file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
            "
 
-SRCREV = "a15ba1987c264eaa06c2655ddd0891aa5ac48c09"
+SRCREV = "ab5ec18e755c1bb450c74d3a4657ea48d0f7f314"
 S = "${WORKDIR}/git"
 
 inherit pkgconfig autotools-brokensep systemd useradd
diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
index 461d04bd1d..b958110ef1 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
@@ -1,4 +1,4 @@
-From 5d5ba8a2b8010db6bee68bd712f829cb737c9ac1 Mon Sep 17 00:00:00 2001
+From 1115784dfdf2e7095cf599f9becef705ac57f80e Mon Sep 17 00:00:00 2001
 From: Lei Maohui <leimaohui@fujitsu.com>
 Date: Fri, 10 Mar 2023 03:48:46 +0000
 Subject: [PATCH] dhcpcd.8: Fix conflict error when enable multilib.
@@ -24,16 +24,15 @@ versions.
 
 Upstream-Status: Inappropriate [oe specific]
 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
-
 ---
  src/dhcpcd.8.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in
-index 93232840..09930a31 100644
+index 04bf7d90..9cf10d24 100644
 --- a/src/dhcpcd.8.in
 +++ b/src/dhcpcd.8.in
-@@ -824,7 +824,7 @@ Configuration file for dhcpcd.
+@@ -826,7 +826,7 @@ Configuration file for dhcpcd.
  If you always use the same options, put them here.
  .It Pa @SCRIPT@
  Bourne shell script that is run to configure or de-configure an interface.
diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
index c54942be4b..8890c2d7dc 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
@@ -1,4 +1,4 @@
-From ec9fc4e6086e1dbe0ac2f94a8a088a571596a581 Mon Sep 17 00:00:00 2001
+From 69babef33b0ee4c60d8821797777b9affedd47da Mon Sep 17 00:00:00 2001
 From: Stefano Cappa <stefano.cappa.ks89@gmail.com>
 Date: Sun, 13 Jan 2019 01:50:52 +0100
 Subject: [PATCH] remove INCLUDEDIR to prevent build issues
@@ -6,13 +6,12 @@ Subject: [PATCH] remove INCLUDEDIR to prevent build issues
 Upstream-Status: Pending
 
 Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
-
 ---
  configure | 5 -----
  1 file changed, 5 deletions(-)
 
 diff --git a/configure b/configure
-index 5237b0e2..7220718b 100755
+index 1a772b02..0f915b39 100755
 --- a/configure
 +++ b/configure
 @@ -26,7 +26,6 @@ BUILD=
@@ -23,7 +22,7 @@ index 5237b0e2..7220718b 100755
  DEBUG=
  FORK=
  STATIC=
-@@ -86,7 +85,6 @@ for x do
+@@ -89,7 +88,6 @@ for x do
  	--mandir) MANDIR=$var;;
  	--datadir) DATADIR=$var;;
  	--with-ccopts|CFLAGS) CFLAGS=$var;;
@@ -31,7 +30,7 @@ index 5237b0e2..7220718b 100755
  	CC) CC=$var;;
  	CPPFLAGS) CPPFLAGS=$var;;
  	PKG_CONFIG) PKG_CONFIG=$var;;
-@@ -343,9 +341,6 @@ if [ -n "$CPPFLAGS" ]; then
+@@ -346,9 +344,6 @@ if [ -n "$CPPFLAGS" ]; then
  	echo "CPPFLAGS=" >>$CONFIG_MK
  	echo "CPPFLAGS+=	$CPPFLAGS" >>$CONFIG_MK
  fi
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 04/22] diffoscope: upgrade 276 -> 277
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 02/22] cairo: upgrade 1.18.0 -> 1.18.2 wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 03/22] dhcpcd: upgrade 10.0.8 -> 10.0.10 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 05/22] ell: upgrade 0.67 -> 0.68 wangmy
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Don't crash when attempting to hashing symlinks with targets that point to
  a directory.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../diffoscope/{diffoscope_276.bb => diffoscope_277.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_276.bb => diffoscope_277.bb} (93%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_276.bb b/meta/recipes-support/diffoscope/diffoscope_277.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_276.bb
rename to meta/recipes-support/diffoscope/diffoscope_277.bb
index ed8ae52d9a..f609e607f3 100644
--- a/meta/recipes-support/diffoscope/diffoscope_276.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_277.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "094d1f8c312ef9e776247c5f7653b7953dc9c41a037683a1a5937d63a232584a"
+SRC_URI[sha256sum] = "d2d4236d7b72be8344b0c7a19506350a7b17d316bcd79d7bfc113e10400b0e10"
 
 RDEPENDS:${PN} += "\
         binutils \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 05/22] ell: upgrade 0.67 -> 0.68
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (2 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 04/22] diffoscope: upgrade 276 -> 277 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0 wangmy
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix issue with string allocation growth strategy.
- Add support for netlink helper functions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-core/ell/{ell_0.67.bb => ell_0.68.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.67.bb => ell_0.68.bb} (88%)

diff --git a/meta/recipes-core/ell/ell_0.67.bb b/meta/recipes-core/ell/ell_0.68.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.67.bb
rename to meta/recipes-core/ell/ell_0.68.bb
index 6b0ebbe621..40c057afc2 100644
--- a/meta/recipes-core/ell/ell_0.67.bb
+++ b/meta/recipes-core/ell/ell_0.68.bb
@@ -15,4 +15,4 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "97942e8cefb130b632496e5485242f3f374f3b8846800fb74fffd76dc2a0c726"
+SRC_URI[sha256sum] = "ddcbf381d758f61a02954bf5d2907c8900462abb7b2dcf45589874978bc10125"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (3 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 05/22] ell: upgrade 0.67 -> 0.68 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03 21:51   ` Richard Purdie
  2024-09-04  2:21   ` Yi Zhao
  2024-09-03  8:32 ` [OE-core] [PATCH 07/22] libdrm: upgrade 2.4.122 -> 2.4.123 wangmy
                   ` (15 subsequent siblings)
  20 siblings, 2 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Add copyright and licensing metadata to all files

Changelog:
==========
- Improve conformance of the JSON parser
- Add conformance test suite from https://github.com/nst/JSONTestSuite
- Add JsonParser:strict to enable strict parsing
- Add '--strict' to json-glib-validate to enable strict parsing
- Deprecate the signals on JsonParser
- Port tools man pages from DocBook to reStructureText
- Add "documentation" configuration option, and deprecate "gtk_doc"
- Add JsonGenerator.take_root()
- Documentation improvements for JsonReader
- Raise parser error for malformed Unicode
- Build fixes and performance improvements
- Allow disabling installed tests
- Support parsing multiple root statements in non-strict mode
- Allow loading files >4GB with json-glib-validate

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../json-glib/{json-glib_1.8.0.bb => json-glib_1.10.0.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/json-glib/{json-glib_1.8.0.bb => json-glib_1.10.0.bb} (87%)

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
similarity index 87%
rename from meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
index 2094ebe3e7..8d71524dd5 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/JsonGlib"
 BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues"
 
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+LIC_FILES_CHKSUM = "file://COPYING;md5=41890f71f740302b785c27661123bff5"
 
 DEPENDS = "glib-2.0 glib-2.0-native"
 
@@ -18,7 +18,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
 GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
 
 SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454"
+SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 07/22] libdrm: upgrade 2.4.122 -> 2.4.123
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (4 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 08/22] libsoup: upgrade 3.4.4 -> 3.6.0 wangmy
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../drm/{libdrm_2.4.122.bb => libdrm_2.4.123.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.122.bb => libdrm_2.4.123.bb} (97%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.122.bb b/meta/recipes-graphics/drm/libdrm_2.4.123.bb
similarity index 97%
rename from meta/recipes-graphics/drm/libdrm_2.4.122.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.123.bb
index e295f64178..b75d7b6103 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.122.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.123.bb
@@ -13,7 +13,7 @@ DEPENDS = "libpthread-stubs"
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
           "
 
-SRC_URI[sha256sum] = "d9f5079b777dffca9300ccc56b10a93588cdfbc9dde2fae111940dfb6292f251"
+SRC_URI[sha256sum] = "a2b98567a149a74b0f50e91e825f9c0315d86e7be9b74394dae8b298caadb79e"
 
 inherit meson pkgconfig manpages
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 08/22] libsoup: upgrade 3.4.4 -> 3.6.0
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (5 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 07/22] libdrm: upgrade 2.4.122 -> 2.4.123 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 09/22] liburcu: upgrade 0.14.0 -> 0.14.1 wangmy
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Allow HTTP/2 to be used with non-HTTP proxies
* Strictly forbid NUL bytes in headers
* Fix minor leaks
* Add 'SOUP_METHOD_PATCH'
* websocket: Add 'SoupWebsocketConnection:keepalive-pong-timeout' property
* Increase maxmimum size of HTTP headers
* Fix 'soup_uri_copy()' in Vala
* Fix leak in 'soup_message_new_from_encoded_form()'
* multipart: Improve handling of messages missing termination
* logger: Fix request filter function being called with response user data
* logger: Fix response bodies never being logged if request bodies aren't
* logger: Add Soup-Host to logged headers for when Host is missing
* cookies: Fix incorrect logic in determining same-site cookies
* cookie-jar-db: Explicitly handle old databases lacking same-site column
* cookies: Limit the Max-Age to 1 year

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsoup/{libsoup_3.4.4.bb => libsoup_3.6.0.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libsoup/{libsoup_3.4.4.bb => libsoup_3.6.0.bb} (96%)

diff --git a/meta/recipes-support/libsoup/libsoup_3.4.4.bb b/meta/recipes-support/libsoup/libsoup_3.6.0.bb
similarity index 96%
rename from meta/recipes-support/libsoup/libsoup_3.4.4.bb
rename to meta/recipes-support/libsoup/libsoup_3.6.0.bb
index 6f7cac4cf8..195fc4f741 100644
--- a/meta/recipes-support/libsoup/libsoup_3.4.4.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.6.0.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "291c67725f36ed90ea43efff25064b69c5a2d1981488477c05c481a3b4b0c5aa"
+SRC_URI[sha256sum] = "62959f791e8e8442f8c13cedac8c4919d78f9120d5bb5301be67a5e53318b4a3"
 
 PROVIDES = "libsoup-3.0"
 CVE_PRODUCT = "libsoup"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 09/22] liburcu: upgrade 0.14.0 -> 0.14.1
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (6 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 08/22] libsoup: upgrade 3.4.4 -> 3.6.0 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 10/22] lttng-tools: upgrade 2.13.13 -> 2.13.14 wangmy
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Fix: missing typename in URCU_FORCE_CAST
* Allow building with GCC >= 13.3 on RISC-V
* pointer.h: Fix the rcu_cmpxchg_pointer documentation
* Adjust shell script to allow Bash in other locations
* fix: handle EINTR correctly in get_cpu_mask_from_sysfs
* Relicense src/compat-smp.h to MIT
* ppc.h: use mftb on ppc
* Fix: allow clang to build liburcu on RISC-V
* Fix -Walloc-size
* urcu/uatomic/riscv: Mark RISC-V as broken
* Fix: urcu-bp: misaligned reader accesses
* LoongArch: Document that byte and short atomics are implemented with LL/SC
* Add LoongArch support
* tests/regression/rcutorture: Add wait state
* urcu-wait: Initialize node in URCU_WAIT_NODE_INIT
* Fix: urcu-wait: add missing futex.h include
* Adjust shell scripts to allow Bash in other locations
* Add support for OpenBSD
* Revert "compiler.h: Introduce caa_unqual_scalar_typeof"
* rculfhash: Use caa_container_of_check_null in cds_lfht_entry
* compiler.h: Introduce caa_container_of_check_null
* compiler.h: Introduce caa_unqual_scalar_typeof
* Avoid calling caa_container_of on NULL pointer in cds_lfht macros
* Fix: revise urcu_read_lock_update() comment
* Fix: uatomic powerpc comment about lwsync
* fix: aarch64: allow RHEL7 gcc 4.8.5-11
* fix: warning 'noreturn' function does return on ppc
* Fix: use __noreturn__ for C11-compatibility

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../liburcu/{liburcu_0.14.0.bb => liburcu_0.14.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/liburcu/{liburcu_0.14.0.bb => liburcu_0.14.1.bb} (91%)

diff --git a/meta/recipes-support/liburcu/liburcu_0.14.0.bb b/meta/recipes-support/liburcu/liburcu_0.14.1.bb
similarity index 91%
rename from meta/recipes-support/liburcu/liburcu_0.14.0.bb
rename to meta/recipes-support/liburcu/liburcu_0.14.1.bb
index f03c990632..3b083b2514 100644
--- a/meta/recipes-support/liburcu/liburcu_0.14.0.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.14.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \
 
 SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "ca43bf261d4d392cff20dfae440836603bf009fce24fdc9b2697d837a2239d4f"
+SRC_URI[sha256sum] = "231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0"
 
 S = "${WORKDIR}/userspace-rcu-${PV}"
 inherit autotools multilib_header
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 10/22] lttng-tools: upgrade 2.13.13 -> 2.13.14
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (7 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 09/22] liburcu: upgrade 0.14.0 -> 0.14.1 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 11/22] mc: upgrade 4.8.31 -> 4.8.32 wangmy
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Fix: Do not null out lttng_consumer_stream channel on deletion
* Fix: Crash when unregistering UST apps during shutdown
* lttng-ctl: Hide symbol introduced by fix

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{lttng-tools_2.13.13.bb => lttng-tools_2.13.14.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.13.13.bb => lttng-tools_2.13.14.bb} (99%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
similarity index 99%
rename from meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
index e73dd4801a..65d19b6e5f 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb
@@ -41,7 +41,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch \
            "
 
-SRC_URI[sha256sum] = "ff5f4f00b081dac66092afe8e72b7c790670931cf1c1ee0deaa7f80fbc53883e"
+SRC_URI[sha256sum] = "53bdf7c4ad07dbfe660ee4d9affc63fe44ae59e9a73c6f7a96e0fca140e5adcb"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 11/22] mc: upgrade 4.8.31 -> 4.8.32
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (8 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 10/22] lttng-tools: upgrade 2.13.13 -> 2.13.14 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 12/22] nghttp2: upgrade 1.62.1 -> 1.63.0 wangmy
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/mc/{mc_4.8.31.bb => mc_4.8.32.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/mc/{mc_4.8.31.bb => mc_4.8.32.bb} (97%)

diff --git a/meta/recipes-extended/mc/mc_4.8.31.bb b/meta/recipes-extended/mc/mc_4.8.32.bb
similarity index 97%
rename from meta/recipes-extended/mc/mc_4.8.31.bb
rename to meta/recipes-extended/mc/mc_4.8.32.bb
index 5f8257f71f..d3b8ea006b 100644
--- a/meta/recipes-extended/mc/mc_4.8.31.bb
+++ b/meta/recipes-extended/mc/mc_4.8.32.bb
@@ -11,7 +11,7 @@ RRECOMMENDS:${PN} = "ncurses-terminfo"
 SRC_URI = "http://ftp.midnight-commander.org/${BPN}-${PV}.tar.bz2 \
            file://nomandate.patch \
            "
-SRC_URI[sha256sum] = "f42f4114ed42f6cf9995f1d896fa6c797ccb36dac57760dda8dd9f78ac462841"
+SRC_URI[sha256sum] = "51a039ebd15d5e442312a7053a4ca28276b7f241050b7714d5bae5362ecd3319"
 
 inherit autotools gettext pkgconfig
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 12/22] nghttp2: upgrade 1.62.1 -> 1.63.0
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (9 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 11/22] mc: upgrade 4.8.31 -> 4.8.32 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 13/22] ofono: upgrade 2.9 -> 2.10 wangmy
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../nghttp2/{nghttp2_1.62.1.bb => nghttp2_1.63.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/nghttp2/{nghttp2_1.62.1.bb => nghttp2_1.63.0.bb} (91%)

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.62.1.bb b/meta/recipes-support/nghttp2/nghttp2_1.63.0.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.62.1.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.63.0.bb
index 8ab6b17feb..43dbf722e9 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.62.1.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.63.0.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz"
-SRC_URI[sha256sum] = "2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72"
+SRC_URI[sha256sum] = "4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b"
 
 inherit cmake manpages python3native github-releases
 PACKAGECONFIG[manpages] = ""
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 13/22] ofono: upgrade 2.9 -> 2.10
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (10 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 12/22] nghttp2: upgrade 1.62.1 -> 1.63.0 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 14/22] python3-certifi: upgrade 2024.7.4 -> 2024.8.30 wangmy
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix issue with SMS and user data length checks.
- Add support for QMI and Dual-Stack context activation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-connectivity/ofono/{ofono_2.9.bb => ofono_2.10.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.9.bb => ofono_2.10.bb} (95%)

diff --git a/meta/recipes-connectivity/ofono/ofono_2.9.bb b/meta/recipes-connectivity/ofono/ofono_2.10.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.9.bb
rename to meta/recipes-connectivity/ofono/ofono_2.10.bb
index 26cb9bb7ff..c1f686b164 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.9.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.10.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
     ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
     file://ofono \
 "
-SRC_URI[sha256sum] = "9d2612925a23a7fb668f297a044b5ea136215cc399ecc3f127135c8f2a9845f9"
+SRC_URI[sha256sum] = "ce65c12e446f7b15d2ed98a220f9cc6f1571b269d83c4f14b0a2d67c33919fef"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 14/22] python3-certifi: upgrade 2024.7.4 -> 2024.8.30
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (11 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 13/22] ofono: upgrade 2.9 -> 2.10 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 15/22] python3-idna: upgrade 3.7 -> 3.8 wangmy
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...python3-certifi_2024.7.4.bb => python3-certifi_2024.8.30.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-certifi_2024.7.4.bb => python3-certifi_2024.8.30.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-certifi_2024.7.4.bb b/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-certifi_2024.7.4.bb
rename to meta/recipes-devtools/python/python3-certifi_2024.8.30.bb
index 781e04213d..87047b9370 100644
--- a/meta/recipes-devtools/python/python3-certifi_2024.7.4.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2024.8.30.bb
@@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"
 
-SRC_URI[sha256sum] = "5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"
+SRC_URI[sha256sum] = "bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"
 
 inherit pypi setuptools3
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 15/22] python3-idna: upgrade 3.7 -> 3.8
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (12 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 14/22] python3-certifi: upgrade 2024.7.4 -> 2024.8.30 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 16/22] python3-maturin: upgrade 1.7.0 -> 1.7.1 wangmy
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix regression where IDNAError exception was not being produced for certain inputs.
- Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable.
- Documentation improvements
- Updates to package testing using Github actions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-idna_3.7.bb => python3-idna_3.8.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-idna_3.7.bb => python3-idna_3.8.bb} (84%)

diff --git a/meta/recipes-devtools/python/python3-idna_3.7.bb b/meta/recipes-devtools/python/python3-idna_3.8.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-idna_3.7.bb
rename to meta/recipes-devtools/python/python3-idna_3.8.bb
index 713e803d03..95c3c8cc44 100644
--- a/meta/recipes-devtools/python/python3-idna_3.7.bb
+++ b/meta/recipes-devtools/python/python3-idna_3.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna"
 LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1"
 
-SRC_URI[sha256sum] = "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
+SRC_URI[sha256sum] = "d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"
 
 SRC_URI += "file://run-ptest"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 16/22] python3-maturin: upgrade 1.7.0 -> 1.7.1
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (13 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 15/22] python3-idna: upgrade 3.7 -> 3.8 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 17/22] python3-pbr: upgrade 6.0.0 -> 6.1.0 wangmy
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog
=========
- Update clap_complete_command to v0.6.1
- Fix platform tags when cross-compiling universal2
- Fix Typo in Migration Guide
- Fix rust 1.80 clippy errors
- Don't check .gitignore files in parent directories
- Replace --skip-auditwheel with --auditwheel option
- Remove install_requires and setup_requires from setup.py
- Use modern stripping option
- Move project metadata from setup.py to pyproject.toml
- Update manylinux/musllinux policies to the latest main
- use just licenses as the license directory in a wheel
- Forward cargo package --list warnings
- Add current package context to source dist error
- Place source dist readmes next to Cargo.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-maturin-crates.inc         | 36 +++++++++----------
 ...urin_1.7.0.bb => python3-maturin_1.7.1.bb} |  2 +-
 2 files changed, 19 insertions(+), 19 deletions(-)
 rename meta/recipes-devtools/python/{python3-maturin_1.7.0.bb => python3-maturin_1.7.1.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-maturin-crates.inc b/meta/recipes-devtools/python/python3-maturin-crates.inc
index d69e60303d..1e1b573b91 100644
--- a/meta/recipes-devtools/python/python3-maturin-crates.inc
+++ b/meta/recipes-devtools/python/python3-maturin-crates.inc
@@ -36,7 +36,7 @@ SRC_URI += " \
     crate://crates.io/cargo-zigbuild/0.18.4 \
     crate://crates.io/cargo_metadata/0.18.1 \
     crate://crates.io/cbindgen/0.26.0 \
-    crate://crates.io/cc/1.0.104 \
+    crate://crates.io/cc/1.1.6 \
     crate://crates.io/cfb/0.9.0 \
     crate://crates.io/cfg-if/1.0.0 \
     crate://crates.io/charset/0.1.3 \
@@ -44,8 +44,8 @@ SRC_URI += " \
     crate://crates.io/clap/4.5.7 \
     crate://crates.io/clap_builder/4.5.7 \
     crate://crates.io/clap_complete/4.5.5 \
-    crate://crates.io/clap_complete_command/0.5.1 \
-    crate://crates.io/clap_complete_nushell/0.1.11 \
+    crate://crates.io/clap_complete_command/0.6.1 \
+    crate://crates.io/clap_complete_nushell/4.5.2 \
     crate://crates.io/clap_derive/4.5.5 \
     crate://crates.io/clap_lex/0.7.1 \
     crate://crates.io/cli-table/0.4.7 \
@@ -154,10 +154,10 @@ SRC_URI += " \
     crate://crates.io/num_enum_derive/0.7.2 \
     crate://crates.io/number_prefix/0.4.0 \
     crate://crates.io/once_cell/1.19.0 \
-    crate://crates.io/openssl/0.10.64 \
+    crate://crates.io/openssl/0.10.66 \
     crate://crates.io/openssl-macros/0.1.1 \
     crate://crates.io/openssl-probe/0.1.5 \
-    crate://crates.io/openssl-sys/0.9.102 \
+    crate://crates.io/openssl-sys/0.9.103 \
     crate://crates.io/option-ext/0.2.0 \
     crate://crates.io/os_pipe/1.2.0 \
     crate://crates.io/overload/0.1.1 \
@@ -165,8 +165,8 @@ SRC_URI += " \
     crate://crates.io/parking_lot_core/0.9.10 \
     crate://crates.io/paste/1.0.15 \
     crate://crates.io/path-slash/0.2.1 \
-    crate://crates.io/pep440_rs/0.5.0 \
-    crate://crates.io/pep508_rs/0.4.2 \
+    crate://crates.io/pep440_rs/0.6.0 \
+    crate://crates.io/pep508_rs/0.6.0 \
     crate://crates.io/percent-encoding/2.3.1 \
     crate://crates.io/pin-project-lite/0.2.14 \
     crate://crates.io/pin-utils/0.1.0 \
@@ -180,7 +180,7 @@ SRC_URI += " \
     crate://crates.io/proc-macro-crate/3.1.0 \
     crate://crates.io/proc-macro2/1.0.85 \
     crate://crates.io/psm/0.1.21 \
-    crate://crates.io/pyproject-toml/0.10.0 \
+    crate://crates.io/pyproject-toml/0.11.0 \
     crate://crates.io/python-pkginfo/0.6.2 \
     crate://crates.io/quote/1.0.36 \
     crate://crates.io/quoted_printable/0.5.0 \
@@ -244,7 +244,7 @@ SRC_URI += " \
     crate://crates.io/syn/1.0.109 \
     crate://crates.io/syn/2.0.66 \
     crate://crates.io/tar/0.4.41 \
-    crate://crates.io/target-lexicon/0.12.14 \
+    crate://crates.io/target-lexicon/0.12.15 \
     crate://crates.io/tempfile/3.10.1 \
     crate://crates.io/termcolor/1.4.1 \
     crate://crates.io/terminal_size/0.3.0 \
@@ -366,7 +366,7 @@ SRC_URI[cargo-xwin-0.16.5.sha256sum] = "471f6fff351fc5ab837ce7223637f7c20048e4a8
 SRC_URI[cargo-zigbuild-0.18.4.sha256sum] = "65004153e67ac23be88a8e244304a872d727b2aa08654dcabfbecd1fdea4a488"
 SRC_URI[cargo_metadata-0.18.1.sha256sum] = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
 SRC_URI[cbindgen-0.26.0.sha256sum] = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
-SRC_URI[cc-1.0.104.sha256sum] = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
+SRC_URI[cc-1.1.6.sha256sum] = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
 SRC_URI[cfb-0.9.0.sha256sum] = "b390793e912300f1aa713429f7fd0c391024e6c18b988962558bc4f96a349b1f"
 SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 SRC_URI[charset-0.1.3.sha256sum] = "18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46"
@@ -374,8 +374,8 @@ SRC_URI[chumsky-0.9.3.sha256sum] = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f
 SRC_URI[clap-4.5.7.sha256sum] = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
 SRC_URI[clap_builder-4.5.7.sha256sum] = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
 SRC_URI[clap_complete-4.5.5.sha256sum] = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4"
-SRC_URI[clap_complete_command-0.5.1.sha256sum] = "183495371ea78d4c9ff638bfc6497d46fed2396e4f9c50aebc1278a4a9919a3d"
-SRC_URI[clap_complete_nushell-0.1.11.sha256sum] = "5d02bc8b1a18ee47c4d2eec3fb5ac034dc68ebea6125b1509e9ccdffcddce66e"
+SRC_URI[clap_complete_command-0.6.1.sha256sum] = "da8e198c052315686d36371e8a3c5778b7852fc75cc313e4e11eeb7a644a1b62"
+SRC_URI[clap_complete_nushell-4.5.2.sha256sum] = "1accf1b463dee0d3ab2be72591dccdab8bef314958340447c882c4c72acfe2a3"
 SRC_URI[clap_derive-4.5.5.sha256sum] = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
 SRC_URI[clap_lex-0.7.1.sha256sum] = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
 SRC_URI[cli-table-0.4.7.sha256sum] = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d"
@@ -484,10 +484,10 @@ SRC_URI[num_enum-0.7.2.sha256sum] = "02339744ee7253741199f897151b38e72257d13802d
 SRC_URI[num_enum_derive-0.7.2.sha256sum] = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
 SRC_URI[number_prefix-0.4.0.sha256sum] = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
 SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
-SRC_URI[openssl-0.10.64.sha256sum] = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
+SRC_URI[openssl-0.10.66.sha256sum] = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
 SRC_URI[openssl-macros-0.1.1.sha256sum] = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 SRC_URI[openssl-probe-0.1.5.sha256sum] = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
-SRC_URI[openssl-sys-0.9.102.sha256sum] = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
+SRC_URI[openssl-sys-0.9.103.sha256sum] = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
 SRC_URI[option-ext-0.2.0.sha256sum] = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 SRC_URI[os_pipe-1.2.0.sha256sum] = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209"
 SRC_URI[overload-0.1.1.sha256sum] = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
@@ -495,8 +495,8 @@ SRC_URI[parking_lot-0.12.3.sha256sum] = "f1bf18183cf54e8d6059647fc3063646a1801cf
 SRC_URI[parking_lot_core-0.9.10.sha256sum] = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 SRC_URI[paste-1.0.15.sha256sum] = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 SRC_URI[path-slash-0.2.1.sha256sum] = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
-SRC_URI[pep440_rs-0.5.0.sha256sum] = "15efd4d885c29126cc93e12af3087896e2518bd5ca0fb328c19c4ef9cecfa8be"
-SRC_URI[pep508_rs-0.4.2.sha256sum] = "1455babf8edd3eedcdfcb39700e455a4bb189e71b4f1fa0eacc9b244cc5a55e6"
+SRC_URI[pep440_rs-0.6.0.sha256sum] = "ca0a570e7ec9171250cac57614e901f62408094b54b3798bb920d3cf0d4a0e09"
+SRC_URI[pep508_rs-0.6.0.sha256sum] = "581c27e97a3f38c5d691962af7da93c2672b5227d59cf165b87a9b1fd53dd724"
 SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 SRC_URI[pin-project-lite-0.2.14.sha256sum] = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
 SRC_URI[pin-utils-0.1.0.sha256sum] = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
@@ -510,7 +510,7 @@ SRC_URI[pretty_assertions-1.4.0.sha256sum] = "af7cee1a6c8a5b9208b3cb1061f10c0cb6
 SRC_URI[proc-macro-crate-3.1.0.sha256sum] = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 SRC_URI[proc-macro2-1.0.85.sha256sum] = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
 SRC_URI[psm-0.1.21.sha256sum] = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
-SRC_URI[pyproject-toml-0.10.0.sha256sum] = "3b80f889b6d413c3f8963a2c7db03f95dd6e1d85e1074137cb2013ea2faa8898"
+SRC_URI[pyproject-toml-0.11.0.sha256sum] = "ef7061023bcb58a0fc4a4bbe9819c13b0dca7c2abc14da14f5ecc1532ab3a36a"
 SRC_URI[python-pkginfo-0.6.2.sha256sum] = "4320ca452fe003f8a07afb8e30c315bbd813ae8105f454ddefebf15a24021e1f"
 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
 SRC_URI[quoted_printable-0.5.0.sha256sum] = "79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0"
@@ -574,7 +574,7 @@ SRC_URI[subtle-2.5.0.sha256sum] = "81cdd64d312baedb58e21336b31bc043b77e01cc99033
 SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 SRC_URI[syn-2.0.66.sha256sum] = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
 SRC_URI[tar-0.4.41.sha256sum] = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
-SRC_URI[target-lexicon-0.12.14.sha256sum] = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
+SRC_URI[target-lexicon-0.12.15.sha256sum] = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2"
 SRC_URI[tempfile-3.10.1.sha256sum] = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
 SRC_URI[termcolor-1.4.1.sha256sum] = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
 SRC_URI[terminal_size-0.3.0.sha256sum] = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
diff --git a/meta/recipes-devtools/python/python3-maturin_1.7.0.bb b/meta/recipes-devtools/python/python3-maturin_1.7.1.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-maturin_1.7.0.bb
rename to meta/recipes-devtools/python/python3-maturin_1.7.1.bb
index 779a66840e..1a8581e594 100644
--- a/meta/recipes-devtools/python/python3-maturin_1.7.0.bb
+++ b/meta/recipes-devtools/python/python3-maturin_1.7.1.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT | Apache-2.0"
 LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \
                     file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797"
 
-SRC_URI[sha256sum] = "1ba5277dd7832dc6181d69a005182b97b3520945825058484ffd9296f2efb59c"
+SRC_URI[sha256sum] = "147754cb3d81177ee12d9baf575d93549e76121dacd3544ad6a50ab718de2b9c"
 
 S = "${WORKDIR}/maturin-${PV}"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 17/22] python3-pbr: upgrade 6.0.0 -> 6.1.0
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (14 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 16/22] python3-maturin: upgrade 1.7.0 -> 1.7.1 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 18/22] python3-websockets: upgrade 12.0 -> 13.0.1 wangmy
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-change-shebang-to-python3.patch
refreshed for 6.1.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-change-shebang-to-python3.patch            | 13 +++++--------
 meta/recipes-devtools/python/python3-pbr_6.0.0.bb   |  4 ----
 meta/recipes-devtools/python/python3-pbr_6.1.0.bb   |  4 ++++
 3 files changed, 9 insertions(+), 12 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_6.0.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_6.1.0.bb

diff --git a/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch b/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch
index 688da6b204..218add1778 100644
--- a/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch
+++ b/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch
@@ -1,4 +1,4 @@
-From 09bd8368bf0d5385663a10eeb890131481681bdd Mon Sep 17 00:00:00 2001
+From df0a8c56f03004738599e06a7b5a1d2b67189848 Mon Sep 17 00:00:00 2001
 From: Changqing Li <changqing.li@windriver.com>
 Date: Thu, 23 Apr 2020 09:28:58 +0000
 Subject: [PATCH] change shebang to python3
@@ -12,10 +12,10 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/pbr/tests/test_integration.py b/pbr/tests/test_integration.py
-index 8e96f21..b07cbe3 100644
+index cb4b5e5..4cbfb19 100644
 --- a/pbr/tests/test_integration.py
 +++ b/pbr/tests/test_integration.py
-@@ -150,7 +150,7 @@ class TestInstallWithoutPbr(base.BaseTestCase):
+@@ -171,7 +171,7 @@ class TestInstallWithoutPbr(base.BaseTestCase):
          pkgs = {
              'pkgTest': {
                  'setup.py': textwrap.dedent("""\
@@ -25,10 +25,10 @@ index 8e96f21..b07cbe3 100644
                      setuptools.setup(
                          name = 'pkgTest',
 diff --git a/pbr/tests/test_packaging.py b/pbr/tests/test_packaging.py
-index 07be547..f6a9412 100644
+index dddf7ae..bec03ce 100644
 --- a/pbr/tests/test_packaging.py
 +++ b/pbr/tests/test_packaging.py
-@@ -206,7 +206,7 @@ class CreatePackages(fixtures.Fixture):
+@@ -219,7 +219,7 @@ class CreatePackages(fixtures.Fixture):
  
      defaults = {
          'setup.py': textwrap.dedent(six.u("""\
@@ -37,6 +37,3 @@ index 07be547..f6a9412 100644
              import setuptools
              setuptools.setup(
                  setup_requires=['pbr'],
--- 
-2.24.1
-
diff --git a/meta/recipes-devtools/python/python3-pbr_6.0.0.bb b/meta/recipes-devtools/python/python3-pbr_6.0.0.bb
deleted file mode 100644
index 6c8171196a..0000000000
--- a/meta/recipes-devtools/python/python3-pbr_6.0.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit setuptools3
-require python-pbr.inc
-
-SRC_URI[sha256sum] = "d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9"
diff --git a/meta/recipes-devtools/python/python3-pbr_6.1.0.bb b/meta/recipes-devtools/python/python3-pbr_6.1.0.bb
new file mode 100644
index 0000000000..a58b491a82
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pbr_6.1.0.bb
@@ -0,0 +1,4 @@
+inherit setuptools3
+require python-pbr.inc
+
+SRC_URI[sha256sum] = "788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 18/22] python3-websockets: upgrade 12.0 -> 13.0.1
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (15 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 17/22] python3-pbr: upgrade 6.0.0 -> 6.1.0 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 19/22] python3-zipp: upgrade 3.20.0 -> 3.20.1 wangmy
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/python-websockets/websockets/blob/main/docs/project/changelog.rst

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-websockets_12.0.bb => python3-websockets_13.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-websockets_12.0.bb => python3-websockets_13.0.1.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-websockets_12.0.bb b/meta/recipes-devtools/python/python3-websockets_13.0.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-websockets_12.0.bb
rename to meta/recipes-devtools/python/python3-websockets_13.0.1.bb
index e7f5e29523..6a66375cdf 100644
--- a/meta/recipes-devtools/python/python3-websockets_12.0.bb
+++ b/meta/recipes-devtools/python/python3-websockets_13.0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"
+SRC_URI[sha256sum] = "4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 19/22] python3-zipp: upgrade 3.20.0 -> 3.20.1
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (16 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 18/22] python3-websockets: upgrade 12.0 -> 13.0.1 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 20/22] taglib: upgrade 2.0.1 -> 2.0.2 wangmy
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bugfix:
- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring
  support for names with special characters in the archive.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-zipp_3.20.0.bb => python3-zipp_3.20.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.20.0.bb => python3-zipp_3.20.1.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-zipp_3.20.0.bb b/meta/recipes-devtools/python/python3-zipp_3.20.1.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-zipp_3.20.0.bb
rename to meta/recipes-devtools/python/python3-zipp_3.20.1.bb
index 101bafac1e..960a0d69f4 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.20.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.20.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31"
+SRC_URI[sha256sum] = "c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 20/22] taglib: upgrade 2.0.1 -> 2.0.2
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (17 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 19/22] python3-zipp: upgrade 3.20.0 -> 3.20.1 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 21/22] wayland-protocols: upgrade 1.36 -> 1.37 wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 22/22] wayland: upgrade 1.23.0 -> 1.23.1 wangmy
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 * Fix parsing of ID3v2.2 frames.
 * Tolerate MP4 files with unknown atom types as generated by Android tools.
 * Support setting properties with arbitrary names in MP4 tags.
 * Windows: Fix "-p" option in tagwriter example.
 * Support building with older utfcpp versions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/taglib/{taglib_2.0.1.bb => taglib_2.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/taglib/{taglib_2.0.1.bb => taglib_2.0.2.bb} (95%)

diff --git a/meta/recipes-support/taglib/taglib_2.0.1.bb b/meta/recipes-support/taglib/taglib_2.0.2.bb
similarity index 95%
rename from meta/recipes-support/taglib/taglib_2.0.1.bb
rename to meta/recipes-support/taglib/taglib_2.0.2.bb
index 14f99aabbc..254119268c 100644
--- a/meta/recipes-support/taglib/taglib_2.0.1.bb
+++ b/meta/recipes-support/taglib/taglib_2.0.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp"
 
 SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925"
+SRC_URI[sha256sum] = "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737"
 
 UPSTREAM_CHECK_URI = "https://taglib.org/"
 UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 21/22] wayland-protocols: upgrade 1.36 -> 1.37
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (18 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 20/22] taglib: upgrade 2.0.1 -> 2.0.2 wangmy
@ 2024-09-03  8:32 ` wangmy
  2024-09-03  8:32 ` [OE-core] [PATCH 22/22] wayland: upgrade 1.23.0 -> 1.23.1 wangmy
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- xdg-toplevel-icon: add error for destroyed wl_buffer
- pointer-gestures: Add punctuation to clarify gesture cycles
- tablet-v2: Fix feedback description in mode_switch
- ext-image-copy-capture-v1: new protocol
- ext-image-capture-source-v1: new protocol
- governance: document review requirements
- members: trim trailing comma
- readme: recommend using "Draft:" prefix for RFC protocols
- readme: use references for links
- staging: Add xdg-toplevel-icon protocol for dedicated toplevel icons
- readme: s/Makefile.am/meson.build/
- staging/tearing-control: clarify what happens after wl_surface destruction
- ci: don't run pipelines in forks
- various: Fix definition of double-buffered state
- Fix some trivial typos

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{wayland-protocols_1.36.bb => wayland-protocols_1.37.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.36.bb => wayland-protocols_1.37.bb} (92%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.37.bb
similarity index 92%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.36.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.37.bb
index 9b008ca534..2bf59b9719 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.37.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
                     file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
 SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
-SRC_URI[sha256sum] = "71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92"
+SRC_URI[sha256sum] = "a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326"
 
 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
 UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [OE-core] [PATCH 22/22] wayland: upgrade 1.23.0 -> 1.23.1
  2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
                   ` (19 preceding siblings ...)
  2024-09-03  8:32 ` [OE-core] [PATCH 21/22] wayland-protocols: upgrade 1.36 -> 1.37 wangmy
@ 2024-09-03  8:32 ` wangmy
  20 siblings, 0 replies; 28+ messages in thread
From: wangmy @ 2024-09-03  8:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- meson: Fix use of install_data() without specifying install_dir
- Put WL_DEPRECATED in front of the function declarations
- client: Handle proxies with no queue
- tests: add enum bitfield test
- scanner: fix validator for bitfields
- scanner: extract validator function emission to helper function

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../wayland/{wayland_1.23.0.bb => wayland_1.23.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{wayland_1.23.0.bb => wayland_1.23.1.bb} (96%)

diff --git a/meta/recipes-graphics/wayland/wayland_1.23.0.bb b/meta/recipes-graphics/wayland/wayland_1.23.1.bb
similarity index 96%
rename from meta/recipes-graphics/wayland/wayland_1.23.0.bb
rename to meta/recipes-graphics/wayland/wayland_1.23.1.bb
index 8ff47ac171..3a5d91be04 100644
--- a/meta/recipes-graphics/wayland/wayland_1.23.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.23.1.bb
@@ -16,7 +16,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downl
            file://run-ptest \
            file://0001-build-Fix-strndup-detection-on-MinGW.patch \
            "
-SRC_URI[sha256sum] = "05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2"
+SRC_URI[sha256sum] = "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed"
 
 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/tags"
 UPSTREAM_CHECK_REGEX = "releases/(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

* Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-03  8:32 ` [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0 wangmy
@ 2024-09-03 21:51   ` Richard Purdie
  2024-09-04  1:25     ` Mingyu Wang (Fujitsu)
  2024-09-04  2:21   ` Yi Zhao
  1 sibling, 1 reply; 28+ messages in thread
From: Richard Purdie @ 2024-09-03 21:51 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Tue, 2024-09-03 at 16:32 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> License-Update: Add copyright and licensing metadata to all files
> 
> Changelog:
> ==========
> - Improve conformance of the JSON parser
> - Add conformance test suite from
> https://github.com/nst/JSONTestSuite
> - Add JsonParser:strict to enable strict parsing
> - Add '--strict' to json-glib-validate to enable strict parsing
> - Deprecate the signals on JsonParser
> - Port tools man pages from DocBook to reStructureText
> - Add "documentation" configuration option, and deprecate "gtk_doc"
> - Add JsonGenerator.take_root()
> - Documentation improvements for JsonReader
> - Raise parser error for malformed Unicode
> - Build fixes and performance improvements
> - Allow disabling installed tests
> - Support parsing multiple root statements in non-strict mode
> - Allow loading files >4GB with json-glib-validate
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>


https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/6344/steps/11/logs/stdio

The recipe probably needs to adapt to the change listed above:

'Add "documentation" configuration option, and deprecate "gtk_doc"'

but I didn't look in detail, I'm just noting it was a docs build that
failed.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-03 21:51   ` Richard Purdie
@ 2024-09-04  1:25     ` Mingyu Wang (Fujitsu)
  2024-09-04  7:49       ` Richard Purdie
  0 siblings, 1 reply; 28+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2024-09-04  1:25 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core@lists.openembedded.org

I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not reproduce this issue.
Is there any other setting necessary?

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: Wednesday, September 4, 2024 5:51 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
> 
> On Tue, 2024-09-03 at 16:32 +0800, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > License-Update: Add copyright and licensing metadata to all files
> >
> > Changelog:
> > ==========
> > - Improve conformance of the JSON parser
> > - Add conformance test suite from
> > https://github.com/nst/JSONTestSuite
> > - Add JsonParser:strict to enable strict parsing
> > - Add '--strict' to json-glib-validate to enable strict parsing
> > - Deprecate the signals on JsonParser
> > - Port tools man pages from DocBook to reStructureText
> > - Add "documentation" configuration option, and deprecate "gtk_doc"
> > - Add JsonGenerator.take_root()
> > - Documentation improvements for JsonReader
> > - Raise parser error for malformed Unicode
> > - Build fixes and performance improvements
> > - Allow disabling installed tests
> > - Support parsing multiple root statements in non-strict mode
> > - Allow loading files >4GB with json-glib-validate
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> 
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/6344/steps/
> 11/logs/stdio
> 
> The recipe probably needs to adapt to the change listed above:
> 
> 'Add "documentation" configuration option, and deprecate "gtk_doc"'
> 
> but I didn't look in detail, I'm just noting it was a docs build that failed.
> 
> Cheers,
> 
> Richard


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-03  8:32 ` [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0 wangmy
  2024-09-03 21:51   ` Richard Purdie
@ 2024-09-04  2:21   ` Yi Zhao
  1 sibling, 0 replies; 28+ messages in thread
From: Yi Zhao @ 2024-09-04  2:21 UTC (permalink / raw)
  To: wangmy, openembedded-core


On 9/3/24 16:32, wangmy via lists.openembedded.org wrote:
> License-Update: Add copyright and licensing metadata to all files
>
> Changelog:
> ==========
> - Improve conformance of the JSON parser
> - Add conformance test suite from https://github.com/nst/JSONTestSuite
> - Add JsonParser:strict to enable strict parsing
> - Add '--strict' to json-glib-validate to enable strict parsing
> - Deprecate the signals on JsonParser
> - Port tools man pages from DocBook to reStructureText
> - Add "documentation" configuration option, and deprecate "gtk_doc"
> - Add JsonGenerator.take_root()
> - Documentation improvements for JsonReader
> - Raise parser error for malformed Unicode
> - Build fixes and performance improvements
> - Allow disabling installed tests
> - Support parsing multiple root statements in non-strict mode
> - Allow loading files >4GB with json-glib-validate
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>   .../json-glib/{json-glib_1.8.0.bb => json-glib_1.10.0.bb}     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-gnome/json-glib/{json-glib_1.8.0.bb => json-glib_1.10.0.bb} (87%)
>
> diff --git a/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
> similarity index 87%
> rename from meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
> rename to meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
> index 2094ebe3e7..8d71524dd5 100644
> --- a/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
> +++ b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
> @@ -7,7 +7,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/JsonGlib"
>   BUGTRACKER = "https://gitlab.gnome.org/GNOME/json-glib/issues"
>   
>   LICENSE = "LGPL-2.1-only"


The COPYING file now links to LICENSES/LGPL-2.1-or-later.txt[1]. The 
LICENSE should be changed from "LGPL-2.1-only" to "LGPL-2.1-later".

[1] 
https://gitlab.gnome.org/GNOME/json-glib/-/commit/a06d43db36545aff10eb384d62548d96a7cf6020


//Yi

> -LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=41890f71f740302b785c27661123bff5"
>   
>   DEPENDS = "glib-2.0 glib-2.0-native"
>   
> @@ -18,7 +18,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
>   GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
>   
>   SRC_URI += " file://run-ptest"
> -SRC_URI[archive.sha256sum] = "97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454"
> +SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b"
>   
>   PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
>   PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#204133): https://lists.openembedded.org/g/openembedded-core/message/204133
> Mute This Topic: https://lists.openembedded.org/mt/108241638/7283133
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [yi.zhao@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-04  1:25     ` Mingyu Wang (Fujitsu)
@ 2024-09-04  7:49       ` Richard Purdie
  2024-09-11  0:57         ` Mingyu Wang (Fujitsu)
  0 siblings, 1 reply; 28+ messages in thread
From: Richard Purdie @ 2024-09-04  7:49 UTC (permalink / raw)
  To: Mingyu Wang (Fujitsu), openembedded-core@lists.openembedded.org

On Wed, 2024-09-04 at 01:25 +0000, Mingyu Wang (Fujitsu) wrote:
> I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not
> reproduce this issue.
> Is there any other setting necessary?

That build also adds:

DISTRO_FEATURES:append = ' api-documentation'

Cheers,

Richard


^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-04  7:49       ` Richard Purdie
@ 2024-09-11  0:57         ` Mingyu Wang (Fujitsu)
  2024-09-11 10:21           ` Alexander Kanavin
  0 siblings, 1 reply; 28+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2024-09-11  0:57 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core@lists.openembedded.org

I have considered two solutions to this problem:
1. Add rst2man and rst2hhtml5 commands to HOSTTOOLS in bitbake.conf
2. Create native for rst2man and rst2hhtml5 to provide support for other packages that require them
Which solution is better? Or if there are other better solutions, please let me know

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: Wednesday, September 4, 2024 3:49 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
> 
> On Wed, 2024-09-04 at 01:25 +0000, Mingyu Wang (Fujitsu) wrote:
> > I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not
> > reproduce this issue.
> > Is there any other setting necessary?
> 
> That build also adds:
> 
> DISTRO_FEATURES:append = ' api-documentation'
> 
> Cheers,
> 
> Richard

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0
  2024-09-11  0:57         ` Mingyu Wang (Fujitsu)
@ 2024-09-11 10:21           ` Alexander Kanavin
  0 siblings, 0 replies; 28+ messages in thread
From: Alexander Kanavin @ 2024-09-11 10:21 UTC (permalink / raw)
  To: wangmy; +Cc: Richard Purdie, openembedded-core@lists.openembedded.org

On Wed, 11 Sept 2024 at 02:57, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:

> I have considered two solutions to this problem:
> 1. Add rst2man and rst2hhtml5 commands to HOSTTOOLS in bitbake.conf
> 2. Create native for rst2man and rst2hhtml5 to provide support for other packages that require them
> Which solution is better? Or if there are other better solutions, please let me know

Both are already provided by python3-docutils-native. Add that to
respective PACKAGECONFIG options in json-glib recipe.

Alex


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-09-11 10:22 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  8:32 [OE-core] [PATCH 01/22] acpica: upgrade 20240322 -> 20240827 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 02/22] cairo: upgrade 1.18.0 -> 1.18.2 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 03/22] dhcpcd: upgrade 10.0.8 -> 10.0.10 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 04/22] diffoscope: upgrade 276 -> 277 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 05/22] ell: upgrade 0.67 -> 0.68 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 06/22] json-glib: upgrade 1.8.0 -> 1.10.0 wangmy
2024-09-03 21:51   ` Richard Purdie
2024-09-04  1:25     ` Mingyu Wang (Fujitsu)
2024-09-04  7:49       ` Richard Purdie
2024-09-11  0:57         ` Mingyu Wang (Fujitsu)
2024-09-11 10:21           ` Alexander Kanavin
2024-09-04  2:21   ` Yi Zhao
2024-09-03  8:32 ` [OE-core] [PATCH 07/22] libdrm: upgrade 2.4.122 -> 2.4.123 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 08/22] libsoup: upgrade 3.4.4 -> 3.6.0 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 09/22] liburcu: upgrade 0.14.0 -> 0.14.1 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 10/22] lttng-tools: upgrade 2.13.13 -> 2.13.14 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 11/22] mc: upgrade 4.8.31 -> 4.8.32 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 12/22] nghttp2: upgrade 1.62.1 -> 1.63.0 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 13/22] ofono: upgrade 2.9 -> 2.10 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 14/22] python3-certifi: upgrade 2024.7.4 -> 2024.8.30 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 15/22] python3-idna: upgrade 3.7 -> 3.8 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 16/22] python3-maturin: upgrade 1.7.0 -> 1.7.1 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 17/22] python3-pbr: upgrade 6.0.0 -> 6.1.0 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 18/22] python3-websockets: upgrade 12.0 -> 13.0.1 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 19/22] python3-zipp: upgrade 3.20.0 -> 3.20.1 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 20/22] taglib: upgrade 2.0.1 -> 2.0.2 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 21/22] wayland-protocols: upgrade 1.36 -> 1.37 wangmy
2024-09-03  8:32 ` [OE-core] [PATCH 22/22] wayland: upgrade 1.23.0 -> 1.23.1 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox