diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-04 22:04:36 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-05 08:28:58 +0200 |
commit | f904fd9f1d97d63504610cb75b3b041e12f24b5f (patch) | |
tree | 514c81ffd045d59e99d89365956245eaa5b28e27 | |
parent | 2de1d64a5f3fe66552c283dfb8d57e6d88a448f3 (diff) | |
download | buildroot-f904fd9f1d97d63504610cb75b3b041e12f24b5f.tar.gz buildroot-f904fd9f1d97d63504610cb75b3b041e12f24b5f.zip |
rtorrent: drop sigc dep & switch homepage
libsigc isn't used/needed any longer so drop it.
And switch to the proper homepage rather than the tarball repository.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/rtorrent/Config.in | 3 | ||||
-rw-r--r-- | package/rtorrent/rtorrent.mk | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/package/rtorrent/Config.in b/package/rtorrent/Config.in index 77ab595b9e..0583152824 100644 --- a/package/rtorrent/Config.in +++ b/package/rtorrent/Config.in @@ -6,14 +6,13 @@ config BR2_PACKAGE_RTORRENT depends on BR2_USE_MMU # fork() depends on BR2_ARCH_HAS_ATOMICS # libtorrent select BR2_PACKAGE_LIBCURL - select BR2_PACKAGE_LIBSIGC select BR2_PACKAGE_LIBTORRENT select BR2_PACKAGE_NCURSES select BR2_PACKAGE_OPENSSL help BitTorrent Client using libtorrent - http://rtorrent.net/downloads/ + https://github.com/rakshasa/rtorrent comment "rtorrent needs a toolchain w/ C++, threads, wchar" depends on BR2_USE_MMU diff --git a/package/rtorrent/rtorrent.mk b/package/rtorrent/rtorrent.mk index bedf4047b4..edde02ee4b 100644 --- a/package/rtorrent/rtorrent.mk +++ b/package/rtorrent/rtorrent.mk @@ -6,7 +6,7 @@ RTORRENT_VERSION = 0.9.6 RTORRENT_SITE = http://rtorrent.net/downloads -RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses +RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses RTORRENT_AUTORECONF = YES RTORRENT_LICENSE = GPLv2 RTORRENT_LICENSE_FILES = COPYING |