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>
This commit is contained in:
Khem Raj 2019-10-09 08:42:54 -07:00 committed by Anuj Mittal
parent ef18ef563b
commit 1e5115528f

View File

@ -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"