summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index bf7064d18b..fcd9d83ab8 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -35,7 +35,6 @@ exclude_packages = [
35 'go-runtime', 35 'go-runtime',
36 'go_', 36 'go_',
37 'go-', 37 'go-',
38 'gstreamer1.0-python',
39 'lttng-tools-dbg', 38 'lttng-tools-dbg',
40 'lttng-tools-ptest', 39 'lttng-tools-ptest',
41 'ltp', 40 'ltp',
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
index 897d246793..de78fe8445 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
@@ -15,6 +15,8 @@ PNREAL = "gst-python"
15 15
16S = "${WORKDIR}/${PNREAL}-${PV}" 16S = "${WORKDIR}/${PNREAL}-${PV}"
17 17
18EXTRA_OEMESON += "-Dlibpython-dir=${libdir}"
19
18# gobject-introspection is mandatory and cannot be configured 20# gobject-introspection is mandatory and cannot be configured
19REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 21REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
20UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" 22UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"