mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
gstreamer1.0: upgrade 1.24.10 -> 1.24.12
(From OE-Core rev: 81bad3fceca6bab66f1a0ea02db66c660d1c2095) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
From bcf818265ae8b2eb668fffbbedb19c1162032c2a Mon Sep 17 00:00:00 2001
|
From a9d99eea162dfb6dcd5cb90adb7dd9261ec676bc Mon Sep 17 00:00:00 2001
|
||||||
From: Jose Quaresma <quaresma.jose@gmail.com>
|
From: Jose Quaresma <quaresma.jose@gmail.com>
|
||||||
Date: Sun, 11 Apr 2021 19:48:13 +0100
|
Date: Sun, 11 Apr 2021 19:48:13 +0100
|
||||||
Subject: [PATCH] tests: respect the idententaion used in meson
|
Subject: [PATCH] tests: respect the idententaion used in meson
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
From 0efdfdf9e5055944a463eea43e5539aa7ea7206a Mon Sep 17 00:00:00 2001
|
From f0076c5801bd847c464e31ab11fdb06f1ad0fccd Mon Sep 17 00:00:00 2001
|
||||||
From: Jose Quaresma <quaresma.jose@gmail.com>
|
From: Jose Quaresma <quaresma.jose@gmail.com>
|
||||||
Date: Sun, 11 Apr 2021 19:48:13 +0100
|
Date: Sun, 11 Apr 2021 19:48:13 +0100
|
||||||
Subject: [PATCH] tests: add support for install the tests
|
Subject: [PATCH] tests: add support for install the tests
|
||||||
@@ -19,7 +19,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
|
|||||||
create mode 100644 tests/check/template.test.in
|
create mode 100644 tests/check/template.test.in
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 830a601..3f9fdce 100644
|
index dc9dbe2..55e85b3 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -645,6 +645,10 @@ if bashcomp_dep.found()
|
@@ -645,6 +645,10 @@ if bashcomp_dep.found()
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
From 21b89d16e2ca79db212587bfea4aa18470984c90 Mon Sep 17 00:00:00 2001
|
From f9544b0e2d35bf9f9a89cff42bb741bc16e37cc8 Mon Sep 17 00:00:00 2001
|
||||||
From: Jose Quaresma <quaresma.jose@gmail.com>
|
From: Jose Quaresma <quaresma.jose@gmail.com>
|
||||||
Date: Sat, 24 Apr 2021 10:34:47 +0100
|
Date: Sat, 24 Apr 2021 10:34:47 +0100
|
||||||
Subject: [PATCH] tests: use a dictionaries for environment
|
Subject: [PATCH] tests: use a dictionaries for environment
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
From 9bffd7eb9113f6535d8b82ca316e6f133241bd8d Mon Sep 17 00:00:00 2001
|
From 39764bd2b9f9da4a07079f76a2f68baf40c143b9 Mon Sep 17 00:00:00 2001
|
||||||
From: Jose Quaresma <quaresma.jose@gmail.com>
|
From: Jose Quaresma <quaresma.jose@gmail.com>
|
||||||
Date: Sun, 2 May 2021 01:58:01 +0100
|
Date: Sun, 2 May 2021 01:58:01 +0100
|
||||||
Subject: [PATCH] tests: add helper script to run the installed_tests
|
Subject: [PATCH] tests: add helper script to run the installed_tests
|
||||||
@@ -47,7 +47,7 @@ index 6bb346a..fe57935 100644
|
|||||||
test(test_name, exe, env: env, timeout : 3 * 60)
|
test(test_name, exe, env: env, timeout : 3 * 60)
|
||||||
diff --git a/tests/check/template.sh.in b/tests/check/template.sh.in
|
diff --git a/tests/check/template.sh.in b/tests/check/template.sh.in
|
||||||
new file mode 100755
|
new file mode 100755
|
||||||
index 0000000..cf7d31b
|
index 0000000..f1318fa
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/tests/check/template.sh.in
|
+++ b/tests/check/template.sh.in
|
||||||
@@ -0,0 +1,9 @@
|
@@ -0,0 +1,9 @@
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
|
|||||||
file://0003-tests-use-a-dictionaries-for-environment.patch \
|
file://0003-tests-use-a-dictionaries-for-environment.patch \
|
||||||
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
|
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "9fc45b1a332e8f812f09e95c281cd75969f6d1682d062a815db0e7bc047518fd"
|
SRC_URI[sha256sum] = "b3522d1b4fe174fff3b3c7f0603493e2367bd1c43f5804df15b634bd22b1036f"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
|
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
|
||||||
check \
|
check \
|
||||||
Reference in New Issue
Block a user