summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-09 17:55:46 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-09 15:11:01 -0800
commit50c6a66e061ac18842df7cf34cb20ada3cb611dd (patch)
tree1196eb11b4c55015ebc6d305c2646e1cd98979e3
parent9d3138a63253c49a86e149f214e4f9c3d451b46b (diff)
downloadmeta-openembedded-50c6a66e061ac18842df7cf34cb20ada3cb611dd.tar.gz
rtorrent: upgrade 0.16.2 -> 0.16.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb (renamed from meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.bb
index e077efa22a..a7606d384d 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.2.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.5.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 = "8550facf43fd1e36b416bcdb3b025e7e09578364" 10SRCREV = "60cfcd37c4fb4a4ec31837a8f2127b4330e01bce"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13