summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2025-04-17 03:29:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-20 10:11:16 +0100
commita87078c4239a1ad89b5b3598a76c06d8fa026717 (patch)
tree57c4d29ed5293ca4b557c0ee8ab5a4e75e285fbb /meta
parent6f5804c0d134b5d6a8a5e246deafe143a1621a29 (diff)
downloadpoky-a87078c4239a1ad89b5b3598a76c06d8fa026717.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/connman/connman_1.44.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.44.bb b/meta/recipes-connectivity/connman/connman_1.44.bb
index bbe3585dc7..3ee2b12b7e 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"
30RCONFLICTS:${PN} = "networkmanager" 30RCONFLICTS:${PN} = "networkmanager"
31 31
32EXTRA_OECONF += "\ 32EXTRA_OECONF += "\
33 ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ 33 ac_cv_path_IP6TABLES_SAVE=${sbindir}/ip6tables-save \
34 ac_cv_path_IPTABLES_SAVE=${sbindir}/iptables-save \
34 ac_cv_path_PPPD=${sbindir}/pppd \ 35 ac_cv_path_PPPD=${sbindir}/pppd \
36 ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
35 --enable-debug \ 37 --enable-debug \
36 --enable-loopback \ 38 --enable-loopback \
37 --enable-ethernet \ 39 --enable-ethernet \