From 1e5115528fb9ca11a8dfa9b9a42b9b4ccae55f28 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Oct 2019 08:42:54 -0700 Subject: lms: Do not build on musl It depends on ace which is marked as incompatible for musl as well Signed-off-by: Khem Raj Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb index 76baa9f3..5fb602e1 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" COMPATIBLE_HOST = '(i.86|x86_64).*-linux' +COMPATIBLE_HOST_libc-musl = "null" + inherit cmake systemd DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" -- cgit v1.2.3-54-g00ecf