blob: 98f0d311b7a29dfe0b2f551106a5e488c69092d9 (
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 = "fae4c3a4994f894bf57adafa18ed310d145ab1b0"
SRC_URI = "git://github.com/intel/isa-l.git"
DEPENDS = "nasm-native"
AS[unexport] = "1"
COMPATIBLE_HOST = '(x86_64).*-linux'
|