From e1f754198e1c49902a4f6767ee2fb23942556ef2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:31:58 +0800 Subject: [PATCH] libtorrent: upgrade 0.16.8 -> 0.16.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libtorrent/{libtorrent_0.16.8.bb => libtorrent_0.16.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.8.bb => libtorrent_0.16.9.bb} (94%) diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb similarity index 94% rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb index 1e9d9d74f1..63c8a0bb7d 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.8.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.9.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit" SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}" -SRCREV = "1534b1563f464fd1636c0b55e1591b72f7d8ab6b" +SRCREV = "e88d4e7854abacd3036a0dec11927c1276c1e6b2" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"