mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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:
@@ -1,43 +0,0 @@
|
|||||||
From b5ca64c7398d516e9845d849e8306df7ac024bc4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Tue, 11 Apr 2017 13:59:34 -0700
|
|
||||||
Subject: [PATCH] include asm/ioctl.h explicitly
|
|
||||||
|
|
||||||
Needed for _IOC* defines
|
|
||||||
|
|
||||||
helps compiling with musl where this file is
|
|
||||||
not included indirectly
|
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
server/drivers/hd44780-pifacecad.c | 1 +
|
|
||||||
server/drivers/hd44780-spi.c | 1 +
|
|
||||||
2 files changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/server/drivers/hd44780-pifacecad.c b/server/drivers/hd44780-pifacecad.c
|
|
||||||
index 43db19c..e2798ad 100644
|
|
||||||
--- a/server/drivers/hd44780-pifacecad.c
|
|
||||||
+++ b/server/drivers/hd44780-pifacecad.c
|
|
||||||
@@ -54,6 +54,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
+#include <asm/ioctl.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <linux/spi/spidev.h>
|
|
||||||
|
|
||||||
diff --git a/server/drivers/hd44780-spi.c b/server/drivers/hd44780-spi.c
|
|
||||||
index 5f94333..8a4015b 100644
|
|
||||||
--- a/server/drivers/hd44780-spi.c
|
|
||||||
+++ b/server/drivers/hd44780-spi.c
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
+#include <asm/ioctl.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <linux/spi/spidev.h>
|
|
||||||
|
|
||||||
--
|
|
||||||
2.12.2
|
|
||||||
|
|
||||||
@@ -11,15 +11,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
|
|||||||
|
|
||||||
BASEPV = "0.5.9"
|
BASEPV = "0.5.9"
|
||||||
PV = "${BASEPV}+git${SRCPV}"
|
PV = "${BASEPV}+git${SRCPV}"
|
||||||
SRCREV = "79fa538647c3e09a87ecc86aae1abbb82e0a25c5"
|
SRCREV = "a4b5a7e058fdd0d914a61138748b589c0128b45b"
|
||||||
SRC_URI = "git://github.com/lcdproc/lcdproc;branch=lcdproc-${BASEPV} \
|
SRC_URI = "git://github.com/lcdproc/lcdproc \
|
||||||
file://0001-include-asm-ioctl.h-explicitly.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig update-rc.d
|
inherit autotools pkgconfig update-rc.d
|
||||||
|
|
||||||
|
COMPATIBLE_HOST_arm_libc-musl = "null"
|
||||||
|
|
||||||
LCD_DRIVERS ?= "all,!irman,!svga"
|
LCD_DRIVERS ?= "all,!irman,!svga"
|
||||||
LCD_DEFAULT_DRIVER ?= "curses"
|
LCD_DEFAULT_DRIVER ?= "curses"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user