From 61dae7326b510960130aa3c93026d5f0abd1773b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 22 Aug 2019 08:06:46 +0800 Subject: [PATCH] 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.0.27.bb => isa-l_2.27.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-support/isa-l/{isa-l_2.0.27.bb => isa-l_2.27.0.bb} (89%) diff --git a/recipes-support/isa-l/isa-l_2.0.27.bb b/recipes-support/isa-l/isa-l_2.27.0.bb similarity index 89% rename from recipes-support/isa-l/isa-l_2.0.27.bb rename to recipes-support/isa-l/isa-l_2.27.0.bb index 90f81ccb..ac9cfad8 100644 --- a/recipes-support/isa-l/isa-l_2.0.27.bb +++ b/recipes-support/isa-l/isa-l_2.27.0.bb @@ -8,7 +8,7 @@ SECTION = "lib" inherit autotools pkgconfig S = "${WORKDIR}/git" -SRCREV = "4b332383715bdff72c3f372bd2572e2ea66a6f68" +SRCREV = "0111c21cbc775bd2b152cd06717f7f09988bc0f1" SRC_URI = "git://github.com/intel/isa-l.git" DEPENDS = "nasm-native"