aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-11 13:46:35 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 11:00:50 +0200
commitdcb4c91837ac8406bc9995d2b4b2d6ce6b429ae2 (patch)
tree5b8005aa65fffefe452d78b438dc56e1dc1f7703 /meta-oe
parent449030b1b920a0ee12a63e2655744db559303778 (diff)
downloadmeta-openembedded-contrib-dcb4c91837ac8406bc9995d2b4b2d6ce6b429ae2.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/ckermit/ckermit_302.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ckermit/ckermit_302.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb
index 187a57e6ff..61c08ee276 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_302.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_302.bb
@@ -24,6 +24,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
# trying to look inside the stdio headers.
CKERMIT_ADDITIONAL = ""
CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
+CKERMIT_ADDITIONAL_libc-musl = "-DNOARROWKEYS"
TARGET_CC_ARCH += "${LDFLAGS}"