To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libnl: upgrading to 3.12.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/libnl/0001-libnl-upgrade-3.11.0-3.12.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/libnl/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/libnl/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/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.12.0* has Succeeded. Next steps: - apply the patch: git am 0001-libnl-upgrade-3.11.0-3.12.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 c2ffdfebe73a830b9b6e120b069ebcf392eb97dc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Dec 2025 07:32:33 +0000 Subject: [PATCH] libnl: upgrade 3.11.0 -> 3.12.0 --- .../0001-tests-cksuite-all-netns.c-disable-route_1.patch | 6 +++--- .../libnl/{libnl_3.11.0.bb => libnl_3.12.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libnl/{libnl_3.11.0.bb => libnl_3.12.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..31ed6a03f1 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 4fc15346838cb6abfd2cc4e454b583e9ad143720 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,10 +17,10 @@ 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 ff6fd65..f083e65 100644 --- a/tests/cksuite-all-netns.c +++ b/tests/cksuite-all-netns.c -@@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void) +@@ -342,7 +342,7 @@ Suite *make_nl_netns_suite(void) nltst_netns_fixture_teardown); tcase_add_test(tc, cache_and_clone); tcase_add_loop_test(tc, test_create_iface, 0, 17); diff --git a/meta/recipes-support/libnl/libnl_3.11.0.bb b/meta/recipes-support/libnl/libnl_3.12.0.bb similarity index 96% rename from meta/recipes-support/libnl/libnl_3.11.0.bb rename to meta/recipes-support/libnl/libnl_3.12.0.bb index 26c87dbb1c..a68a80c0ae 100644 --- a/meta/recipes-support/libnl/libnl_3.11.0.bb +++ b/meta/recipes-support/libnl/libnl_3.12.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] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" +SRC_URI[sha256sum] = "fc51ca7196f1a3f5fdf6ffd3864b50f4f9c02333be28be4eeca057e103c0dd18" GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P.+)" -- 2.47.1