diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-04-27 15:49:06 +0300 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-05-05 11:41:28 -0400 |
commit | 129681721827cdca51c288c359a0fc3aae3b3588 (patch) | |
tree | 7ae941a605303048d0633348ad78fca306e1f0bc /meta-networking/recipes-connectivity | |
parent | 6830c3bc6fe8579ee264fc77580b23cbabcbf56e (diff) | |
download | meta-openembedded-129681721827cdca51c288c359a0fc3aae3b3588.tar.gz |
openconnect: add missing dependencies
They were autodetected and triggered QA warnings
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb index 0a8b875a3..6d3c25217 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN" | |||
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" |
4 | 4 | ||
5 | DEPENDS = "vpnc libxml2 gnutls" | 5 | DEPENDS = "vpnc libxml2 gnutls lz4 krb5 libproxy pcsc-lite" |
6 | RDEPENDS_${PN} = "vpnc" | 6 | RDEPENDS_${PN} = "vpnc" |
7 | 7 | ||
8 | PV = "7.06" | 8 | PV = "7.06" |