summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/nano/nano_4.4.bb2
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"
15SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" 15SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb"
16SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" 16SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7"
17 17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
19
18inherit autotools gettext pkgconfig 20inherit autotools gettext pkgconfig
19 21
20PACKAGECONFIG[tiny] = "--enable-tiny," 22PACKAGECONFIG[tiny] = "--enable-tiny,"