aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-06 11:52:51 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-08 13:32:12 -0700
commit492ac5ceafebae788a750447a38279fbcabeac14 (patch)
tree10494bf0a1cecea0f7ba3dfa84b2a4e732e9710d /meta-oe
parentc17fabc2a32bf25f600aeaf1e4e2290c6b2817fa (diff)
downloadmeta-openembedded-contrib-492ac5ceafebae788a750447a38279fbcabeac14.tar.gz
rtorrent: Upgrade to 0.9.7 release point
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
index c731cf7079..9bb81c4096 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
@@ -8,9 +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 \
"
-SRCREV = "226e670decf92e7adaa845a6982aca4f164ea740"
+# v0.9.7
+SRCREV = "327164f9d86aafcd2500a317d485374df32ea622"
-PV = "0.9.6+git${SRCPV}"
+PV = "0.9.7+git${SRCPV}"
S = "${WORKDIR}/git"