Message ID | 20250417-connman-fixes-v1-3-160b2b811116@gmail.com |
---|---|
State | New |
Headers | show |
Series | connman: Pick fixes from previous series | expand |
diff --git a/meta/recipes-connectivity/connman/connman_1.44.bb b/meta/recipes-connectivity/connman/connman_1.44.bb index bbe3585dc72ff64ecda74d866f119dc3b71e4fcf..3ee2b12b7ed98004acb8af89056409344e3351dc 100644 --- a/meta/recipes-connectivity/connman/connman_1.44.bb +++ b/meta/recipes-connectivity/connman/connman_1.44.bb @@ -30,8 +30,10 @@ RRECOMMENDS:${PN} = "connman-conf" RCONFLICTS:${PN} = "networkmanager" EXTRA_OECONF += "\ - ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ + ac_cv_path_IP6TABLES_SAVE=${sbindir}/ip6tables-save \ + ac_cv_path_IPTABLES_SAVE=${sbindir}/iptables-save \ ac_cv_path_PPPD=${sbindir}/pppd \ + ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ --enable-debug \ --enable-loopback \ --enable-ethernet \
Set the paths for iptables/ip6tables so that they are correct for the target install and not discovered on the host filesystem. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> --- meta/recipes-connectivity/connman/connman_1.44.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)