From: Gustavo Zacarias Date: Mon, 5 Oct 2015 01:04:35 +0000 (-0300) Subject: libtorrent: drop sigc dep & switch homepage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2de1d64a5f3fe66552c283dfb8d57e6d88a448f3;p=buildroot.git libtorrent: 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in index 02ed73a311..48e6addef9 100644 --- a/package/libtorrent/Config.in +++ b/package/libtorrent/Config.in @@ -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 diff --git a/package/libtorrent/libtorrent.mk b/package/libtorrent/libtorrent.mk index 9690acbd29..633b86a869 100644 --- a/package/libtorrent/libtorrent.mk +++ b/package/libtorrent/libtorrent.mk @@ -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 \