diff options
| -rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 137deedb30..b7466f58bf 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
| @@ -46,6 +46,7 @@ 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 | 50 | ||
| 50 | INITSCRIPT_NAME = "connman" | 51 | INITSCRIPT_NAME = "connman" |
| 51 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." | 52 | INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." |
| @@ -172,3 +173,11 @@ FILES_${PN}-vpn += "${sbindir}/connman-vpnd \ | |||
| 172 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ | 173 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ |
| 173 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ | 174 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ |
| 174 | ${systemd_unitdir}/system/connman-vpn.service" | 175 | ${systemd_unitdir}/system/connman-vpn.service" |
| 176 | |||
| 177 | SUMMARY_${PN}-plugin-vpn-openvpn = "An OpenVPN plugin for ConnMan VPN" | ||
| 178 | DESCRIPTION_${PN}-plugin-vpn-openvpn = "The ConnMan OpenVPN plugin uses openvpn client \ | ||
| 179 | to create a VPN connection to OpenVPN server." | ||
| 180 | FILES_${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \ | ||
| 181 | ${libdir}/connman/plugins-vpn/openvpn.so" | ||
| 182 | RDEPENDS_${PN}-plugin-vpn-openvpn += "${PN}-vpn" | ||
| 183 | RRECOMMENDS_${PN} += "${@base_contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" | ||
