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