diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-03-16 15:49:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-03-17 08:44:41 -0700 |
| commit | 01a7a781969002d0909e67428cdfe21004affc14 (patch) | |
| tree | 032a40bbc2eafca1e21d91c01646ba3100340176 /meta-networking | |
| parent | 5ea50a04748e7caa4974bdbe65ff5df6cb27fc8d (diff) | |
| download | meta-openembedded-01a7a781969002d0909e67428cdfe21004affc14.tar.gz | |
openconnect: update to 8.02
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb index c944144e22..050a2833c7 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | |||
| @@ -2,7 +2,11 @@ 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 | SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git" | ||
| 6 | SRCREV = "6487ee8763e1b6345718684909aca970befbc49d" | ||
| 7 | |||
| 5 | DEPENDS = "vpnc libxml2 krb5 gettext-native" | 8 | DEPENDS = "vpnc libxml2 krb5 gettext-native" |
| 9 | RDEPENDS_${PN} = "bash python" | ||
| 6 | 10 | ||
| 7 | PACKAGECONFIG ??= "gnutls lz4 libproxy" | 11 | PACKAGECONFIG ??= "gnutls lz4 libproxy" |
| 8 | 12 | ||
| @@ -14,10 +18,7 @@ PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy," | |||
| 14 | # not config defaults | 18 | # not config defaults |
| 15 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," | 19 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," |
| 16 | 20 | ||
| 17 | PV = "7.08" | 21 | PV = "8.02" |
| 18 | |||
| 19 | SRCREV = "9697bea0e50952cab57063238b43a7099e498cbb" | ||
| 20 | SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git" | ||
| 21 | 22 | ||
| 22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 23 | 24 | ||
| @@ -25,3 +26,8 @@ inherit autotools pkgconfig | |||
| 25 | 26 | ||
| 26 | EXTRA_OECONF += "--with-vpnc-script=${SYSROOT_DESTDIR}${sysconfdir}/vpnc/vpnc-script \ | 27 | EXTRA_OECONF += "--with-vpnc-script=${SYSROOT_DESTDIR}${sysconfdir}/vpnc/vpnc-script \ |
| 27 | --disable-static" | 28 | --disable-static" |
| 29 | |||
| 30 | do_configure_append() { | ||
| 31 | # script has /usr/bin/python2 path hardcoded | ||
| 32 | sed -i -e 's=python2\.*=python=g' ${S}/trojans/tncc-wrapper.py | ||
| 33 | } | ||
