irssi: Upgrade to 1.0.4

Disable perl explicitly, it pokes into host
its better to disable it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj 2017-08-26 18:28:29 -07:00 committed by Martin Jansa
parent e5555619f9
commit 53dcbe9d2b

View File

@ -6,7 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
DEPENDS = "glib-2.0 ncurses openssl"
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
SRC_URI[md5sum] = "f6bed196cef63ea089f5cce089784445"
SRC_URI[sha256sum] = "9428c51a3f3598ffaef438c351a8d609cf10db34f2435bdcb84456226c383ccf"
SRC_URI[md5sum] = "46d4ac2a7ab472e5dc800e5d7bd9a879"
SRC_URI[sha256sum] = "b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-textui \
--with-proxy \
--with-bot \
--with-perl=no \
--enable-true-color"