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>
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"