From patchwork Thu Aug 1 18:27:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47193 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 5BE97C54FA7 for ; Thu, 1 Aug 2024 18:27:26 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.75501.1722536830976121809 for ; Thu, 01 Aug 2024 11:27:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=VfkSyI3N; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=HWYmsujN; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101910f323cfc-07c82aa8-5480-45e5-96eb-3016b3011160-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536836; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Rfmx7/6BxCDTgl/eugMqYi6EEwqRCBL3L/8wiLp+S8U=; b=VfkSyI3NDYx7xwAshpE6NlrWy7A328KNF1T82Pz1Z+ZR85nJVrUaFaXLwqSORhud 0RwCPvh6V9seCVu775m2a2xDGEV0BpCzeb7Fu5EPDAQL/qVbgfu8dF83knTIelxInbX pB0e+HpxR572jT/h9lkSIzMzjA/CG/fEAcrboVcY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536836; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Rfmx7/6BxCDTgl/eugMqYi6EEwqRCBL3L/8wiLp+S8U=; b=HWYmsujNFNxLp5bk4foie8oDUFZTIkHFgm2D9/Ql9ghEDaT4ShWaPZlFkMkDJryE VElRIISkcjFmSc3b1uRw6PVUdwjzBqWPt/dcOuODRIta93kxFLWCHNr3C8Ao7wPdb5Z nXx9gK/MBS2nQbd/nhZsdBqxFg7b5MrnTUS1lqhU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gstreamer1.0: upgrading to 1.24.6 SUCCEEDED Message-ID: <010101910f323cfc-07c82aa8-5480-45e5-96eb-3016b3011160-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Aug 2024 18:27:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202869 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gstreamer1.0* to *1.24.6* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-upgrade-1.24.5-1.24.6.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From d3024ae710177eeb9399d2a3264c586c78ec4227 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 15:34:27 +0000 Subject: [PATCH] gstreamer1.0: upgrade 1.24.5 -> 1.24.6 --- .../0001-tests-respect-the-idententaion-used-in-meson.patch | 4 ++-- .../0002-tests-add-support-for-install-the-tests.patch | 4 ++-- .../0003-tests-use-a-dictionaries-for-environment.patch | 4 ++-- ...4-tests-add-helper-script-to-run-the-installed_tests.patch | 4 ++-- .../{gstreamer1.0_1.24.5.bb => gstreamer1.0_1.24.6.bb} | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.5.bb => gstreamer1.0_1.24.6.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 a190370c16..fde0bb3a06 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 381f50a27766c425af36a7203061716497e6603f Mon Sep 17 00:00:00 2001 +From 1618594ad669c79d494f0d28119515f336c1658f 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 @@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/check/meson.build b/tests/check/meson.build -index 6540279..e9501fe 100644 +index 7d68212..bf0021f 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -146,11 +146,11 @@ foreach t : core_tests 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 8a0d5bd51b..16f5c295fb 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 19b1768acde5b30def36f0d1ac2725b265151d13 Mon Sep 17 00:00:00 2001 +From 1c04d93ec9eb8621bfe878b5475f1933cc22810f 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,7 +19,7 @@ Signed-off-by: Jose Quaresma create mode 100644 tests/check/template.test.in diff --git a/meson.build b/meson.build -index 0809b4c..ffb61c4 100644 +index 1d87075..6aaf23c 100644 --- a/meson.build +++ b/meson.build @@ -645,6 +645,10 @@ if bashcomp_dep.found() 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 27623bf96b..aa02ec7273 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 453865e8938c5f50f14409b67246bbbd801fa44d Mon Sep 17 00:00:00 2001 +From 3c1c41dbc93ca511595cd66d0b026e9ec1e29ede 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 @@ -14,7 +14,7 @@ Signed-off-by: Jose Quaresma 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/tests/check/meson.build b/tests/check/meson.build -index 08f8fd8..330abaa 100644 +index 9a8c42c..6bb346a 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -161,14 +161,19 @@ foreach t : core_tests 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 97b056072d..a4a9c8a6c7 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 506ff13a044439a170f770b6663a64c942ae0a05 Mon Sep 17 00:00:00 2001 +From 031928c5833654bc715b2b6a0cfff80a73db816d 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 @@ -18,7 +18,7 @@ Signed-off-by: Jose Quaresma create mode 100755 tests/check/template.sh.in diff --git a/tests/check/meson.build b/tests/check/meson.build -index 330abaa..5d383b1 100644 +index 6bb346a..fe57935 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -185,6 +185,23 @@ foreach t : core_tests diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.6.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.5.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.6.bb index c2da99f7e4..71ff327675 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.6.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] = "2bdef209252bf146351843134b797db6b6e7adb4c00d82e83bd5abe608253a7b" +SRC_URI[sha256sum] = "64342060d7c6f9e36a35e3be38a4f5ac3b41ed93b0853619be45141ef3cc1b9d" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \