diff options
| author | João Henrique Ferreira de Freitas <joaohf@gmail.com> | 2025-03-21 21:55:52 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:29:16 +0000 |
| commit | 239a262c12e27d3f8470f909854663a5dfefbba1 (patch) | |
| tree | 9628e3d628a0700c26b5a27efd8eebbe30b88b1a /meta | |
| parent | 6988ab0efac31134cf59453f4f87a4f0a5191f27 (diff) | |
| download | poky-239a262c12e27d3f8470f909854663a5dfefbba1.tar.gz | |
neard: use WIRELESS_DAEMON
Honor WIRELESS_DAEMON when wifi is enable for DISTRO_FEATURE.
(From OE-Core rev: 86b408919d9506b6f1ba69c96f1bc6212e724bbc)
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-connectivity/neard/neard_0.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/neard/neard_0.19.bb b/meta/recipes-connectivity/neard/neard_0.19.bb index 94df1ac3d6..b04187bcc5 100644 --- a/meta/recipes-connectivity/neard/neard_0.19.bb +++ b/meta/recipes-connectivity/neard/neard_0.19.bb | |||
| @@ -40,9 +40,10 @@ do_install:append() { | |||
| 40 | RDEPENDS:${PN} = "dbus" | 40 | RDEPENDS:${PN} = "dbus" |
| 41 | 41 | ||
| 42 | # Bluez & Wifi are not mandatory except for handover | 42 | # Bluez & Wifi are not mandatory except for handover |
| 43 | WIRELESS_DAEMON ??= "wpa-supplicant" | ||
| 43 | RRECOMMENDS:${PN} = "\ | 44 | RRECOMMENDS:${PN} = "\ |
| 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \ | 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \ |
| 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ | 46 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','${WIRELESS_DAEMON}', '', d)} \ |
| 46 | " | 47 | " |
| 47 | 48 | ||
| 48 | INITSCRIPT_NAME = "neard" | 49 | INITSCRIPT_NAME = "neard" |
