diff options
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.0.bb (renamed from meta-oe/recipes-support/nano/nano_3.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/nano/nano_3.2.bb b/meta-oe/recipes-support/nano/nano_4.0.bb index dbc5487935..3d7921a375 100644 --- a/meta-oe/recipes-support/nano/nano_3.2.bb +++ b/meta-oe/recipes-support/nano/nano_4.0.bb | |||
@@ -12,9 +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 | 15 | SRC_URI[md5sum] = "2de3e8a60ecf09649e316e89be2aac65" | |
16 | SRC_URI[md5sum] = "2606dc0dc31a088f16c7d603b42d23d0" | 16 | SRC_URI[sha256sum] = "1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3" |
17 | SRC_URI[sha256sum] = "d12773af3589994b2e4982c5792b07c6240da5b86c5aef2103ab13b401fe6349" | ||
18 | 17 | ||
19 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
20 | 19 | ||