diff mbox series

[meta-oe,043/109] libtorrent: upgrade 0.16.12 -> 0.16.19

Message ID 20260814224539.1523174-43-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:44 p.m. UTC
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../{libtorrent_0.16.12.bb => libtorrent_0.16.19.bb}       | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.16.12.bb => libtorrent_0.16.19.bb} (79%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb
similarity index 79%
rename from meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb
rename to meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb
index c9b5275a69..892adb902c 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.12.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.16.19.bb
@@ -7,21 +7,18 @@  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 = "27463ee72d83295444262d503130fb0f8cc227e0"
+SRCREV = "74b88c154d634c4fc6ee32a6a9e49f1da75725f8"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 CVE_PRODUCT = ""
 
-PACKAGECONFIG ??= "instrumentation aligned"
+PACKAGECONFIG ??= "instrumentation"
 
 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"