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 | |
| 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')
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | 4 | ||||
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb index 481d199d8..aeba76238 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | |||
| @@ -8,4 +8,6 @@ RDEPENDS_${PN} = " \ | |||
| 8 | kernel-module-qca6174 \ | 8 | kernel-module-qca6174 \ |
| 9 | firmware-qca6174 \ | 9 | firmware-qca6174 \ |
| 10 | " | 10 | " |
| 11 | RDEPENDS_${PN}_append_libc-glibc = " qca-tools" | 11 | |
| 12 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' | ||
| 13 | COMPATIBLE_HOST_libc-musl = 'null' | ||
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca9377.bb index a286335ec..43df5a70e 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' |
