1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

connman: Add iptables/ip6tables-save to ac_cv_path

Set the paths for iptables/ip6tables so that they are correct for the target
install and not discovered on the host filesystem.

(From OE-Core rev: aa60cc7e65d3964d6eedea97246f1ebc24fe66e2)

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alex Kiernan
2025-04-17 03:29:16 +00:00
committed by Richard Purdie
parent 6f5804c0d1
commit a87078c423
@@ -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 \