summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-12 21:44:00 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 09:39:00 -0800
commita582f6250f17aa14199fad29e380ab80403adfa1 (patch)
tree2b5bb9331bd73a794ce9bc5c23cae0fbb066dc97
parente066479109a357db7c8800cb6ab33fa7d84dd755 (diff)
downloadmeta-openembedded-a582f6250f17aa14199fad29e380ab80403adfa1.tar.gz
nano: update UPSTREAM_CHECK_URI
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 <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/nano/nano_8.6.bb2
1 files changed, 1 insertions, 1 deletions
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]}"
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" 15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619" 16SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619"
17 17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" 18UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"
19 19
20inherit autotools gettext pkgconfig 20inherit autotools gettext pkgconfig
21 21