From patchwork Mon Apr 1 18:03: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: 41871 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 B78C8CD13C5 for ; Mon, 1 Apr 2024 18:03:32 +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.44640.1711994601352690202 for ; Mon, 01 Apr 2024 11:03:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=WkmYoiIv; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=f6XSLKX9; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018e9ad47b99-4ceea34a-0ff5-4f6c-81b5-adc5035b3468-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1711994600; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3mFcDMUACLob66/0+59u9D5mv9tXjor7x6wWkXBD0lQ=; b=WkmYoiIvx61c/jKJx+pvHGLNZ6QUy8b+Ay5im0EW7ACY52tA9wt/BMQ9XQxCgBai rkU7QNOR27r2SYWWG4rXVDnnIno5Zz9JDqYTJGe2vxS5zJ1w9Nh7hfSTaGauy0/HQD6 VtBNmnsVdh9PvAGTPLYBr88lnErW9AFTd8d4yIpE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994600; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3mFcDMUACLob66/0+59u9D5mv9tXjor7x6wWkXBD0lQ=; b=f6XSLKX92ecjYs8eUvp/YyH5VFkmgFYXMKHMjWRO+cOoyyiz8V979PBwqvmRjvla gcKDCk5np5QiL2gITXtzu8PVR3LLRIfQlactgLwQeOdYh2/H/sCZVqwBWAjvXJjuZU/ 4oKw5FW7vuuPfevDEjcVvl5IiSHd2H64Sc7EKCoc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Zang Ruochen Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ell: upgrading to 0.64 SUCCEEDED Message-ID: <0101018e9ad47b99-4ceea34a-0ff5-4f6c-81b5-adc5035b3468-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:20 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.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 ; Mon, 01 Apr 2024 18:03:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197710 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ell* to *0.64* has Succeeded. Next steps: - apply the patch: git am 0001-ell-upgrade-0.63-0.64.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 ccc3e3564237ae5ec8cd0920ed48ded9b5c25f55 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 06:15:42 +0000 Subject: [PATCH] ell: upgrade 0.63 -> 0.64 --- meta/recipes-core/ell/{ell_0.63.bb => ell_0.64.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.63.bb => ell_0.64.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.63.bb b/meta/recipes-core/ell/ell_0.64.bb similarity index 89% rename from meta/recipes-core/ell/ell_0.63.bb rename to meta/recipes-core/ell/ell_0.64.bb index 7ecb63a478..c4f16905fd 100644 --- a/meta/recipes-core/ell/ell_0.63.bb +++ b/meta/recipes-core/ell/ell_0.64.bb @@ -15,7 +15,7 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "7397c76996d7646b9917ebf016cd67586b10166295af2e0e18cdb5b8f6659965" +SRC_URI[sha256sum] = "760f3901078409f66cadf1bb24c8bdc60f13d53f6dd66b88631221d2494f8405" do_configure:prepend () { mkdir -p ${S}/build-aux