diff options
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.bb | 18 |
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 @@ | |||
1 | SUMMARY = "Intelligent Storage Acceleration Library" | ||
2 | DESCRIPTION = "ISA-L is a collection of optimized low-level functions \ | ||
3 | targeting storage applications." | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d" | ||
6 | SECTION = "lib" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | SRCREV = "c387163fcbca62701d646149564c550c78a4f985" | ||
11 | SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" | ||
12 | |||
13 | DEPENDS = "nasm-native" | ||
14 | AS[unexport] = "1" | ||
15 | |||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
17 | |||
18 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||