mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gstreamer1.0-python: do not require introspection during builds
Somewhere along the way this ceased to be a build requirement; I have verified that the recipe installs the same set of identical files with and without introspection enabled and present in sysroot. (From OE-Core rev: 32283136eaad7631c5253b8da538b747666d2705) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8f7058f683
commit
9b4396e476
@@ -23,8 +23,4 @@ EXTRA_OEMESON += "\
|
||||
-Dlibpython-dir=${libdir} \
|
||||
"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
inherit meson pkgconfig setuptools3-base upstream-version-is-even gobject-introspection features_check
|
||||
inherit meson pkgconfig setuptools3-base upstream-version-is-even
|
||||
|
||||
Reference in New Issue
Block a user