diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-07-01 13:48:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:23:49 +0100 |
commit | 61d051c37d85407d20c41f8dda274d279cc17bee (patch) | |
tree | 5822c25efbf69c799f4a4d2be5be4b4cdfcd0098 /meta/recipes-connectivity/connman | |
parent | 889b451516753a1bcaef0665cfef1d6dbfd2ebfc (diff) | |
download | poky-61d051c37d85407d20c41f8dda274d279cc17bee.tar.gz |
connman: Set the VPN client program paths
Automatically finding out the paths to VPN client programs does
not work when configure script is run so set the paths manually.
(From OE-Core rev: 6212703b826f4ba95196d9858a8fc033af623c7c)
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index f250d78a17..e6584ffa6e 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -46,10 +46,10 @@ PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant" | |||
46 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez4" | 46 | PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez4" |
47 | PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono" | 47 | PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono" |
48 | PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," | 48 | PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," |
49 | PACKAGECONFIG[openvpn] = "--enable-openvpn,--disable-openvpn,,openvpn" | 49 | PACKAGECONFIG[openvpn] = "--enable-openvpn --with-openvpn=${sbindir}/openvpn,--disable-openvpn,,openvpn" |
50 | PACKAGECONFIG[vpnc] = "--enable-vpnc,--disable-vpnc,,vpnc" | 50 | PACKAGECONFIG[vpnc] = "--enable-vpnc --with-vpnc=${sbindir}/vpnc,--disable-vpnc,,vpnc" |
51 | PACKAGECONFIG[l2tp] = "--enable-l2tp,--disable-l2tp,,xl2tpd" | 51 | PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2tp,,xl2tpd" |
52 | PACKAGECONFIG[pptp] = "--enable-pptp,--disable-pptp,,pptp-linux" | 52 | PACKAGECONFIG[pptp] = "--enable-pptp --with-pptp=${sbindir}/pptp,--disable-pptp,,pptp-linux" |
53 | # WISPr support for logging into hotspots, requires TLS | 53 | # WISPr support for logging into hotspots, requires TLS |
54 | PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," | 54 | PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," |
55 | 55 | ||