From 748fffc6b1994e59d42cecacf2419fe46626632d Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 14 Oct 2019 13:43:12 +0800 Subject: isa-l: upgrade 2.27.0 -> 2.28.0 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-support/isa-l/isa-l_2.27.0.bb | 17 ----------------- recipes-support/isa-l/isa-l_2.28.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 recipes-support/isa-l/isa-l_2.27.0.bb create mode 100644 recipes-support/isa-l/isa-l_2.28.0.bb (limited to 'recipes-support/isa-l') diff --git a/recipes-support/isa-l/isa-l_2.27.0.bb b/recipes-support/isa-l/isa-l_2.27.0.bb deleted file mode 100644 index ac9cfad8..00000000 --- a/recipes-support/isa-l/isa-l_2.27.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 = "0111c21cbc775bd2b152cd06717f7f09988bc0f1" -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.28.0.bb b/recipes-support/isa-l/isa-l_2.28.0.bb new file mode 100644 index 00000000..98f0d311 --- /dev/null +++ b/recipes-support/isa-l/isa-l_2.28.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 = "fae4c3a4994f894bf57adafa18ed310d145ab1b0" +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