summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-09 08:42:54 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2019-10-10 12:16:16 +0800
commit1e5115528fb9ca11a8dfa9b9a42b9b4ccae55f28 (patch)
tree88341e398e4e8a30c7f503a7f6fec5245e43c5d5 /dynamic-layers
parentef18ef563bee5e0c11ff94c518fae91b166296ac (diff)
downloadmeta-intel-1e5115528fb9ca11a8dfa9b9a42b9b4ccae55f28.tar.gz
lms: Do not build on musl
It depends on ace which is marked as incompatible for musl as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
8 8
9COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 9COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
10 10
11COMPATIBLE_HOST_libc-musl = "null"
12
11inherit cmake systemd 13inherit cmake systemd
12 14
13DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" 15DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman"