summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb
blob: 0030b7593d40d8f699a504ea1190fcf00f336e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Torrent client"
HOMEPAGE = "http://libtorrent.rakshasa.no/"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses"

SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV} \
           file://0001-scripts-common.m4-Insert-spaces-in-shell-lists.patch \
		   "
SRCREV = "b38f80e59795dc6728b2c31ac3eab564651ce46d"

inherit autotools pkgconfig

EXTRA_OECONF:append:libc-musl = " --disable-execinfo"