mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ckermit: Fix build with musl
arrow keys piece is a bit unportable, disable it for now for musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
|
|||||||
# trying to look inside the stdio headers.
|
# trying to look inside the stdio headers.
|
||||||
CKERMIT_ADDITIONAL = ""
|
CKERMIT_ADDITIONAL = ""
|
||||||
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
|
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
|
||||||
|
CKERMIT_ADDITIONAL_libc-musl = "-DNOARROWKEYS"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user