summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9c5503357f..5a2244de4b 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