diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-06-15 09:55:41 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-06-15 19:57:47 -0300 |
commit | e7684e519fa12d92a088c51a0358bb3856ed22b3 (patch) | |
tree | 42dd7473586ba27201f5a13661a27eba13ed7e92 /recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb | |
parent | a3d384771dc6a58af2de66245575745f47dc8c6f (diff) | |
download | meta-freescale-e7684e519fa12d92a088c51a0358bb3856ed22b3.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb')
-rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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} = " \ | |||
8 | kernel-module-qca9377 \ | 8 | kernel-module-qca9377 \ |
9 | firmware-qca9377 \ | 9 | firmware-qca9377 \ |
10 | " | 10 | " |
11 | 11 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' | |
12 | RDEPENDS_${PN}_append_libc-glibc = " qca-tools" | 12 | COMPATIBLE_HOST_libc-musl = 'null' |