diff options
-rw-r--r-- | meta-oe/recipes-extended/lcdproc/lcdproc_git.bb | 5 |
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 | ||
20 | inherit autotools pkgconfig update-rc.d | 20 | inherit autotools pkgconfig update-rc.d |
21 | 21 | ||
22 | COMPATIBLE_HOST_arm_libc-musl = "null" | ||
23 | |||
24 | LCD_DRIVERS ?= "all,!irman,!svga" | 22 | LCD_DRIVERS ?= "all,!irman,!svga" |
23 | LCD_DRIVERS_append_aarch64 = ",!serialVFD" | ||
24 | LCD_DRIVERS_append_arm = ",!serialVFD" | ||
25 | |||
25 | LCD_DEFAULT_DRIVER ?= "curses" | 26 | LCD_DEFAULT_DRIVER ?= "curses" |
26 | 27 | ||
27 | PACKAGECONFIG ??= "usb" | 28 | PACKAGECONFIG ??= "usb" |