summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb
new file mode 100644
index 0000000000..135f7b1665
--- /dev/null
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.12.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Torrent client"
2HOMEPAGE = "http://libtorrent.rakshasa.no/"
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses"
7
8SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}"
9
10SRCREV = "088bf40bdfe0ba23bab22c17f3bcc89a9b1a97de"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF:append:libc-musl = " --disable-execinfo"