mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
e066479109
commit
a582f6250f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user