From patchwork Sat Jun 15 18:23:20 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: 45170 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 BBF25C2BD09 for ; Sat, 15 Jun 2024 18:23:24 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.18365.1718475798471897618 for ; Sat, 15 Jun 2024 11:23:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=F41ahgdw; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=m3xkOfbI; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101901d23becd-5ee1f161-c775-461c-b01c-94c16259d92c-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=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6Tf2y9iRQmmSe+AtDXKdsE7oo2wmCSG48JF2Pa4+y7M=; b=F41ahgdwCtg0aphk5oVbIYHP+jA3ZhDivTIAtsogZNwxFUqRiEqLQi9GlWTWgUnY i2YVgIfwr51AuqgQ5gbu8837fa0Lxu1c5FN6fB+3FuiNDP8j84P/JXHJg7bQjmFAbCd rJ6x2tR2KB6znf1T45lkf+A5ie80X1OQasz442Hs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6Tf2y9iRQmmSe+AtDXKdsE7oo2wmCSG48JF2Pa4+y7M=; b=m3xkOfbIN0vEPX3+ahZ1RzTy+kNdBn5bffx02/eoiVlAsyE/GDvTRD9D4d7d+eVK HZE+YIGHfWSTkUC//ouCV5q0oIsenu+h5M1nOVtI+edShZ22aM4/ruAF6LoRKKPelWy tDzkIzR1PXCVymEaUBjWx1BDfHheIi5K2OabPxRU= 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.4 SUCCEEDED Message-ID: <010101901d23becd-5ee1f161-c775-461c-b01c-94c16259d92c-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:20 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.191 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 ; Sat, 15 Jun 2024 18:23:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200751 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.24.4* has Succeeded. Next steps: - apply the patch: git am 0001-gstreamer1.0-upgrade-1.24.3-1.24.4.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 472c6e10c490961b1aae375ad4cf8a65e5b37cdb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 16:01:46 +0000 Subject: [PATCH] gstreamer1.0: upgrade 1.24.3 -> 1.24.4 --- ...001-tests-respect-the-idententaion-used-in-meson.patch | 4 ++-- .../0002-tests-add-support-for-install-the-tests.patch | 8 ++++---- .../0003-tests-use-a-dictionaries-for-environment.patch | 4 ++-- ...sts-add-helper-script-to-run-the-installed_tests.patch | 4 ++-- .../{gstreamer1.0_1.24.3.bb => gstreamer1.0_1.24.4.bb} | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.3.bb => gstreamer1.0_1.24.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 a190370c16..867db9f909 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 79b4c9e020f0209014ac51e8ab0c37e2f4adb1a5 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 a990940cc6..4c35d7d8ae 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 31dea17a1d5de0003719a875a1089df43a50219a Mon Sep 17 00:00:00 2001 +From 7cc74ce9f7ed3dc093f4517e70bae1446abf21f2 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 efcf189..c97d9a8 100644 +index 3988f26..b2ff737 100644 --- a/meson.build +++ b/meson.build -@@ -624,6 +624,10 @@ if bashcomp_dep.found() +@@ -645,6 +645,10 @@ if bashcomp_dep.found() endif endif @@ -46,7 +46,7 @@ index 340fb58..5b87f68 100644 # Feature options option('check', type : 'feature', value : 'auto', description : 'Build unit test libraries') diff --git a/tests/check/meson.build b/tests/check/meson.build -index e9501fe..08f8fd8 100644 +index bf0021f..9a8c42c 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -125,10 +125,16 @@ test_defines = [ 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..9f2ecca74a 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 e04405149567838d5ba6a974dc11e1ff401a90af 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..aaa8dbd269 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 3846ef59e714da3096bc15bd1399fd2ed32ac5c1 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.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.3.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb index cd04ade602..0625accb7b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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] = "1225ef4a329fae1cadc5ec727dab249ad567e8072879493561ceb91ed34aa414" +SRC_URI[sha256sum] = "52c93bc48e03533aa676fd8c15eb6b5fc326c68db311c50bcc0a865f31a6c653" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \