summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:23 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:48 -0700
commitd3f4e3b2dbaf2691c178e6851a86728f25a67e03 (patch)
tree231f81597dea11759606c17e3af4d7b112ae7971 /meta-oe
parent0dfa87b106b6973fd9bb2c9b085e52c26c60de22 (diff)
downloadmeta-openembedded-d3f4e3b2dbaf2691c178e6851a86728f25a67e03.tar.gz
libtorrent: upgrade 0.16.11 -> 0.16.12
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/libtorrent/libtorrent_0.16.12.bb (renamed from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb
index b04b7f1310..c9b5275a69 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.11.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.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 = "dafcba711114af2274a45ca55a7bcd4abdf5ca9a" 10SRCREV = "27463ee72d83295444262d503130fb0f8cc227e0"
11 11
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
13 13