From a3b3671296aeca11caf1101c7fcffa146e7c4751 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 May 2019 20:51:45 -0700 Subject: 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 --- recipes-bsp/firmware-qca/qca-tools_2.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-bsp') 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 f3008c1b2..b7bf0dff4 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() { } COMPATIBLE_HOST = '(aarch64|arm).*-linux' +COMPATIBLE_HOST_libc-musl = 'null' -- cgit v1.2.3-54-g00ecf