diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-10-09 08:42:54 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-10-10 12:16:16 +0800 |
| commit | 1e5115528fb9ca11a8dfa9b9a42b9b4ccae55f28 (patch) | |
| tree | 88341e398e4e8a30c7f503a7f6fec5245e43c5d5 | |
| parent | ef18ef563bee5e0c11ff94c518fae91b166296ac (diff) | |
| download | meta-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>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb | 2 |
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 | ||
| 9 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 9 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
| 10 | 10 | ||
| 11 | COMPATIBLE_HOST_libc-musl = "null" | ||
| 12 | |||
| 11 | inherit cmake systemd | 13 | inherit cmake systemd |
| 12 | 14 | ||
| 13 | DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" | 15 | DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" |
