summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l/isa-l_2.31.0.bb
blob: d5d0900299ba5d37256572d92c17e111deadad1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY  = "Intelligent Storage Acceleration Library"
DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
targeting storage applications."
LICENSE  = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d"
SECTION = "lib"

inherit autotools pkgconfig

S = "${WORKDIR}/git"
SRCREV = "bd226375027899087bd48f3e59b910430615cc0a"
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"

DEPENDS = "nasm-native"
AS[unexport] = "1"

TARGET_CC_ARCH += "${LDFLAGS}"

COMPATIBLE_HOST = '(x86_64).*-linux'