summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch20
1 files changed, 9 insertions, 11 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch
index 10a6dcc619..0fd830f150 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch
@@ -1,7 +1,7 @@
1From fe830f0f75f3b4b41e3dbef8d4cf6ee4103c9e06 Mon Sep 17 00:00:00 2001 1From 7041bc5adf9501beb1428d8bbae6b351a6bf07f9 Mon Sep 17 00:00:00 2001
2From: Jose Quaresma <quaresma.jose@gmail.com> 2From: Jose Quaresma <quaresma.jose@gmail.com>
3Date: Sat, 24 Apr 2021 10:34:47 +0100 3Date: Sat, 24 Apr 2021 10:34:47 +0100
4Subject: [PATCH 3/4] tests: use a dictionaries for environment 4Subject: [PATCH] tests: use a dictionaries for environment
5 5
6meson environment() can't be passed to configure_file and it is needed for installed_tests, 6meson environment() can't be passed to configure_file and it is needed for installed_tests,
7use a dictionary as this is simplest solution to install the environment. 7use a dictionary as this is simplest solution to install the environment.
@@ -9,15 +9,16 @@ use a dictionary as this is simplest solution to install the environment.
9Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/789] 9Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/789]
10 10
11Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> 11Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
12
12--- 13---
13 subprojects/gstreamer/tests/check/meson.build | 21 ++++++++++++------- 14 tests/check/meson.build | 21 +++++++++++++--------
14 1 file changed, 13 insertions(+), 8 deletions(-) 15 1 file changed, 13 insertions(+), 8 deletions(-)
15 16
16diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meson.build 17diff --git a/tests/check/meson.build b/tests/check/meson.build
17index 00a138a568..48ec2532f8 100644 18index f2d400f..50dff7f 100644
18--- a/subprojects/gstreamer/tests/check/meson.build 19--- a/tests/check/meson.build
19+++ b/subprojects/gstreamer/tests/check/meson.build 20+++ b/tests/check/meson.build
20@@ -161,14 +161,19 @@ foreach t : core_tests 21@@ -160,14 +160,19 @@ foreach t : core_tests
21 install: installed_tests_enabled, 22 install: installed_tests_enabled,
22 ) 23 )
23 24
@@ -45,6 +46,3 @@ index 00a138a568..48ec2532f8 100644
45 46
46 if installed_tests_enabled 47 if installed_tests_enabled
47 test_conf = configuration_data() 48 test_conf = configuration_data()
48--
492.33.1
50