summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libwebsockets
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-02-03 20:30:55 +0000
committerKhem Raj <raj.khem@gmail.com>2020-02-03 12:54:21 -0800
commit80514e173bb7c6e07e8ab9f10d73ba4142d49200 (patch)
tree91d18616768116db69f3aa02358d5e33f2ad5767 /meta-oe/recipes-connectivity/libwebsockets
parent9cc9bd0bd62e73eeabcf836a86d52bb49ccd5d10 (diff)
downloadmeta-openembedded-80514e173bb7c6e07e8ab9f10d73ba4142d49200.tar.gz
libwebsockets: upgrade 3.2.0 -> 3.2.2
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libwebsockets')
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb (renamed from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb
index 9c5503357..5a2244de4 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.2.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ce87f3facb6f911c142c8bef9bfb380"
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9SRCREV = "94931cad003faf9d316e698b557bbb6d245f1f91" 9SRCREV = "d880fe233020b74e058cbca95b5fb67823bbf258"
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=v3.2-stable"
11 11
12inherit cmake pkgconfig 12inherit cmake pkgconfig