mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
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>
This commit is contained in:
parent
a3d384771d
commit
e7684e519f
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -19,4 +19,5 @@ EXTRA_OEMAKE += " \
|
|||
TARGET_BUILD_VARIANT=user \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "qca-tools"
|
||||
COMPATIBLE_HOST = '(aarch64|arm).*-linux'
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
|
Loading…
Reference in New Issue
Block a user