diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-05-20 20:51:45 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-05-21 14:10:06 -0300 |
commit | a3b3671296aeca11caf1101c7fcffa146e7c4751 (patch) | |
tree | 814232a04bb8b8df489e0bfdf41561ac0b832669 /recipes-bsp | |
parent | a81511cfec6cb9f9fd353c7471d240bc4e9766f2 (diff) | |
download | meta-freescale-a3b3671296aeca11caf1101c7fcffa146e7c4751.tar.gz |
qca-tools: Disable for musl hosts
The prebuilt tools are for glibc based targets
no point in building for musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/firmware-qca/qca-tools_2.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb b/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb index f3008c1b..b7bf0dff 100644 --- a/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb +++ b/recipes-bsp/firmware-qca/qca-tools_2.0.1.bb | |||
@@ -17,3 +17,4 @@ do_install() { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' | 19 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' |
20 | COMPATIBLE_HOST_libc-musl = 'null' | ||