From e7684e519fa12d92a088c51a0358bb3856ed22b3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 Jun 2019 09:55:41 -0700 Subject: qca-modules: Mark arm/aarch64 specific These modules rdepends on qca-tools which is currently arm/aarch64 and glibc specific, therefore mark the recipes depending on qca-tools so as well. Signed-off-by: Khem Raj --- recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | 4 +++- recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'recipes-fsl/packagegroups') diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb index 481d199d..aeba7623 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb @@ -8,4 +8,6 @@ RDEPENDS_${PN} = " \ kernel-module-qca6174 \ firmware-qca6174 \ " -RDEPENDS_${PN}_append_libc-glibc = " qca-tools" + +COMPATIBLE_HOST = '(aarch64|arm).*-linux' +COMPATIBLE_HOST_libc-musl = 'null' diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb index a286335e..43df5a70 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb @@ -8,5 +8,5 @@ RDEPENDS_${PN} = " \ kernel-module-qca9377 \ firmware-qca9377 \ " - -RDEPENDS_${PN}_append_libc-glibc = " qca-tools" +COMPATIBLE_HOST = '(aarch64|arm).*-linux' +COMPATIBLE_HOST_libc-musl = 'null' -- cgit v1.2.3-54-g00ecf