diff options
author | Sudhir Sharma <sudhir.sharma@intel.com> | 2025-05-08 15:55:38 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-05-08 17:11:03 +0800 |
commit | 1616b7c8073c4ac435c3eca419f92ac736db6a5e (patch) | |
tree | 71fc917c5d0fc51dffa9553ff3de3286ef4a8149 | |
parent | ef8035b48fbc6dd235522a0aab863a58bdef29cc (diff) | |
download | meta-intel-1616b7c8073c4ac435c3eca419f92ac736db6a5e.tar.gz |
isa-l : upgrade 2.31.0 -> 2.31.1
* fixes return type for PowerPC _gf_vect_mul_base function.
* fixes isal_deflate_icf_finish_lvl1 dispatcher for aarch64.
* fixes CRC compilation on aarch64.
* fixes MacOS-14 compilation.
* fixes MinGW build.
* fixes Clang compilation on igzip library on aarch64.
* fixes spelling mistakes and typos.
* fixes Windows build on erasure code performance applications.
* fixes FreeBSD build warnings.
* fixes compilation with YASM.
Release Notes:
https://github.com/intel/isa-l/releases/tag/v2.31.1
Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com>
-rw-r--r-- | recipes-support/isa-l/isa-l_2.31.1.bb (renamed from recipes-support/isa-l/isa-l_2.31.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/isa-l/isa-l_2.31.0.bb b/recipes-support/isa-l/isa-l_2.31.1.bb index d5d09002..78850579 100644 --- a/recipes-support/isa-l/isa-l_2.31.0.bb +++ b/recipes-support/isa-l/isa-l_2.31.1.bb | |||
@@ -8,7 +8,7 @@ SECTION = "lib" | |||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "bd226375027899087bd48f3e59b910430615cc0a" | 11 | SRCREV = "c387163fcbca62701d646149564c550c78a4f985" |
12 | SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" |
13 | 13 | ||
14 | DEPENDS = "nasm-native" | 14 | DEPENDS = "nasm-native" |