summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-24 17:39:12 -0700
committerKhem Raj <raj.khem@gmail.com>2025-10-24 18:45:43 -0700
commitf5e7ef7032dcfa0a2225174906a604ac4a9ce4c4 (patch)
tree54953850f394de1dad059fd2aeccd322167ef4bc /meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb
parent87ef75268891cefc525b4a3476bad788034433e9 (diff)
downloadmeta-openembedded-f5e7ef7032dcfa0a2225174906a604ac4a9ce4c4.tar.gz
rtorrent: Upgrade to 0.16.1
Add a patch for m4 macros Disable execinfo on musl as it does not support it Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb
new file mode 100644
index 0000000000..0030b7593d
--- /dev/null
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb
@@ -0,0 +1,15 @@
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 file://0001-scripts-common.m4-Insert-spaces-in-shell-lists.patch \
10 "
11SRCREV = "b38f80e59795dc6728b2c31ac3eab564651ce46d"
12
13inherit autotools pkgconfig
14
15EXTRA_OECONF:append:libc-musl = " --disable-execinfo"