]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-pycairo: inherit python3-dir not python3targetconfig
authorRoss Burton <ross.burton@arm.com>
Thu, 2 Jul 2026 12:56:24 +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-devtools/python/python3-pycairo_1.29.0.bb

index 20c2c332cdb0ae54d226d99c586ce11f180e31a2..9b78e4f3d3f6e1ea8c460793b237ac0a54ec20a4 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5
 
 S = "${UNPACKDIR}/pycairo-${PV}"
 
-inherit meson pkgconfig python3targetconfig github-releases
+inherit meson pkgconfig python3-dir github-releases
 
 CFLAGS += "-fPIC"