diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-02 18:54:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-04 12:30:58 +0000 |
commit | 3b4ff59ab4d2be95974718e43ac55d37ea7f6219 (patch) | |
tree | a0e0afd324753dffa9e60c3134ab44f452b4c5a3 /meta/recipes-multimedia/gstreamer | |
parent | 4b5dc5b4f553eacc4af096cb7eee88583b0bae6b (diff) | |
download | poky-3b4ff59ab4d2be95974718e43ac55d37ea7f6219.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb index c722f028b3..b770ec060e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb | |||
@@ -18,11 +18,9 @@ S = "${WORKDIR}/${PNREAL}-${PV}" | |||
18 | 18 | ||
19 | # gobject-introspection is mandatory and cannot be configured | 19 | # gobject-introspection is mandatory and cannot be configured |
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | 21 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" |
22 | 22 | ||
23 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check | 23 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check |
24 | |||
25 | EXTRA_OECONF += "--with-libpython-dir=${libdir}" | ||
26 | 24 | ||
27 | do_install_append() { | 25 | do_install_append() { |
28 | 26 | ||