summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
index 935479987..100f3a354 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3393a657830d4a118c5a6ed35ba53d0"
5 5
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7 7
8SRC_URI = "https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz" 8S = "${WORKDIR}/git"
9 9SRCREV = "73557509bd15f95a1ad081a6f4fab48ff7743215"
10SRC_URI[md5sum] = "4df3be57dee43aeebd54a3ed56568f50" 10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;"
11SRC_URI[sha256sum] = "bcc96aaa609daae4d3f7ab1ee480126709ef4f6a8bf9c85de40aae48e38cce66"
12 11
13inherit cmake pkgconfig 12inherit cmake pkgconfig
14 13