summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l/isa-l_2.31.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/isa-l/isa-l_2.31.1.bb')
-rw-r--r--recipes-support/isa-l/isa-l_2.31.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-support/isa-l/isa-l_2.31.1.bb b/recipes-support/isa-l/isa-l_2.31.1.bb
new file mode 100644
index 00000000..93178942
--- /dev/null
+++ b/recipes-support/isa-l/isa-l_2.31.1.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Intelligent Storage Acceleration Library"
2DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
3targeting storage applications."
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d"
6SECTION = "lib"
7
8inherit autotools pkgconfig
9
10SRCREV = "c387163fcbca62701d646149564c550c78a4f985"
11SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
12
13DEPENDS = "nasm-native"
14AS[unexport] = "1"
15
16TARGET_CC_ARCH += "${LDFLAGS}"
17
18COMPATIBLE_HOST = '(x86_64).*-linux'