lcdproc: Update to master tip

* Do not build on musl/arm since it does not build due to musl not
implementing ioperm() function on ARM

Drop 0001-include-asm-ioctl.h-explicitly.patch its fixed differently
upstream already

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-09-11 18:31:03 -07:00
parent aee5ef8906
commit 205d83988e
2 changed files with 4 additions and 46 deletions
@@ -11,15 +11,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
BASEPV = "0.5.9"
PV = "${BASEPV}+git${SRCPV}"
SRCREV = "79fa538647c3e09a87ecc86aae1abbb82e0a25c5"
SRC_URI = "git://github.com/lcdproc/lcdproc;branch=lcdproc-${BASEPV} \
file://0001-include-asm-ioctl.h-explicitly.patch \
SRCREV = "a4b5a7e058fdd0d914a61138748b589c0128b45b"
SRC_URI = "git://github.com/lcdproc/lcdproc \
"
S = "${WORKDIR}/git"
inherit autotools pkgconfig update-rc.d
COMPATIBLE_HOST_arm_libc-musl = "null"
LCD_DRIVERS ?= "all,!irman,!svga"
LCD_DEFAULT_DRIVER ?= "curses"