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