Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH v4 01/10] gst-devtools: upgrade 1.24.12 -> 1.26.0
@ 2025-04-02  9:07 Lei Maohui
  2025-04-02  9:07 ` [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1 Lei Maohui
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Lei Maohui @ 2025-04-02  9:07 UTC (permalink / raw)
  To: Alexander Kanavin
  Cc: Jose Quaresma, Anuj Mittal, openembedded-core, Lei Maohui

Disable new meson option dots_viewer

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
 .../0001-connect-has-a-different-signature-on-musl.patch       | 2 +-
 .../{gst-devtools_1.24.12.bb => gst-devtools_1.26.0.bb}        | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.24.12.bb => gst-devtools_1.26.0.bb} (93%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
index b596f2ef9c..d7a3e2057a 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch
@@ -1,4 +1,4 @@
-From 67809420230cd4fcc63069f78efdc90c7b4c4ee1 Mon Sep 17 00:00:00 2001
+From 9ed608c901955b0906aac102d5d7ab06accee60e Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Sun, 9 Sep 2018 17:38:10 -0700
 Subject: [PATCH] connect has a different signature on musl
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.12.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.0.bb
similarity index 93%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.24.12.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.26.0.bb
index 157cdc6bbb..dc54a7ab4b 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.12.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
            file://0001-connect-has-a-different-signature-on-musl.patch \
            "
 
-SRC_URI[sha256sum] = "4ef3dd12e5827068d6db7ad01876d1216a80717116c24a0d5b3b57fd7e3c3478"
+SRC_URI[sha256sum] = "eff33d7dc292bb074a2788ea887b6283398ffdefafa49fb7d08efe6658a65648"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS:${PN} = "git"
@@ -37,6 +37,7 @@ EXTRA_OEMESON += " \
     -Ddoc=disabled \
     -Ddebug_viewer=disabled \
     -Dtests=disabled \
+    -Ddots_viewer=disabled \
     -Dvalidate=enabled \
     ${@gettext_oemeson(d)} \
 "
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1
@ 2025-04-01  9:48 Lei Maohui
  2025-04-01 10:20 ` Alexander Kanavin
  0 siblings, 1 reply; 21+ messages in thread
From: Lei Maohui @ 2025-04-01  9:48 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, Lei Maohui

Fix the issue that:
 | Traceback (most recent call last):
 |   File "/mnt/test/build_auh/tmp/work/core2-64-poky-linux/python3-webcolors/24.11.1/recipe-sysroot-native/usr/lib/pyth on3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
 |     raise BackendUnavailable(
 |     ...<4 lines>...
 |     )
 | pyproject_hooks._impl.BackendUnavailable: Cannot import 'pdm.backend'

python3-webcolors has migrated to pdm-backend
 | diff --git a/pyproject.toml b/pyproject.toml
 | index 6fcec77..9f2dfa9 100644
 | --- a/pyproject.toml
 | +++ b/pyproject.toml
 | @@ -1,65 +1,110 @@
 |  [build-system]
 | -requires = ["setuptools>=61.0"]
 | -build-backend = "setuptools.build_meta"
 | +requires = [
 | +    "pdm-backend",
 | +]
 | +build-backend = "pdm.backend"

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
 ...n3-webcolors_24.8.0.bb => python3-webcolors_24.11.1.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-webcolors_24.8.0.bb => python3-webcolors_24.11.1.bb} (70%)

diff --git a/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
similarity index 70%
rename from meta/recipes-devtools/python/python3-webcolors_24.8.0.bb
rename to meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
index c5ed4bd7d3..cda63d2a35 100644
--- a/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb
+++ b/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb
@@ -3,10 +3,15 @@ HOMEPAGE = "https://pypi.org/project/webcolors/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448"
 
-SRC_URI[sha256sum] = "08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d"
+SRC_URI[sha256sum] = "ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
 
+DEPENDS += " \
+    python3-pdm-native \
+    python3-pdm-backend-native \
+"
+
 RDEPENDS:${PN}:class-target = "\
     python3-stringold \
 "
-- 
2.43.0



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

end of thread, other threads:[~2025-04-03  1:32 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  9:07 [OE-core] [PATCH v4 01/10] gst-devtools: upgrade 1.24.12 -> 1.26.0 Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1 Lei Maohui
2025-04-02  9:56   ` Richard Purdie
2025-04-02 10:03     ` Martin Jansa
2025-04-02 10:31       ` Maohui Lei (Fujitsu)
2025-04-02 11:09         ` Richard Purdie
2025-04-03  0:50           ` Khem Raj
2025-04-03  1:31           ` Maohui Lei (Fujitsu)
2025-04-02  9:07 ` [OE-core] [PATCH v4 02/10] gstreamer1.0: upgrade 1.24.12 -> 1.26.0 Lei Maohui
2025-04-02  9:48   ` Jose Quaresma
2025-04-02  9:57     ` Maohui Lei (Fujitsu)
2025-04-02  9:07 ` [OE-core] [PATCH v4 03/10] gstreamer1.0-libav: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 04/10] gstreamer1.0-vaapi: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 05/10] gtreamer1.0-rtsp-server: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 06/10] gstreamer1.0-plugins-base: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 07/10] gstreamer1.0-plugins-good: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 08/10] gstreamer1.0-plugins-ugly: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 09/10] gstreamer1.0-python: " Lei Maohui
2025-04-02  9:07 ` [OE-core] [PATCH v4 10/10] gstreamer1.0-plugins-bad: " Lei Maohui
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01  9:48 [OE-core] [PATCH] python3-webcolors: upgrade 24.8.0 -> 24.11.1 Lei Maohui
2025-04-01 10:20 ` Alexander Kanavin

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