diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-07 15:03:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-07 10:26:37 -0400 |
| commit | 345b08680a11288a6c276734f811499c71cd2572 (patch) | |
| tree | b8c419f2c7ab0bf4a9ba7ee17caab750dab88a4a /meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb | |
| parent | e60f083d5bc02491bdbb6e5163379076af1f47b9 (diff) | |
| download | meta-openembedded-345b08680a11288a6c276734f811499c71cd2572.tar.gz | |
openconnect: upgrade 8.20 -> 9.01
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb new file mode 100644 index 0000000000..afdbdca4e3 --- /dev/null +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_9.01.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | SUMMARY = "Open client for Cisco AnyConnect VPN" | ||
| 2 | LICENSE = "LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=8c2e1ec1540fb3e0beb68361344cba7e" | ||
| 4 | |||
| 5 | SRC_URI = " \ | ||
| 6 | git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \ | ||
| 7 | " | ||
| 8 | SRCREV = "5695cd6b0c7d42ca293ce0f00abcbe3d1ec4e609" | ||
| 9 | |||
| 10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" | ||
| 11 | RDEPENDS:${PN} = "bash python3-core vpnc-script" | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "gnutls lz4 libproxy" | ||
| 14 | |||
| 15 | # config defaults | ||
| 16 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls," | ||
| 17 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," | ||
| 18 | PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy," | ||
| 19 | |||
| 20 | # not config defaults | ||
| 21 | PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," | ||
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | inherit autotools pkgconfig bash-completion | ||
| 26 | |||
| 27 | EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \ | ||
| 28 | --disable-static" | ||
| 29 | |||
| 30 | do_install:append() { | ||
| 31 | rm ${D}/usr/libexec/openconnect/hipreport-android.sh | ||
| 32 | } | ||
