mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 16:55:31 +00:00
openconnect: PACKAGECONFIG certain dependencies
Some items now in DEPENDS are configuration options, so we create PACKAGECONFIG[] entries for them. We do not select pcsc-lite by default because it is GPLv3. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
303d9ea960
commit
a27d4a75c5
@ -2,8 +2,17 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
|
|||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||||
|
|
||||||
DEPENDS = "vpnc libxml2 gnutls lz4 krb5 libproxy pcsc-lite"
|
DEPENDS = "vpnc libxml2 krb5"
|
||||||
RDEPENDS_${PN} = "vpnc"
|
|
||||||
|
PACKAGECONFIG ??= "gnutls lz4 libproxy"
|
||||||
|
|
||||||
|
# config defaults
|
||||||
|
PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls,"
|
||||||
|
PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
|
||||||
|
PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy,"
|
||||||
|
|
||||||
|
# not config defaults
|
||||||
|
PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite,"
|
||||||
|
|
||||||
PV = "7.06"
|
PV = "7.06"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user