To: Alex Stewart <alex.stewart@ni.com>
To: openembedded-core@lists.openembedded.org
Subject: [AUH] opkg-utils: upgrading to 0.6.3 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231215045450/all/opkg-utils/bitbake-output-qemuarm_musl.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231215045450/all/opkg-utils/0001-opkg-utils-upgrade-0.6.2-0.6.3.patch /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231215045450/all/opkg-utils/buildhistory-diff-full.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231215045450/all/opkg-utils/buildhistory-diff.txt

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 <auh@yoctoproject.org>
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 <alex.kanavin@gmail.com>
 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 <alex.kanavin@gmail.com>
+
 ---
  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"
 
-- 
2.42.0


