summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l/isa-l_2.29.0.bb
blob: 75f775463a57d020bb6c59fc39ea60e6dcbfd756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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=e6c7d82ad7dd512687b0991a159a1ca9"
SECTION = "lib"

inherit autotools pkgconfig

S = "${WORKDIR}/git"
SRCREV = "806b55ee578efd8158962b90121a4568eb1ecb66"
SRC_URI = "git://github.com/intel/isa-l.git"

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

COMPATIBLE_HOST = '(x86_64).*-linux'