mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
7ff39883be
commit
353b0a4354
|
@ -2,16 +2,18 @@ SUMMARY = "Intelligent Storage Acceleration Library"
|
||||||
DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
|
DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
|
||||||
targeting storage applications."
|
targeting storage applications."
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c7d82ad7dd512687b0991a159a1ca9"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2476688d0948d4a3f7c69473a603540d"
|
||||||
SECTION = "lib"
|
SECTION = "lib"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf"
|
SRCREV = "bd226375027899087bd48f3e59b910430615cc0a"
|
||||||
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/intel/isa-l.git;branch=master;protocol=https"
|
||||||
|
|
||||||
DEPENDS = "nasm-native"
|
DEPENDS = "nasm-native"
|
||||||
AS[unexport] = "1"
|
AS[unexport] = "1"
|
||||||
|
|
||||||
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
Loading…
Reference in New Issue
Block a user