summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb')
-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 c731cf707..9bb81c409 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"
8SRC_URI = "git://github.com/rakshasa/rtorrent \ 8SRC_URI = "git://github.com/rakshasa/rtorrent \
9 file://don-t-run-code-while-configuring-package.patch \ 9 file://don-t-run-code-while-configuring-package.patch \
10" 10"
11SRCREV = "226e670decf92e7adaa845a6982aca4f164ea740" 11# v0.9.7
12SRCREV = "327164f9d86aafcd2500a317d485374df32ea622"
12 13
13PV = "0.9.6+git${SRCPV}" 14PV = "0.9.7+git${SRCPV}"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17