Update UPSTREAM_CHECK_URI to check the correct latest stable verison. Before the patch: $ devtool latest-version nano INFO: Current version: 8.6 INFO: Latest version:
After the patch: $ devtool latest-version nano INFO: Current version: 8.6 INFO: Latest version: 8.6 Signed-off-by: Yi Zhao <[email protected]> --- meta-oe/recipes-support/nano/nano_8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nano/nano_8.6.bb b/meta-oe/recipes-support/nano/nano_8.6.bb index 8056456a0f..e45c6df757 100644 --- a/meta-oe/recipes-support/nano/nano_8.6.bb +++ b/meta-oe/recipes-support/nano/nano_8.6.bb @@ -15,7 +15,7 @@ PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619" -UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" +UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano" inherit autotools gettext pkgconfig -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121543): https://lists.openembedded.org/g/openembedded-devel/message/121543 Mute This Topic: https://lists.openembedded.org/mt/116255837/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
