diff options
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch b/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch index 10a6dcc61..83f3870c4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch +++ b/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From fe830f0f75f3b4b41e3dbef8d4cf6ee4103c9e06 Mon Sep 17 00:00:00 2001 | 1 | From 1f13b802bdb1c1e414c70f770dc164c80e0dcd57 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jose Quaresma <quaresma.jose@gmail.com> | 2 | From: Jose Quaresma <quaresma.jose@gmail.com> |
| 3 | Date: Sat, 24 Apr 2021 10:34:47 +0100 | 3 | Date: Sat, 24 Apr 2021 10:34:47 +0100 |
| 4 | Subject: [PATCH 3/4] tests: use a dictionaries for environment | 4 | Subject: [PATCH 3/4] tests: use a dictionaries for environment |
| @@ -10,14 +10,14 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/- | |||
| 10 | 10 | ||
| 11 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | 11 | Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> |
| 12 | --- | 12 | --- |
| 13 | subprojects/gstreamer/tests/check/meson.build | 21 ++++++++++++------- | 13 | tests/check/meson.build | 22 ++++++++++++++-------- |
| 14 | 1 file changed, 13 insertions(+), 8 deletions(-) | 14 | 1 file changed, 14 insertions(+), 8 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meson.build | 16 | diff --git a/tests/check/meson.build b/tests/check/meson.build |
| 17 | index 00a138a568..48ec2532f8 100644 | 17 | index fd5a99611e3d..330abaaeadd5 100644 |
| 18 | --- a/subprojects/gstreamer/tests/check/meson.build | 18 | --- a/tests/check/meson.build |
| 19 | +++ b/subprojects/gstreamer/tests/check/meson.build | 19 | +++ b/tests/check/meson.build |
| 20 | @@ -161,14 +161,19 @@ foreach t : core_tests | 20 | @@ -161,14 +161,20 @@ foreach t : core_tests |
| 21 | install: installed_tests_enabled, | 21 | install: installed_tests_enabled, |
| 22 | ) | 22 | ) |
| 23 | 23 | ||
| @@ -42,9 +42,10 @@ index 00a138a568..48ec2532f8 100644 | |||
| 42 | + 'GST_PLUGIN_SCANNER_1_0': gst_scanner_dir + '/gst-plugin-scanner', | 42 | + 'GST_PLUGIN_SCANNER_1_0': gst_scanner_dir + '/gst-plugin-scanner', |
| 43 | + 'GST_PLUGIN_LOADING_WHITELIST': 'gstreamer', | 43 | + 'GST_PLUGIN_LOADING_WHITELIST': 'gstreamer', |
| 44 | + } | 44 | + } |
| 45 | 45 | + | |
| 46 | if installed_tests_enabled | 46 | if installed_tests_enabled |
| 47 | test_conf = configuration_data() | 47 | test_conf = configuration_data() |
| 48 | test_conf.set('installed_tests_dir', join_paths(prefix, installed_tests_execdir)) | ||
| 48 | -- | 49 | -- |
| 49 | 2.33.1 | 50 | 2.39.2 |
| 50 | 51 | ||
