From patchwork Sun Aug 2 19:22:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 94239 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29EB6C55162 for ; Sun, 2 Aug 2026 19:23:23 +0000 (UTC) Received: from mta-64-228.siemens.flowmailer.net (mta-64-228.siemens.flowmailer.net [185.136.64.228]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.29029.1785698597187861865 for ; Sun, 02 Aug 2026 12:23:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=AueeEUv7; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.228, mailfrom: fm-256628-20260802192318fd9674abce00020757-hladnz@rts-flowmailer.siemens.com) Received: by mta-64-228.siemens.flowmailer.net with ESMTPSA id 20260802192318fd9674abce00020757 for ; Sun, 02 Aug 2026 21:23:18 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=iEH+7WDErIiapv1A71ntql35OjormWAR5xxh6hRZL+A=; b=AueeEUv7oudyT1Eg8trmnwPzxrJEVhNxRMSIYW7rPy4LV8S5SpkE7/rOSQfLshmj2jTF9W LB5fld0AlJuo+aIMY+yjVUxTuj8E75X0cfVx3IpCA13tN2sMROGV+0qAXnHFJqeJeww/Zmdr XoWe/97pKEjc74Oy/5voHaIU/T+pTH6TA0SeMpiw3923PMoOrmH+0TLeK+KJHZuU/gYlBJ0y OzmHMzaMbOpP8rRZ4jBiVu7vX0K8sKDkyZG2CIVJiBM6jvq+I1+wbUR+Rqr52sIgilN9U6+D mhDWvTBhC7x8gYETrF6rGgnciRE4PmpDJmZt5uPQ6lQT8jrOQTb/LkBw==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: peter.marko@siemens.com Subject: [wrynose][PATCH 4/7] gstreamer1.0: upgrade 1.28.2 -> 1.28.4 Date: Sun, 2 Aug 2026 21:22:31 +0200 Message-ID: <20260802192234.1725830-4-peter.marko@siemens.com> In-Reply-To: <20260802192234.1725830-1-peter.marko@siemens.com> References: <20260802192234.1725830-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 02 Aug 2026 19:23:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242567 From: Richard Purdie Signed-off-by: Richard Purdie (From OE-Core rev: 53c2f2ac7e154225b096e7a421be5fe0eb4de29c) * https://gstreamer.freedesktop.org/releases/1.28/#1.28.4 This release only contains bugfixes and important security fixes. * https://gstreamer.freedesktop.org/releases/1.28/#1.28.3 This release only contains bugfixes and important security fixes. Signed-off-by: Peter Marko --- .../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 e1d870b040..de255bf791 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 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 720a6f0c97..957356c2ba 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 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 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 1236290e2b..bc6dfe353a 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 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 df382a4445..8eb4bc2a81 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 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 4e51418c98..d1f06a5233 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 \