summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/connman/connman.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index b7466f58bf..8fd38eead6 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -47,6 +47,7 @@ PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez4"
47PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono" 47PACKAGECONFIG[3g] = "--enable-ofono, --disable-ofono, ofono"
48PACKAGECONFIG[tist] = "--enable-tist,--disable-tist," 48PACKAGECONFIG[tist] = "--enable-tist,--disable-tist,"
49PACKAGECONFIG[openvpn] = "--enable-openvpn,--disable-openvpn,,openvpn" 49PACKAGECONFIG[openvpn] = "--enable-openvpn,--disable-openvpn,,openvpn"
50PACKAGECONFIG[vpnc] = "--enable-vpnc,--disable-vpnc,,vpnc"
50 51
51INITSCRIPT_NAME = "connman" 52INITSCRIPT_NAME = "connman"
52INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." 53INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
@@ -181,3 +182,11 @@ FILES_${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \
181 ${libdir}/connman/plugins-vpn/openvpn.so" 182 ${libdir}/connman/plugins-vpn/openvpn.so"
182RDEPENDS_${PN}-plugin-vpn-openvpn += "${PN}-vpn" 183RDEPENDS_${PN}-plugin-vpn-openvpn += "${PN}-vpn"
183RRECOMMENDS_${PN} += "${@base_contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" 184RRECOMMENDS_${PN} += "${@base_contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}"
185
186SUMMARY_${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN"
187DESCRIPTION_${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \
188to create a VPN connection to Cisco3000 VPN Concentrator."
189FILES_${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \
190 ${libdir}/connman/plugins-vpn/vpnc.so"
191RDEPENDS_${PN}-plugin-vpn-vpnc += "${PN}-vpn"
192RRECOMMENDS_${PN} += "${@base_contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}"