summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/isa-l/isa-l_2.0.27.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-support/isa-l/isa-l_2.0.27.bb b/recipes-support/isa-l/isa-l_2.0.27.bb
new file mode 100644
index 00000000..90f81ccb
--- /dev/null
+++ b/recipes-support/isa-l/isa-l_2.0.27.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 = "4b332383715bdff72c3f372bd2572e2ea66a6f68"
12SRC_URI = "git://github.com/intel/isa-l.git"
13
14DEPENDS = "nasm-native"
15AS[unexport] = "1"
16
17COMPATIBLE_HOST = '(x86_64).*-linux'