From 353b0a4354ce03a4ebf5332b898709c0980e14ad Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 11 Mar 2024 03:18:54 -0700 Subject: isa-l : upgrade 2.30.0 -> 2.31.0 Fix Package QA Issue "isa-l doesn't have GNU_HASH" License-Update: * copyright years updated * SPDX-License-Identifier: BSD-3-Clause added Release Notes: https://github.com/intel/isa-l/releases/tag/v2.31.0 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-support/isa-l/isa-l_2.30.0.bb | 17 ----------------- recipes-support/isa-l/isa-l_2.31.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 recipes-support/isa-l/isa-l_2.30.0.bb create mode 100644 recipes-support/isa-l/isa-l_2.31.0.bb diff --git a/recipes-support/isa-l/isa-l_2.30.0.bb b/recipes-support/isa-l/isa-l_2.30.0.bb deleted file mode 100644 index 3a4cea14..00000000 --- a/recipes-support/isa-l/isa-l_2.30.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Intelligent Storage Acceleration Library" -DESCRIPTION = "ISA-L is a collection of optimized low-level functions \ -targeting storage applications." -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c7d82ad7dd512687b0991a159a1ca9" -SECTION = "lib" - -inherit autotools pkgconfig - -S = "${WORKDIR}/git" -SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf" -SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" - -DEPENDS = "nasm-native" -AS[unexport] = "1" - -COMPATIBLE_HOST = '(x86_64).*-linux' diff --git a/recipes-support/isa-l/isa-l_2.31.0.bb b/recipes-support/isa-l/isa-l_2.31.0.bb new file mode 100644 index 00000000..d5d09002 --- /dev/null +++ b/recipes-support/isa-l/isa-l_2.31.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "Intelligent Storage Acceleration Library" +DESCRIPTION = "ISA-L is a collection of optimized low-level functions \ +targeting storage applications." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d" +SECTION = "lib" + +inherit autotools pkgconfig + +S = "${WORKDIR}/git" +SRCREV = "bd226375027899087bd48f3e59b910430615cc0a" +SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https" + +DEPENDS = "nasm-native" +AS[unexport] = "1" + +TARGET_CC_ARCH += "${LDFLAGS}" + +COMPATIBLE_HOST = '(x86_64).*-linux' -- cgit v1.2.3-54-g00ecf