From 50c6a66e061ac18842df7cf34cb20ada3cb611dd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Dec 2025 17:55:46 +0800 Subject: rtorrent: upgrade 0.16.2 -> 0.16.5 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb | 14 -------------- meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb create mode 100644 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb deleted file mode 100644 index e077efa22a..0000000000 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Torrent client" -HOMEPAGE = "http://libtorrent.rakshasa.no/" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" - -SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" - -SRCREV = "8550facf43fd1e36b416bcdb3b025e7e09578364" - -inherit autotools pkgconfig - -EXTRA_OECONF:append:libc-musl = " --disable-execinfo" diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb new file mode 100644 index 0000000000..a7606d384d --- /dev/null +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb @@ -0,0 +1,14 @@ +SUMMARY = "Torrent client" +HOMEPAGE = "http://libtorrent.rakshasa.no/" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" + +SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" + +SRCREV = "60cfcd37c4fb4a4ec31837a8f2127b4330e01bce" + +inherit autotools pkgconfig + +EXTRA_OECONF:append:libc-musl = " --disable-execinfo" -- cgit v1.2.3-54-g00ecf