summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:49:21 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:58 -0700
commit03255a83e3cfff9c295a03636e0ca09cd3b024b0 (patch)
tree7ba19f149d13e55652e4a9440ad137ac1b26d6aa
parent046d3adc9c7cb91b437640cffedd85d5f938660c (diff)
downloadmeta-openembedded-03255a83e3cfff9c295a03636e0ca09cd3b024b0.tar.gz
uriparser: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb (renamed from meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb b/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb
index b9c5100803..987c28744b 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_1.0.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://src/COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168 \
10 10
11SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \ 11SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz \
12 file://run-ptest" 12 file://run-ptest"
13SRC_URI[sha256sum] = "291f25264a5c025005b1bc39de3c029e6a6ca0a8d6cfa5e61cb5b03702c0884d" 13SRC_URI[sha256sum] = "5a3b7c491a1e9033d86b9c00a947bafc46407187938578daf799a4155cb7c88a"
14 14
15inherit cmake github-releases ptest 15inherit cmake github-releases ptest
16 16