Note that this introduced a flaky ptest. I reported this upstream:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5163
and will send a fix that disables the offending test, if upstream
won't get to the fix soon.

Alex

On Sun, 14 Jun 2026 at 10:03, Richard Purdie via
lists.openembedded.org
<[email protected]> wrote:
>
> Signed-off-by: Richard Purdie <[email protected]>
> ---
>  .../0001-tests-respect-the-idententaion-used-in-meson.patch | 2 +-
>  .../0002-tests-add-support-for-install-the-tests.patch      | 6 +++---
>  .../0003-tests-use-a-dictionaries-for-environment.patch     | 2 +-
>  ...tests-add-helper-script-to-run-the-installed_tests.patch | 2 +-
>  .../{gstreamer1.0_1.28.2.bb => gstreamer1.0_1.28.4.bb}      | 2 +-
>  5 files changed, 7 insertions(+), 7 deletions(-)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.28.2.bb => 
> gstreamer1.0_1.28.4.bb} (97%)
>
> diff --git 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch
>  
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch
> index e1d870b0405..de255bf7918 100644
> --- 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch
> +++ 
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch
> @@ -1,4 +1,4 @@
> -From ad4c577ff8d29f6dbaf5ca2d013e9d21c44f9122 Mon Sep 17 00:00:00 2001
> +From 4e6aae8cbddb4567388f8f19919c2c17e36e0356 Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <[email protected]>
>  Date: Sun, 11 Apr 2021 19:48:13 +0100
>  Subject: [PATCH] tests: respect the idententaion used in meson
> diff --git 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
>  
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> index 720a6f0c97e..957356c2ba6 100644
> --- 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> +++ 
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> @@ -1,4 +1,4 @@
> -From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
> +From 34d24b8d66088d92ca306a488028dee82a6f6982 Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <[email protected]>
>  Date: Sun, 11 Apr 2021 19:48:13 +0100
>  Subject: [PATCH] tests: add support for install the tests
> @@ -19,10 +19,10 @@ Signed-off-by: Jose Quaresma <[email protected]>
>   create mode 100644 tests/check/template.test.in
>
>  diff --git a/meson.build b/meson.build
> -index 8adc055..b5c9e5b 100644
> +index abd0ad6..93cd692 100644
>  --- a/meson.build
>  +++ b/meson.build
> -@@ -667,6 +667,10 @@ if bashcomp_dep.found()
> +@@ -661,6 +661,10 @@ if bashcomp_dep.found()
>     endif
>   endif
>
> 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 1236290e2b6..bc6dfe353a3 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,4 +1,4 @@
> -From 374c6ace83e9697aae0b21ba26f316b79279c39c Mon Sep 17 00:00:00 2001
> +From f34bc3040b1564a3d39de4a4426326866c437dae Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <[email protected]>
>  Date: Sat, 24 Apr 2021 10:34:47 +0100
>  Subject: [PATCH] tests: use a dictionaries for environment
> diff --git 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch
>  
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch
> index df382a4445d..8eb4bc2a816 100644
> --- 
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch
> +++ 
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch
> @@ -1,4 +1,4 @@
> -From e31ab477eed061cc72ed6795b483795d53af6dfc Mon Sep 17 00:00:00 2001
> +From ee4f5bd19394e055109486d88ff8e876c5c2572f Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <[email protected]>
>  Date: Sun, 2 May 2021 01:58:01 +0100
>  Subject: [PATCH] tests: add helper script to run the installed_tests
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.bb 
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.4.bb
> similarity index 97%
> rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.bb
> rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.4.bb
> index b727783746d..59f4e99c705 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.4.bb
> @@ -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://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
>             "
> -SRC_URI[sha256sum] = 
> "ce5cd44d4ffeafdcc3dddaa072b2179c0b7cb1abf4e6c5d18d4375f8a39fe491"
> +SRC_URI[sha256sum] = 
> "f5adc7e8f448c10260b3b25aa101c9d540674c8d9a54c2b77a86d04f2b3b50dd"
>
>  PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', 
> d)} \
>                     check \
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#238895): 
https://lists.openembedded.org/g/openembedded-core/message/238895
Mute This Topic: https://lists.openembedded.org/mt/119797965/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to