mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
28 lines
955 B
BlitzBasic
28 lines
955 B
BlitzBasic
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-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|
|
|
DEPENDS = "zlib curl libsigc++-2.0 openssl cppunit"
|
|
|
|
SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https;tag=v${PV}"
|
|
SRCREV = "1534b1563f464fd1636c0b55e1591b72f7d8ab6b"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
|
|
|
CVE_PRODUCT = ""
|
|
|
|
PACKAGECONFIG ??= "instrumentation aligned"
|
|
|
|
PACKAGECONFIG:remove:mipsarch = "instrumentation"
|
|
PACKAGECONFIG:remove:powerpc = "instrumentation"
|
|
PACKAGECONFIG:remove:riscv32 = "instrumentation"
|
|
|
|
PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation,"
|
|
PACKAGECONFIG[aligned] = "--enable-aligned,--disable-aligned,"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--with-posix-fallocate"
|