From 61dae7326b510960130aa3c93026d5f0abd1773b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 22 Aug 2019 08:06:46 +0800 Subject: isa-l: fix recipe version The latest version is 2.27.0, not 2.0.27. Also make sure that we are pointing to the release commit. Signed-off-by: Anuj Mittal --- recipes-support/isa-l/isa-l_2.27.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-support/isa-l/isa-l_2.27.0.bb (limited to 'recipes-support/isa-l/isa-l_2.27.0.bb') diff --git a/recipes-support/isa-l/isa-l_2.27.0.bb b/recipes-support/isa-l/isa-l_2.27.0.bb new file mode 100644 index 00000000..ac9cfad8 --- /dev/null +++ b/recipes-support/isa-l/isa-l_2.27.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 = "0111c21cbc775bd2b152cd06717f7f09988bc0f1" +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