diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-12 19:31:28 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:46:50 -0700 |
| commit | ba5c0efc62f9bd9904c888803835ede918411aba (patch) | |
| tree | 9e8203229fe7db60f9df024e2c685fdf5bd46b4d | |
| parent | d9516e5531b5d0c93541cd0a337648a7a50ba49a (diff) | |
| download | meta-openembedded-ba5c0efc62f9bd9904c888803835ede918411aba.tar.gz | |
nano: update to 4.2
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.2.bb (renamed from meta-oe/recipes-support/nano/nano_4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.1.bb b/meta-oe/recipes-support/nano/nano_4.2.bb index 1fe36cdb0e..19a8b47829 100644 --- a/meta-oe/recipes-support/nano/nano_4.1.bb +++ b/meta-oe/recipes-support/nano/nano_4.2.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] = "235eaf7d27db3c3679b2054361ff6181" | 15 | SRC_URI[md5sum] = "9ef42650960fa71671dc5318841a27a9" |
| 16 | SRC_URI[sha256sum] = "86bde596a038d6fde619b49d785c0ebf0b3eaa7001a39dbe9316bd5392d221d0" | 16 | SRC_URI[sha256sum] = "1143defce62e391b241252ffdb6e5c1ded56cfe26d46ee81b796abe0ccc45df9" |
| 17 | 17 | ||
| 18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
| 19 | 19 | ||
