summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:37 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:51 -0700
commitba505640b11d42f36d66a4cc4cae1ab6e31f82ce (patch)
tree903d6de71ad87c3e663994d4b322852f81979bee
parent3b0564196f865d85c43b091dad8f2648880b3f10 (diff)
downloadmeta-openembedded-ba505640b11d42f36d66a4cc4cae1ab6e31f82ce.tar.gz
libtorrent: upgrade 0.16.9 -> 0.16.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb (renamed from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb
index 63c8a0bb7d..224269f1d8 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.10.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit" 7DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit"
8 8
9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}" 9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}"
10SRCREV = "e88d4e7854abacd3036a0dec11927c1276c1e6b2" 10SRCREV = "3e6508fbcb9cef13c62d41ecd460990ff063a5df"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
13 13