summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.8.bb
blob: 9fc6f1e5e9f5dac35362044d3ad2b75b1ae68127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"

SRCREV = "39f186e523f6ea2e72a3715a72d6e9ae4081ed84"

inherit autotools pkgconfig

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