From patchwork Sun Sep 15 14:34:01 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: 49132 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 AD751C35FE8 for ; Sun, 15 Sep 2024 14:34:17 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.115413.1726410842787430522 for ; Sun, 15 Sep 2024 07:34:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=FlxLggLx; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=XL1xa392; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010191f61add59-be496170-74ce-45e0-8695-09e23256a366-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=1726410842; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9C2x9QgGzEYY1GG5JP+PNl1qKblksQzoZgejvcL4xUw=; b=FlxLggLxPD3DOgNFbJ8TE6kfw2gy7eSwDM3/kucb0uMufYRgAOBtsHsdjHTSDVGC fysY6O7OvtYEPJxh4XQVP6SU0m7wnSJ4FNhqmb2Y0d91HYp9xwcux/iOMoT+3TpEtAv H33u1tozPjQRQnthJIN+wo/szr3BqqIelejnLSTs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1726410842; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9C2x9QgGzEYY1GG5JP+PNl1qKblksQzoZgejvcL4xUw=; b=XL1xa392/O2PoJJ0a2hs+/W5ifPxoU6AEQ5QWMRChBfNXXkksgpgrPawVkZyk9HU kXPGZuSbOhKBVF0KO7rYbgIuAmFEuqhX4gc5UjD/qimwFPKlbZTS5pioqJbgR98h9Iv VjE3nm4WG3wyXVG7eFUu4K1RJlOo2boz0ufDiHyY= 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.7 SUCCEEDED Message-ID: <01010191f61add59-be496170-74ce-45e0-8695-09e23256a366-000000@us-west-2.amazonses.com> Date: Sun, 15 Sep 2024 14:34:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.09.15-54.240.27.192 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 ; Sun, 15 Sep 2024 14:34:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/204582 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.7* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-upgrade-1.24.6-1.24.7.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 ff1869dcdc7cf584215b03646bb749a0df0ac870 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Sep 2024 12:42:53 +0000 Subject: [PATCH] gstreamer1.0: upgrade 1.24.6 -> 1.24.7 --- .../0001-tests-respect-the-idententaion-used-in-meson.patch | 2 +- .../0002-tests-add-support-for-install-the-tests.patch | 4 ++-- .../0003-tests-use-a-dictionaries-for-environment.patch | 2 +- ...4-tests-add-helper-script-to-run-the-installed_tests.patch | 2 +- .../{gstreamer1.0_1.24.6.bb => gstreamer1.0_1.24.7.bb} | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.6.bb => gstreamer1.0_1.24.7.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 80e6ca3f99..5edbd82797 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 9c932b1c17d62a3e54c2dc55b1f75dc48d73134c Mon Sep 17 00:00:00 2001 +From 01d421950efa24a5e40ef94306566febff073f72 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 4d88706a4a..3fc6d5853d 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 32707203ac17cd7130224445aa760f36d4cec579 Mon Sep 17 00:00:00 2001 +From 410a5c7a11055cf89f8f2344045b4ebe2732417a 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 1d87075..6aaf23c 100644 +index 90bab14..122e1b2 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 8d0c6dbf34..95d96e32dd 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 fca19b2f5db1be4daef4ea00c60a64120fa08178 Mon Sep 17 00:00:00 2001 +From ac19070ff467063ccfd0d3abbaf5386d86c4c371 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 629b0563f6..dec83d9860 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 5f80e65b73fee2d081ff4ffb442f71eb5b0ccfc4 Mon Sep 17 00:00:00 2001 +From b3952e9dd869bdff5a882ae2507eb53f44199777 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.24.6.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.6.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.bb index 71ff327675..b6dac68a61 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.6.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.7.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] = "64342060d7c6f9e36a35e3be38a4f5ac3b41ed93b0853619be45141ef3cc1b9d" +SRC_URI[sha256sum] = "c0e75b124c52bb7a0c3dcdb734b2ad260ea7286a8745cf2ea629d4c849e6a958" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \