diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb index 8d45ca2668..048aaf4413 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.14.4.bb | |||
| @@ -16,7 +16,11 @@ PNREAL = "gst-python" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${PNREAL}-${PV}" | 17 | S = "${WORKDIR}/${PNREAL}-${PV}" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection | 19 | # gobject-introspection is mandatory and cannot be configured |
| 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
| 21 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | ||
| 22 | |||
| 23 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection distro_features_check | ||
| 20 | 24 | ||
| 21 | do_install_append() { | 25 | do_install_append() { |
| 22 | # gstpythonplugin hardcodes the location of the libpython from the build | 26 | # gstpythonplugin hardcodes the location of the libpython from the build |
