All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH] neard: dont pull in wpa-supplicant unconditionally
@ 2023-01-16 16:43 Markus Volk
  2023-01-16 16:47 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Volk @ 2023-01-16 16:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-connectivity/neard/neard_0.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/neard/neard_0.18.bb b/meta/recipes-connectivity/neard/neard_0.18.bb
index 23e999acc4..17dbfc4378 100644
--- a/meta/recipes-connectivity/neard/neard_0.18.bb
+++ b/meta/recipes-connectivity/neard/neard_0.18.bb
@@ -42,7 +42,7 @@ RDEPENDS:${PN} = "dbus"
 # Bluez & Wifi are not mandatory except for handover
 RRECOMMENDS:${PN} = "\
                      ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \
-                     ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
+                     ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','${WIRELESS_DAEMON}', '', d)} \
                     "
 
 INITSCRIPT_NAME = "neard"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-16 17:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 16:43 [oe-core][PATCH] neard: dont pull in wpa-supplicant unconditionally Markus Volk
2023-01-16 16:47 ` Richard Purdie
2023-01-16 16:49   ` Markus Volk
2023-01-16 17:03     ` Richard Purdie
2023-01-16 17:20       ` Markus Volk
2023-01-16 17:47         ` Jose Quaresma
2023-01-16 17:56         ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.