From 924f84bbb2854b4a2cb34bbf5fa4e145695131e9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:35 +0800 Subject: libtorrent: upgrade 0.16.6 -> 0.16.7 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libtorrent/libtorrent_0.16.6.bb | 27 ---------------------- .../libtorrent/libtorrent_0.16.7.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb create mode 100644 meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb deleted file mode 100644 index 63f2bfccaa..0000000000 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.6.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \ -with a focus on high performance and good code." -HOMEPAGE = "http://libtorrent.rakshasa.no/" -LICENSE = "GPL-2.0-or-later" -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 = "ecb3b6bb6ecb38c19da2d6bb899a23638cb7fa04" - -UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" - -CVE_PRODUCT = "" - -PACKAGECONFIG ??= "instrumentation aligned" - -PACKAGECONFIG:remove:mipsarch = "instrumentation" -PACKAGECONFIG:remove:powerpc = "instrumentation" -PACKAGECONFIG:remove:riscv32 = "instrumentation" - -PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," -PACKAGECONFIG[aligned] = "--enable-aligned,--disable-aligned," - -inherit autotools pkgconfig - -EXTRA_OECONF = "--with-posix-fallocate" diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb new file mode 100644 index 0000000000..315df3f854 --- /dev/null +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.7.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \ +with a focus on high performance and good code." +HOMEPAGE = "http://libtorrent.rakshasa.no/" +LICENSE = "GPL-2.0-or-later" +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 = "336c16c017309a694b9e0b420c9063d016bd83ee" + +UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" + +CVE_PRODUCT = "" + +PACKAGECONFIG ??= "instrumentation aligned" + +PACKAGECONFIG:remove:mipsarch = "instrumentation" +PACKAGECONFIG:remove:powerpc = "instrumentation" +PACKAGECONFIG:remove:riscv32 = "instrumentation" + +PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," +PACKAGECONFIG[aligned] = "--enable-aligned,--disable-aligned," + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-posix-fallocate" -- cgit v1.2.3-54-g00ecf