diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-24 17:39:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 18:45:43 -0700 |
| commit | f5e7ef7032dcfa0a2225174906a604ac4a9ce4c4 (patch) | |
| tree | 54953850f394de1dad059fd2aeccd322167ef4bc /meta-oe/recipes-connectivity/rtorrent/rtorrent_0.16.1.bb | |
| parent | 87ef75268891cefc525b4a3476bad788034433e9 (diff) | |
| download | meta-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.bb | 15 |
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 @@ | |||
| 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 | file://0001-scripts-common.m4-Insert-spaces-in-shell-lists.patch \ | ||
| 10 | " | ||
| 11 | SRCREV = "b38f80e59795dc6728b2c31ac3eab564651ce46d" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
| 14 | |||
| 15 | EXTRA_OECONF:append:libc-musl = " --disable-execinfo" | ||
