To: ['Alexander Kanavin '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libnl: upgrading to 3.11.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/libnl/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/libnl/0001-libnl-upgrade-3.10.0-3.11.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/libnl/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/libnl/bitbake-output-qemuarm_musl.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libnl* to *3.11.0* has Succeeded. Next steps: - apply the patch: git am 0001-libnl-upgrade-3.10.0-3.11.0.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 2d2ae7108e74c525b089f13ceabcf39fd73a57c7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 16:48:20 +0000 Subject: [PATCH] libnl: upgrade 3.10.0 -> 3.11.0 --- .../0001-tests-cksuite-all-netns.c-disable-route_1.patch | 4 ++-- .../libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} (96%) diff --git a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch index cc5e3890a1..a52e86abf6 100644 --- a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch +++ b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch @@ -1,4 +1,4 @@ -From 9e45c8809fc4e0aa1dd2ec2ac3e57352049f1b92 Mon Sep 17 00:00:00 2001 +From fb0674cb2735f6696ddb180dd5a23a034ce4fa00 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 20 Aug 2024 19:01:59 +0200 Subject: [PATCH] tests/cksuite-all-netns.c: disable route_1 @@ -17,7 +17,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cksuite-all-netns.c b/tests/cksuite-all-netns.c -index 5b9d3a5..b2fc46a 100644 +index 1948c3e..7f57d21 100644 --- a/tests/cksuite-all-netns.c +++ b/tests/cksuite-all-netns.c @@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void) diff --git a/meta/recipes-support/libnl/libnl_3.10.0.bb b/meta/recipes-support/libnl/libnl_3.11.0.bb similarity index 96% rename from meta/recipes-support/libnl/libnl_3.10.0.bb rename to meta/recipes-support/libnl/libnl_3.11.0.bb index 441c847a73..26c87dbb1c 100644 --- a/meta/recipes-support/libnl/libnl_3.10.0.bb +++ b/meta/recipes-support/libnl/libnl_3.11.0.bb @@ -19,7 +19,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')} file://0001-tests-cksuite-all-netns.c-disable-route_1.patch \ " -SRC_URI[sha256sum] = "49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5" +SRC_URI[sha256sum] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P.+)" -- 2.44.1