diff options
| -rw-r--r-- | meta/recipes-connectivity/connman/connman_1.44.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.44.bb b/meta/recipes-connectivity/connman/connman_1.44.bb index 553a377684..aa9da070de 100644 --- a/meta/recipes-connectivity/connman/connman_1.44.bb +++ b/meta/recipes-connectivity/connman/connman_1.44.bb | |||
| @@ -16,7 +16,7 @@ inherit autotools pkgconfig systemd update-rc.d update-alternatives | |||
| 16 | 16 | ||
| 17 | CVE_PRODUCT = "connman connection_manager" | 17 | CVE_PRODUCT = "connman connection_manager" |
| 18 | 18 | ||
| 19 | DEPENDS = "dbus glib-2.0 ppp" | 19 | DEPENDS = "dbus glib-2.0" |
| 20 | 20 | ||
| 21 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | 21 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ |
| 22 | file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ | 22 | file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ |
| @@ -63,8 +63,8 @@ PACKAGECONFIG[iwd] = "--enable-iwd,--disable-iwd,,iwd" | |||
| 63 | PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," | 63 | PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," |
| 64 | PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=${sbindir}/openvpn,--disable-openvpn,,openvpn" | 64 | PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=${sbindir}/openvpn,--disable-openvpn,,openvpn" |
| 65 | PACKAGECONFIG[vpnc] = "--enable-vpnc --with-vpnc=${sbindir}/vpnc,--disable-vpnc,,vpnc" | 65 | PACKAGECONFIG[vpnc] = "--enable-vpnc --with-vpnc=${sbindir}/vpnc,--disable-vpnc,,vpnc" |
| 66 | PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2tp,,xl2tpd" | 66 | PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2tp,ppp,xl2tpd" |
| 67 | PACKAGECONFIG[pptp] = "--enable-pptp --with-pptp=${sbindir}/pptp,--disable-pptp,,pptp-linux" | 67 | PACKAGECONFIG[pptp] = "--enable-pptp --with-pptp=${sbindir}/pptp,--disable-pptp,ppp,pptp-linux" |
| 68 | # WISPr support for logging into hotspots, requires TLS | 68 | # WISPr support for logging into hotspots, requires TLS |
| 69 | PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," | 69 | PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," |
| 70 | PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,libmnl libnftnl,,kernel-module-nf-tables kernel-module-nft-chain-nat-ipv4 kernel-module-nft-chain-route-ipv4 kernel-module-nft-masq-ipv4 kernel-module-nft-nat" | 70 | PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,libmnl libnftnl,,kernel-module-nf-tables kernel-module-nft-chain-nat-ipv4 kernel-module-nft-chain-route-ipv4 kernel-module-nft-masq-ipv4 kernel-module-nft-nat" |
