libtorrent: drop sigc dep & switch homepage
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 5 Oct 2015 01:04:35 +0000 (22:04 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Oct 2015 06:28:50 +0000 (08:28 +0200)
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>
package/libtorrent/Config.in
package/libtorrent/libtorrent.mk

index 02ed73a311649d5fa2dcdc08f5f7886f1b2f11a5..48e6addef958c7c36c747edf27453959fd1cbfb4 100644 (file)
@@ -3,11 +3,10 @@ config BR2_PACKAGE_LIBTORRENT
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_ARCH_HAS_ATOMICS
-       select BR2_PACKAGE_LIBSIGC
        help
          BitTorrent library written in C++ for *nix
 
-         http://rtorrent.net/downloads/
+         https://github.com/rakshasa/libtorrent
 
 comment "libtorrent needs a toolchain w/ C++, threads"
        depends on BR2_ARCH_HAS_ATOMICS
index 9690acbd294d63b7eb48ce9daca0133c23b06b40..633b86a869077cec150d120f1c5bdfb79403583a 100644 (file)
@@ -6,7 +6,7 @@
 
 LIBTORRENT_VERSION = 0.13.6
 LIBTORRENT_SITE = http://rtorrent.net/downloads
-LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
+LIBTORRENT_DEPENDENCIES = host-pkgconf \
        $(if $(BR2_PACKAGE_OPENSSL),openssl) \
        $(if $(BR2_PACKAGE_ZLIB),zlib)
 LIBTORRENT_CONF_OPTS = --enable-aligned \