diff options
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index d3eeb3be1c..55e5bf97c7 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -194,7 +194,8 @@ SUMMARY_${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN" | |||
194 | DESCRIPTION_${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ | 194 | DESCRIPTION_${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ |
195 | to create a VPN connection to Cisco3000 VPN Concentrator." | 195 | to create a VPN connection to Cisco3000 VPN Concentrator." |
196 | FILES_${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ | 196 | FILES_${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ |
197 | ${libdir}/connman/plugins-vpn/vpnc.so" | 197 | ${libdir}/connman/plugins-vpn/vpnc.so \ |
198 | ${libdir}/connman/scripts/vpn-script" | ||
198 | RDEPENDS_${PN}-plugin-vpn-vpnc += "${PN}-vpn" | 199 | RDEPENDS_${PN}-plugin-vpn-vpnc += "${PN}-vpn" |
199 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" | 200 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" |
200 | 201 | ||