summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-19 00:53:58 +0200
committerKhem Raj <raj.khem@gmail.com>2019-06-18 15:58:29 -0700
commit23cb89eaf8910b7b1992dd28b51f34148f526f3d (patch)
tree0776c5f5493042a59598b07d225718d153e85fb0
parentde09894f395d5d7b456d482cf60c05a9a3dc3f08 (diff)
downloadmeta-openembedded-23cb89eaf8910b7b1992dd28b51f34148f526f3d.tar.gz
openconnect: update to 8.03
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/openconnect/openconnect_8.03.bb (renamed from meta-networking/recipes-connectivity/openconnect/openconnect_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.03.bb
index 050a2833c..ec36a375a 100644
--- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
+++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.03.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" 3LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
4 4
5SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git" 5SRC_URI = "git://git.infradead.org/users/dwmw2/openconnect.git"
6SRCREV = "6487ee8763e1b6345718684909aca970befbc49d" 6SRCREV = "ea73851969ae7a6ea54fdd2d2b8c94776af24b2a"
7 7
8DEPENDS = "vpnc libxml2 krb5 gettext-native" 8DEPENDS = "vpnc libxml2 krb5 gettext-native"
9RDEPENDS_${PN} = "bash python" 9RDEPENDS_${PN} = "bash python"
@@ -18,8 +18,6 @@ PACKAGECONFIG[libproxy] = "--with-libproxy,--without-libproxy,libproxy,"
18# not config defaults 18# not config defaults
19PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite," 19PACKAGECONFIG[pcsc-lite] = "--with-libpcsclite,--without-libpcsclite,pcsc-lite,"
20 20
21PV = "8.02"
22
23S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
24 22
25inherit autotools pkgconfig 23inherit autotools pkgconfig