| Message ID | 20260429164821.3425757-6-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/10] bitbake add firmwaredir | expand |
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb index 7c7a8bd9c13..4c94f4fe4e5 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb @@ -123,7 +123,7 @@ FILES:${PN}-dbg += "${sbindir}/.debug ${libdir}/.debug" CONFFILES:${PN} += "${sysconfdir}/wpa_supplicant.conf" -RRECOMMENDS:${PN} = "${PN}-passphrase ${PN}-cli ${PN}-plugins" +RRECOMMENDS:${PN} = "${PN}-passphrase ${PN}-cli ${PN}-plugins wireless-regdb-static" SYSTEMD_SERVICE:${PN} = "wpa_supplicant.service" SYSTEMD_AUTO_ENABLE = "disable"
This often gets pulled into images via packagegroup-base-wifi but not always, and the regulatory database is important to have. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)