From 961a609c3127385e06f6b71516d092d033a14b63 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 25 Jul 2020 13:02:01 +0200 Subject: [PATCH] libwebsockets: update to 4.0.20 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../{libwebsockets_4.0.1.bb => libwebsockets_4.0.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_4.0.1.bb => libwebsockets_4.0.20.bb} (96%) diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.20.bb similarity index 96% rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.bb rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.20.bb index 0d1f57ab86..5427daac47 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.1.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.0.20.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c47b078124308a4e1354e8d59f606b7" DEPENDS = "zlib" S = "${WORKDIR}/git" -SRCREV = "6eb39388f43f6e2a27f0efcbf8cb2391e38824e9" +SRCREV = "ec9e8ab892f2dc569ae09336c80c2796fd14a6ff" SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.0-stable" UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"