diff options
-rw-r--r-- | meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb (renamed from meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb index d9cca404d7..4c963d9cc4 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb | |||
@@ -6,9 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" | 6 | DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https" |
9 | SRCREV = "d067bd802e44f0e6a747aabcc311ada2175fd550" | 9 | SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280" |
10 | |||
11 | PV = "0.9.8+git" | ||
12 | 10 | ||
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||