]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
connman: Add iptables/ip6tables-save to ac_cv_path
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 17 Apr 2025 03:29:16 +0000 (03:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Apr 2025 14:29:35 +0000 (15:29 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman_1.44.bb

index bbe3585dc72ff64ecda74d866f119dc3b71e4fcf..3ee2b12b7ed98004acb8af89056409344e3351dc 100644 (file)
@@ -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 \