summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/lcdproc/lcdproc_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
index 93a09f28a0..1354997891 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
@@ -19,9 +19,10 @@ S = "${WORKDIR}/git"
19 19
20inherit autotools pkgconfig update-rc.d 20inherit autotools pkgconfig update-rc.d
21 21
22COMPATIBLE_HOST_arm_libc-musl = "null"
23
24LCD_DRIVERS ?= "all,!irman,!svga" 22LCD_DRIVERS ?= "all,!irman,!svga"
23LCD_DRIVERS_append_aarch64 = ",!serialVFD"
24LCD_DRIVERS_append_arm = ",!serialVFD"
25
25LCD_DEFAULT_DRIVER ?= "curses" 26LCD_DEFAULT_DRIVER ?= "curses"
26 27
27PACKAGECONFIG ??= "usb" 28PACKAGECONFIG ??= "usb"