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 --- .../libtorrent/libtorrent_0.13.3.bb | 17 --------------- .../libtorrent/libtorrent_git.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb create mode 100644 meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb (limited to 'meta-oe/recipes-connectivity/libtorrent') diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb deleted file mode 100644 index 4af3a6a6a6..0000000000 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \ -with a focus on high performance and good code." -HOMEPAGE = "http://libtorrent.rakshasa.no/" -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" - -DEPENDS = "libsigc++-2.0 openssl cppunit" - -SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \ - file://don-t-run-code-while-configuring-package.patch \ -" - -SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2" -SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677" - -inherit autotools pkgconfig - diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb new file mode 100644 index 0000000000..aaebc5f1ba --- /dev/null +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \ +with a focus on high performance and good code." +HOMEPAGE = "http://libtorrent.rakshasa.no/" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" + +DEPENDS = "zlib libsigc++-2.0 openssl cppunit" + +SRC_URI = "git://github.com/rakshasa/libtorrent \ + file://don-t-run-code-while-configuring-package.patch \ +" +SRCREV = "c167c5a9e0bcf0df23ae5efd91396aae0e37eb87" + +PV = "0.13.6+git${SRCPV}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" + +do_configure_prepend() { + (cd ${S}; ./autogen.sh; cd -) +} -- cgit 1.2.3-korg