aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-01 17:34:21 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-01 17:22:53 -0700
commitcc9339f7fb2cc8e01a8d455f322d1e37ea599862 (patch)
treeebca6e14feaf4a1da0ba7410a2fdf692bc2e0019 /meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
parent1dd38149951e8ef2d727ce84ffb404e787534dc9 (diff)
downloadmeta-openembedded-contrib-cc9339f7fb2cc8e01a8d455f322d1e37ea599862.tar.gz
rtorrent: upgrade 0.9.7 -> 0.9.8
1) Upgrade rtorrent from 0.9.7 to 0.9.8. 2) Update don-t-run-code-while-configuring-package.patch for new version Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
index 9bb81c4096..331f978f86 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
SRC_URI = "git://github.com/rakshasa/rtorrent \
file://don-t-run-code-while-configuring-package.patch \
"
-# v0.9.7
-SRCREV = "327164f9d86aafcd2500a317d485374df32ea622"
+# v0.9.8
+SRCREV = "6154d1698756e0c4842b1c13a0e56db93f1aa947"
-PV = "0.9.7+git${SRCPV}"
+PV = "0.9.8"
S = "${WORKDIR}/git"