Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] blueprint-compiler: inherit python3-dir not python3targetconfig
@ 2026-06-26 15:13 Ross Burton
  2026-06-26 15:13 ` [PATCH 2/3] shared-mime-info: remove python3native dependency Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ross Burton @ 2026-06-26 15:13 UTC (permalink / raw)
  To: openembedded-core

This recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR,
which is defined by python3-dir. Inheriting that directly instead of
python3targetconfig means we don't depend on python3 to build this tool.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../blueprint-compiler/blueprint-compiler_0.20.4.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb
index bf357872c39..5bd3a5439cf 100644
--- a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb
+++ b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
 SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=blueprint-0-20;tag=v${PV}"
 SRCREV = "31b62c24a72c1670d2d93dcdf2d130f1ae12778e"
 
-inherit meson pkgconfig python3targetconfig
+inherit meson pkgconfig python3-dir
 
 PACKAGES += "${PN}-python"
 
-- 
2.43.0



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

end of thread, other threads:[~2026-06-28 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26 15:13 [PATCH 1/3] blueprint-compiler: inherit python3-dir not python3targetconfig Ross Burton
2026-06-26 15:13 ` [PATCH 2/3] shared-mime-info: remove python3native dependency Ross Burton
2026-06-26 15:13 ` [PATCH 3/3] classes/gtk-doc: inherit python3native only if gtk-doc is enabled Ross Burton
2026-06-28 15:03 ` [OE-core] [PATCH 1/3] blueprint-compiler: inherit python3-dir not python3targetconfig Mathieu Dubois-Briand

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