diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | |
parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb')
-rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb index aeba7623..201f7d21 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-qca6174.bb | |||
@@ -4,10 +4,10 @@ SUMMARY = "Qualcomm Wi-Fi support" | |||
4 | 4 | ||
5 | inherit packagegroup | 5 | inherit packagegroup |
6 | 6 | ||
7 | RDEPENDS_${PN} = " \ | 7 | RDEPENDS:${PN} = " \ |
8 | kernel-module-qca6174 \ | 8 | kernel-module-qca6174 \ |
9 | firmware-qca6174 \ | 9 | firmware-qca6174 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' | 12 | COMPATIBLE_HOST = '(aarch64|arm).*-linux' |
13 | COMPATIBLE_HOST_libc-musl = 'null' | 13 | COMPATIBLE_HOST:libc-musl = 'null' |