]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
blueprint-compiler: inherit python3-dir not python3targetconfig
authorRoss Burton <ross.burton@arm.com>
Thu, 2 Jul 2026 12:56:23 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jul 2026 16:15:09 +0000 (17:15 +0100)
Now that meson.bbclass tells meson where to install Python files this
recipe just needs to know the value of PYTHON_SITEPACKAGES_DIR for
FILES, so just inherit python3-dir to remove a dependency on the target
python recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb

index bf357872c39af31373e01a1436b2aa7f1a59d61c..5bd3a5439cfd2b5caff9f8cf6e4d370465a9c3f6 100644 (file)
@@ -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"