summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-11-05 14:13:08 -0400
committerArmin Kuster <akuster808@gmail.com>2022-11-19 14:01:41 -0500
commit2893be10d0aec5bfcb221aeff2352eb2aeb8d634 (patch)
treeba29a49a4d6019a76a63a0b2511001be820d68be
parent715537c48b815a9ddf2f958d81825830d2185e8e (diff)
downloadmeta-security-2893be10d0aec5bfcb221aeff2352eb2aeb8d634.tar.gz
chipsec: update to 1.9.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/chipsec/chipsec_1.9.1.bb (renamed from recipes-security/chipsec/chipsec_1.8.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/chipsec/chipsec_1.8.8.bb b/recipes-security/chipsec/chipsec_1.9.1.bb
index 858ece5..9fbdaa7 100644
--- a/recipes-security/chipsec/chipsec_1.8.8.bb
+++ b/recipes-security/chipsec/chipsec_1.9.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
10DEPENDS = "virtual/kernel nasm-native" 10DEPENDS = "virtual/kernel nasm-native"
11 11
12SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" 12SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https"
13SRCREV = "fd1a98688978fd4b8ca77b512a72eae49c3beffa" 13SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16