summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRadovan Scasny <radovan.scasny@siemens.com>2022-07-22 15:43:05 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-24 06:28:56 -0700
commit0c4f3404ef367ff3aa2a28947fc717215c735aa1 (patch)
treef44c066b91a1bf7be9f342e76bb17a49f53cb216 /meta-oe
parent0e46331835fce0b14ccdce5fb8de9d475ebf1a11 (diff)
downloadmeta-openembedded-0c4f3404ef367ff3aa2a28947fc717215c735aa1.tar.gz
libwebsockets: update to version 4.3.2
Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb (renamed from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
index 2a3a4ebd06..21297f2c4e 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
@@ -1,13 +1,13 @@
1SUMMARY = "Canonical libwebsockets.org websocket library" 1SUMMARY = "Canonical libwebsockets.org websocket library"
2HOMEPAGE = "https://libwebsockets.org/" 2HOMEPAGE = "https://libwebsockets.org/"
3LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0" 3LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c8bea43a2eb5d713c338819a0be07797" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b"
5 5
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9SRCREV = "8d605f0649ed1ab6d27a443c7688598ea21fdb75" 9SRCREV = "b0a749c8e7a8294b68581ce4feac0e55045eb00b"
10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.2-stable" 10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable"
11 11
12UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases" 12UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"
13UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 13UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"