From f67e201820e15c542a05bf67ec49a80ba36ab875 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 19 Mar 2017 22:31:39 -0700 Subject: libtorrent, rtorrent: Update to latest libtorrent -> 0.13.6+git rtorrent -> 0.9.6+git Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../recipes-connectivity/rtorrent/rtorrent_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb') diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb new file mode 100644 index 0000000000..af1c4d656e --- /dev/null +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb @@ -0,0 +1,21 @@ +SUMMARY = "Torrent client" +HOMEPAGE = "http://libtorrent.rakshasa.no/" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" + +SRC_URI = "git://github.com/rakshasa/rtorrent \ + file://don-t-run-code-while-configuring-package.patch \ +" +SRCREV = "226e670decf92e7adaa845a6982aca4f164ea740" + +PV = "0.9.6+git${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +do_configure_prepend() { + (cd ${S}; ./autogen.sh; cd -) +} -- cgit 1.2.3-korg