From patchwork Tue Apr 16 06:13:56 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: 42425 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 B0C5FC3065A for ; Tue, 16 Apr 2024 06:14:12 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.13582.1713248037649172335 for ; Mon, 15 Apr 2024 23:13:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=KYw4zBP0; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=ahbzYYWB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018ee58a6790-26d1b73f-c342-4588-88c5-c50544de7e43-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=1713248036; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=V2r9pF7x24GaichUlfIgsaHU7sqPYG1paih43BBFvKI=; b=KYw4zBP0ljwVMdRCuMfZQO1UOb3TlSDRhqvGFpAxQldlLEJCktzVXLtHHTFG838G uym51JVf6k8erpyGDR9MKRbkc7j7g6+ZWmkmAHxcUg5dBEKslGmY5rehQ4z9uQQmshV BAZIc1kJqCinj0Zrd090xYpgZQoSYpeE8h3zg/BQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248036; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=V2r9pF7x24GaichUlfIgsaHU7sqPYG1paih43BBFvKI=; b=ahbzYYWBmrq8Sk3vGrM3wxb7RzJMRs1xLEL1Dzik5wQ8XqnQSNS3wdu15hXSQtKx Sk7May3J1yCcONLRK7DptswaVm5FQGS7ZF6rZkJRCGXOVjoDTZVfRA6l9nThgC7tuo+ vZ6gg6dX/vcy2LfbyF/9gf1SvAAu+lYbt2R9oxCY= 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: <0101018ee58a6790-26d1b73f-c342-4588-88c5-c50544de7e43-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:56 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.33 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 ; Tue, 16 Apr 2024 06:14:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198257 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 0d80b7545e37585eca26b08faeaf718819a825db Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 17:55:47 +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