rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "Open client for Cisco AnyConnect VPN" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" |
| 4 | |
| 5 | DEPENDS = "vpnc libxml2 krb5 gettext-native" |
| 6 | |
| 7 | PACKAGECONFIG ??= "gnutls lz4 libproxy" |
| 8 | |
| 9 | # config defaults |
| 10 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls," |
| 11 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," |
| 12 | PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy," |
| 13 | |
| 14 | # not config defaults |
| 15 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," |
| 16 | |
| 17 | PV = "7.08" |
| 18 | |
| 19 | SRCREV = "9697bea0e50952cab57063238b43a7099e498cbb" |
| 20 | SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git" |
| 21 | |
| 22 | S = "${WORKDIR}/git" |
| 23 | |
| 24 | inherit autotools pkgconfig |
| 25 | |
| 26 | EXTRA_OECONF += "--with-vpnc-script=${SYSROOT_DESTDIR}${sysconfdir}/vpnc/vpnc-script \ |
| 27 | --disable-static" |