gstreamer1.0-python: switch to meson

(From OE-Core rev: 26d44a1e36cbdddfbc15823df202c3c4cfdee323)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2019-12-02 18:54:58 +01:00 committed by Richard Purdie
parent 4b5dc5b4f5
commit 3b4ff59ab4

View File

@ -18,11 +18,9 @@ S = "${WORKDIR}/${PNREAL}-${PV}"
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check
EXTRA_OECONF += "--with-libpython-dir=${libdir}"
inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check
do_install_append() {