From 5803166c5dd500c564f3fffad76ae0172b7da68e Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 2 Apr 2020 17:33:08 +0800 Subject: isa-l: upgrade 2.28.0 -> 2.29.0 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-support/isa-l/isa-l_2.28.0.bb | 17 ----------------- recipes-support/isa-l/isa-l_2.29.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 recipes-support/isa-l/isa-l_2.28.0.bb create mode 100644 recipes-support/isa-l/isa-l_2.29.0.bb (limited to 'recipes-support') diff --git a/recipes-support/isa-l/isa-l_2.28.0.bb b/recipes-support/isa-l/isa-l_2.28.0.bb deleted file mode 100644 index 98f0d311..00000000 --- a/recipes-support/isa-l/isa-l_2.28.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 = "fae4c3a4994f894bf57adafa18ed310d145ab1b0" -SRC_URI = "git://github.com/intel/isa-l.git" - -DEPENDS = "nasm-native" -AS[unexport] = "1" - -COMPATIBLE_HOST = '(x86_64).*-linux' diff --git a/recipes-support/isa-l/isa-l_2.29.0.bb b/recipes-support/isa-l/isa-l_2.29.0.bb new file mode 100644 index 00000000..75f77546 --- /dev/null +++ b/recipes-support/isa-l/isa-l_2.29.0.bb @@ -0,0 +1,17 @@ +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 = "806b55ee578efd8158962b90121a4568eb1ecb66" +SRC_URI = "git://github.com/intel/isa-l.git" + +DEPENDS = "nasm-native" +AS[unexport] = "1" + +COMPATIBLE_HOST = '(x86_64).*-linux' -- cgit v1.2.3-54-g00ecf