diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-22 23:22:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-29 10:13:56 -0700 |
commit | 96bd35d8123add249d3ead4551a3ca03f8c714d5 (patch) | |
tree | 5112c22b1071529290684474fcd04fbd81668631 | |
parent | 9fa40ad5f45ed7bf91181609a3feca3a2508ef53 (diff) | |
download | meta-openembedded-96bd35d8123add249d3ead4551a3ca03f8c714d5.tar.gz |
nano: update to 4.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.1.bb (renamed from meta-oe/recipes-support/nano/nano_4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.0.bb b/meta-oe/recipes-support/nano/nano_4.1.bb index 3d7921a375..1fe36cdb0e 100644 --- a/meta-oe/recipes-support/nano/nano_4.0.bb +++ b/meta-oe/recipes-support/nano/nano_4.1.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] = "2de3e8a60ecf09649e316e89be2aac65" | 15 | SRC_URI[md5sum] = "235eaf7d27db3c3679b2054361ff6181" |
16 | SRC_URI[sha256sum] = "1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3" | 16 | SRC_URI[sha256sum] = "86bde596a038d6fde619b49d785c0ebf0b3eaa7001a39dbe9316bd5392d221d0" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||