diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-kernel/wireless-regdb | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/wireless-regdb')
| -rw-r--r-- | meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb index f79c0b29ea..7b54d8c059 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb | |||
| @@ -24,9 +24,9 @@ do_install() { | |||
| 24 | # For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass | 24 | # For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass |
| 25 | # (in meta-networking) in kernel's recipe. | 25 | # (in meta-networking) in kernel's recipe. |
| 26 | PACKAGES = "${PN}-static ${PN}" | 26 | PACKAGES = "${PN}-static ${PN}" |
| 27 | RCONFLICTS_${PN} = "${PN}-static" | 27 | RCONFLICTS:${PN} = "${PN}-static" |
| 28 | 28 | ||
| 29 | FILES_${PN}-static = " \ | 29 | FILES:${PN}-static = " \ |
| 30 | ${nonarch_base_libdir}/firmware/regulatory.db \ | 30 | ${nonarch_base_libdir}/firmware/regulatory.db \ |
| 31 | ${nonarch_base_libdir}/firmware/regulatory.db.p7s \ | 31 | ${nonarch_base_libdir}/firmware/regulatory.db.p7s \ |
| 32 | " | 32 | " |
| @@ -34,10 +34,10 @@ FILES_${PN}-static = " \ | |||
| 34 | # Native users might want to use the source of regulatory DB. | 34 | # Native users might want to use the source of regulatory DB. |
| 35 | # This is for example used by Linux kernel <= v4.14 and | 35 | # This is for example used by Linux kernel <= v4.14 and |
| 36 | # kernel_wireless_regdb.bbclass in meta-networking. | 36 | # kernel_wireless_regdb.bbclass in meta-networking. |
| 37 | do_install_append_class-native() { | 37 | do_install:append:class-native() { |
| 38 | install -m 0644 -D db.txt ${D}${libdir}/crda/db.txt | 38 | install -m 0644 -D db.txt ${D}${libdir}/crda/db.txt |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | RSUGGESTS_${PN} = "crda" | 41 | RSUGGESTS:${PN} = "crda" |
| 42 | 42 | ||
| 43 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native" |
