summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-09 18:32:20 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:58 -0700
commit5420abfbc4ce8d5da7a3f0cf8d7b670c6b247215 (patch)
tree18331b5a40abe20e26f5b77c1d68e9b7478e20a8
parentd8c310aa52e669ca894d4b343bd83a97cb6eb8d4 (diff)
downloadmeta-openembedded-5420abfbc4ce8d5da7a3f0cf8d7b670c6b247215.tar.gz
rtorrent: upgrade 0.16.8 -> 0.16.9
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb (renamed from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb
index 9fc6f1e5e9..7ce38e9597 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.9.bb
@@ -7,7 +7,7 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse
7 7
8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" 8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}"
9 9
10SRCREV = "39f186e523f6ea2e72a3715a72d6e9ae4081ed84" 10SRCREV = "b78fd9aef5d0060fe7bd8447cace38606e03f41c"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13