diff mbox series

[AUH] libbpf: upgrading to 1.2.2 SUCCEEDED

Message ID 0101018b96becbea-af78c3ab-070d-4441-8afc-294bd192e2fe-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libbpf: upgrading to 1.2.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libbpf-upgrade-1.2.0-1.2.2.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 38899db289ff150f2b41952d2ef73678e960bf57 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 13:42:25 +0000
Subject: [PATCH] libbpf: upgrade 1.2.0 -> 1.2.2

---
 .../libbpf/{libbpf_1.2.0.bb => libbpf_1.2.2.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-kernel/libbpf/{libbpf_1.2.0.bb => libbpf_1.2.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.2.bb
similarity index 91%
rename from meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb
rename to meta-oe/recipes-kernel/libbpf/libbpf_1.2.2.bb
index a8e1e5c0c..8dbf7933b 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.2.bb
@@ -8,8 +8,8 @@  LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
 
 DEPENDS = "zlib elfutils"
 
-SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
-SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90"
+SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-v1.2.2-bugfix"
+SRCREV = "1728e3e4bef0e138ea95ffe62163eb9a6ac6fa32"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"