diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 1 | ||||
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb | 2 |
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 | ||
| 16 | S = "${WORKDIR}/${PNREAL}-${PV}" | 16 | S = "${WORKDIR}/${PNREAL}-${PV}" |
| 17 | 17 | ||
| 18 | EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" | ||
| 19 | |||
| 18 | # gobject-introspection is mandatory and cannot be configured | 20 | # gobject-introspection is mandatory and cannot be configured |
| 19 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 20 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 22 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" |
