summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l/isa-l_2.27.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/isa-l/isa-l_2.27.0.bb')
-rw-r--r--recipes-support/isa-l/isa-l_2.27.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-support/isa-l/isa-l_2.27.0.bb b/recipes-support/isa-l/isa-l_2.27.0.bb
new file mode 100644
index 00000000..ac9cfad8
--- /dev/null
+++ b/recipes-support/isa-l/isa-l_2.27.0.bb
@@ -0,0 +1,17 @@
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=e6c7d82ad7dd512687b0991a159a1ca9"
6SECTION = "lib"
7
8inherit autotools pkgconfig
9
10S = "${WORKDIR}/git"
11SRCREV = "0111c21cbc775bd2b152cd06717f7f09988bc0f1"
12SRC_URI = "git://github.com/intel/isa-l.git"
13
14DEPENDS = "nasm-native"
15AS[unexport] = "1"
16
17COMPATIBLE_HOST = '(x86_64).*-linux'