mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <anuj.mittal@intel.com>
This commit is contained in:
parent
abe5ac4967
commit
61dae7326b
|
@ -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"
|
Loading…
Reference in New Issue
Block a user