mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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>
(cherry picked from commit a27d4a75c5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user