summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:27 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:05 -0700
commit636842dbfbbbe813c980549b9edc20092b0f178d (patch)
tree355e99e80c0e74e423e01bd47fd02f721bb44eaa /meta-oe
parent02a16d38abb6cefac4cde129205a052c0269a4ed (diff)
downloadmeta-openembedded-636842dbfbbbe813c980549b9edc20092b0f178d.tar.gz
libwebsockets: upgrade 4.5.7 -> 4.5.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb (renamed from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb
index 9c7c60742d..02843be7c3 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.7.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.5.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b5d391cc7929bcba238f9ba6805f7574"
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7DEPENDS:append:class-native = " libcap-native" 7DEPENDS:append:class-native = " libcap-native"
8 8
9SRCREV = "94b9bdbfec2a89464505fc8cc379f33d4e334018" 9SRCREV = "fbb0baf6af9c4324f0f1591734c78b0089b599d4"
10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.5-stable;tag=v${PV}" 10SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.5-stable;tag=v${PV}"
11 11
12UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases" 12UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"