To: ['Chen Qi '] To: openembedded-core@lists.openembedded.org Subject: [AUH] resolvconf: upgrading to 1.93 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/resolvconf/0001-resolvconf-upgrade-1.92-1.93.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250501050045/all/resolvconf/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *resolvconf* to *1.93* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.92-1.93.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 44d63f62a5520c9bab5e0ceb7eae53e37354bbd7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 07:46:48 +0000 Subject: [PATCH] resolvconf: upgrade 1.92 -> 1.93 --- .../0001-avoid-using-m-option-for-readlink.patch | 7 ++----- .../resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.bb} (98%) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch b/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch index ab32f26754..13c4ad5a32 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch +++ b/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch @@ -1,4 +1,4 @@ -From 6bf2bb136a0b3961339369bc08e58b661fba0edb Mon Sep 17 00:00:00 2001 +From cb153a538f1cfffeac94a929fa643df26bb08380 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Nov 2022 17:26:30 +0800 Subject: [PATCH] avoid using -m option for readlink @@ -20,7 +20,7 @@ Signed-off-by: Chen Qi 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/resolvconf/update.d/libc b/etc/resolvconf/update.d/libc -index 1c4f6bc..f75d22c 100755 +index e500167..0b84c35 100755 --- a/etc/resolvconf/update.d/libc +++ b/etc/resolvconf/update.d/libc @@ -57,7 +57,7 @@ fi @@ -32,6 +32,3 @@ index 1c4f6bc..f75d22c 100755 } if ! resolv_conf_is_symlinked_to_dynamic_file ; then --- -2.17.1 - diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb similarity index 98% rename from meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb rename to meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb index c3ce5bc22e..93e5a944d1 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb @@ -15,7 +15,7 @@ SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=un file://0001-avoid-using-m-option-for-readlink.patch \ " -SRCREV = "86047276c80705c51859a19f0c472102e0822f34" +SRCREV = "ab766fa31f7939f6d879123236b4275320b7ff64" S = "${WORKDIR}/git" -- 2.47.1