diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-05 17:19:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-05 18:13:44 -0700 |
commit | 7cd67125aaeaea9604bf4aae600054ec9e8bfaac (patch) | |
tree | a192f74aaee205919a6d8bdeccc39c4311027667 | |
parent | e151a4fac598f1d3c6cc19eeb13e651a92cb5628 (diff) | |
download | meta-openembedded-7cd67125aaeaea9604bf4aae600054ec9e8bfaac.tar.gz |
nano: update to 4.4
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.4.bb (renamed from meta-oe/recipes-support/nano/nano_4.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.3.bb b/meta-oe/recipes-support/nano/nano_4.4.bb index aa773bf753..18121be06e 100644 --- a/meta-oe/recipes-support/nano/nano_4.3.bb +++ b/meta-oe/recipes-support/nano/nano_4.4.bb | |||
@@ -12,8 +12,8 @@ RDEPENDS_${PN} = "ncurses-terminfo-base" | |||
12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
13 | 13 | ||
14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
15 | SRC_URI[md5sum] = "23f4f7b5c0d1f04ad555960dc294f2b8" | 15 | SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" |
16 | SRC_URI[sha256sum] = "00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81" | 16 | SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||