diff mbox series

[AUH] neard: upgrading to 0.19 SUCCEEDED

Message ID 0101018a55708171-390cca4f-26c6-46cd-9a58-056fb92472f7-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] neard: upgrading to 0.19 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *neard* to *0.19* has Succeeded.

Next steps:
    - apply the patch: git am 0001-neard-upgrade-0.18-0.19.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 bcf70cbbcce617b712c20947f02b1f671ac2305a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Sep 2023 07:51:31 +0000
Subject: [PATCH] neard: upgrade 0.18 -> 0.19

---
 .../recipes-connectivity/neard/{neard_0.18.bb => neard_0.19.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/neard/{neard_0.18.bb => neard_0.19.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/neard/neard_0.18.bb b/meta/recipes-connectivity/neard/neard_0.19.bb
similarity index 97%
rename from meta/recipes-connectivity/neard/neard_0.18.bb
rename to meta/recipes-connectivity/neard/neard_0.19.bb
index 362a7615b6..a98f436b98 100644
--- a/meta/recipes-connectivity/neard/neard_0.18.bb
+++ b/meta/recipes-connectivity/neard/neard_0.19.bb
@@ -15,7 +15,7 @@  SRC_URI = "git://git.kernel.org/pub/scm/network/nfc/neard.git;protocol=https;bra
            file://0001-Add-header-dependency-to-nciattach.o.patch \
           "
 
-SRCREV = "c781008d3786e03173f0a0f5dfcc0545c787d7fc"
+SRCREV = "a1dc8a75cba999728e154a0f811ab9dd50c809f7"
 
 S = "${WORKDIR}/git"