From patchwork Fri Dec 15 14:17:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 36423 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 3AF83C47DDD for ; Fri, 15 Dec 2023 14:17:52 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web11.63613.1702649864132005282 for ; Fri, 15 Dec 2023 06:17:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VkmTXQ4z; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=KGBnKCsr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018c6dd71a52-0772e14b-90af-442b-9e54-239690e14825-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=1702649863; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=T7X6vukG6K/6hAzAsX0toT3oR+6ItxgD/ppXkDLfEg4=; b=VkmTXQ4zROc5obMdcINr1XY6ROeKcoGOesf8CVC5Irrvfu9WHw/gfEKcjFGziRJR gEyO3Hweg+fnvaMMV3WyOhjXFwkk6lN8yjgIU8TAIsDlbx34QJ0IKFZ3mS2ye2YUtr2 XaBN+/IwBKqXjmnY91HUl55InZ0fQz0FsvCzWvy8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1702649863; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=T7X6vukG6K/6hAzAsX0toT3oR+6ItxgD/ppXkDLfEg4=; b=KGBnKCsrzrJIa7Bns4xUNtM2HxQ3phSxk8ECDBeWIBkZA1wUrKScjKLVMqBPb0d5 qgWlNeo2nJznETfgpKYh5bzSBuJFFtLsnNqd+agY9PFKW1pyLKS9ZunQZpWJl/evE0L fLKev4QuabxjjsCta7vcNpjN7+lu+trZCwQ9X5HQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alex Stewart Cc: openembedded-core@lists.openembedded.org Subject: [AUH] opkg-utils: upgrading to 0.6.3 SUCCEEDED Message-ID: <0101018c6dd71a52-0772e14b-90af-442b-9e54-239690e14825-000000@us-west-2.amazonses.com> Date: Fri, 15 Dec 2023 14:17:42 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.15-54.240.27.31 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 ; Fri, 15 Dec 2023 14:17:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/192473 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *opkg-utils* to *0.6.3* has Succeeded. Next steps: - apply the patch: git am 0001-opkg-utils-upgrade-0.6.2-0.6.3.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 a3a6f8a2e3b830c481c70b41fd0b1e13308a7d64 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Dec 2023 07:18:18 +0000 Subject: [PATCH] opkg-utils: upgrade 0.6.2 -> 0.6.3 --- .../0001-update-alternatives-correctly-match-priority.patch | 3 ++- .../opkg-utils/{opkg-utils_0.6.2.bb => opkg-utils_0.6.3.bb} | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.6.2.bb => opkg-utils_0.6.3.bb} (97%) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch index 556d4ce5f5..ffa0f0d863 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch +++ b/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch @@ -1,4 +1,4 @@ -From 26206005dacd61380663bb4fd9b18178bb33665b Mon Sep 17 00:00:00 2001 +From e81bde621779cc8fd18c3635a2423d585e82d3d1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 24 Oct 2020 21:59:27 +0200 Subject: [PATCH] update-alternatives: correctly match priority @@ -9,6 +9,7 @@ against priority 9. Upstream-Status: Submitted Signed-off-by: Alexander Kanavin + --- update-alternatives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb similarity index 97% rename from meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb rename to meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb index eb88b9b734..b509227e1a 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb @@ -10,7 +10,7 @@ PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtu SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \ file://0001-update-alternatives-correctly-match-priority.patch \ " -SRCREV = "67994e62dc598282830385da75ba9b1abbbda941" +SRCREV = "589880d01969eb9af1e66120e731d43193504718" S = "${WORKDIR}/git"