diff options
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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "Torrent client" | ||
| 2 | HOMEPAGE = "http://libtorrent.rakshasa.no/" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurses" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https;tag=v${PV}" | ||
| 9 | |||
| 10 | SRCREV = "088bf40bdfe0ba23bab22c17f3bcc89a9b1a97de" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | EXTRA_OECONF:append:libc-musl = " --disable-execinfo" | ||
