diff options
Diffstat (limited to 'meta/recipes-multimedia')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb index e83ea8cb79..cc7a7e78e2 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.16.0.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "d953c127c1146b50d5676618299933950685dcd7" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit meson pkgconfig distro_features_check | 16 | inherit meson pkgconfig features_check |
17 | 17 | ||
18 | 18 | ||
19 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 19 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
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 5a950f183c..c722f028b3 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 | |||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/${PNREAL}-${PV}" | |||
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 = " --enable-introspection --disable-introspection" |
22 | 22 | ||
23 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection distro_features_check | 23 | inherit autotools pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check |
24 | 24 | ||
25 | EXTRA_OECONF += "--with-libpython-dir=${libdir}" | 25 | EXTRA_OECONF += "--with-libpython-dir=${libdir}" |
26 | 26 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.1.bb index 61cf705fd8..b8c2126d9b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.1.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "cb570f6f1e78cb364fbe3c4fb8751824ee9db0c942ba61b62380b9b5ab | |||
19 | S = "${WORKDIR}/${REALPN}-${PV}" | 19 | S = "${WORKDIR}/${REALPN}-${PV}" |
20 | DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 20 | DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
21 | 21 | ||
22 | inherit autotools pkgconfig gtk-doc distro_features_check upstream-version-is-even | 22 | inherit autotools pkgconfig gtk-doc features_check upstream-version-is-even |
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES ?= "opengl" | 24 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
25 | 25 | ||