summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.bb (renamed from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.bb
index 32ba51db04..0d1f57ab86 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.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 = "LGPL-2.1" 3LICENSE = "MIT & Zlib & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4ce87f3facb6f911c142c8bef9bfb380" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c47b078124308a4e1354e8d59f606b7"
5 5
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9SRCREV = "d880fe233020b74e058cbca95b5fb67823bbf258" 9SRCREV = "6eb39388f43f6e2a27f0efcbf8cb2391e38824e9"
10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v3.2-stable" 10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.0-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+)+)"