diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-05 16:56:38 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
commit | 34f89a59361f9870d39d0a73468cea3d94a43340 (patch) | |
tree | db68515e73105775b46539cadf229b7860b9cd91 | |
parent | f2cb7858014636f01578e55b109bff72e2628b4c (diff) | |
download | meta-openembedded-34f89a59361f9870d39d0a73468cea3d94a43340.tar.gz |
nano: fix upstream check URL
Fixes:
$: devtool check-upgrade-status nano
<...>
INFO: nano 4.4 UNKNOWN_BROKEN None
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.4.bb b/meta-oe/recipes-support/nano/nano_4.4.bb index 18121be06e..c23ee047fa 100644 --- a/meta-oe/recipes-support/nano/nano_4.4.bb +++ b/meta-oe/recipes-support/nano/nano_4.4.bb | |||
@@ -15,6 +15,8 @@ SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | |||
15 | SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" | 15 | SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" |
16 | SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" | 16 | SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | ||
19 | |||
18 | inherit autotools gettext pkgconfig | 20 | inherit autotools gettext pkgconfig |
19 | 21 | ||
20 | PACKAGECONFIG[tiny] = "--enable-tiny," | 22 | PACKAGECONFIG[tiny] = "--enable-tiny," |