diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-09-06 19:35:49 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-09-12 11:11:50 -0400 |
commit | 824d2762f6d8705e42af9035580d931610e56ee6 (patch) | |
tree | 641b104b29aa80bded32132411b04ef025fe43b5 | |
parent | 8a4ed4034f31d2d9d7cd9f7e63f0482ca438783b (diff) | |
download | meta-security-824d2762f6d8705e42af9035580d931610e56ee6.tar.gz |
update chipsec to 1.8.8
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/chipsec/chipsec_1.8.8.bb (renamed from recipes-security/chipsec/chipsec_1.8.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/chipsec/chipsec_1.8.7.bb b/recipes-security/chipsec/chipsec_1.8.8.bb index 60272be..858ece5 100644 --- a/recipes-security/chipsec/chipsec_1.8.7.bb +++ b/recipes-security/chipsec/chipsec_1.8.8.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d" | |||
10 | DEPENDS = "virtual/kernel nasm-native" | 10 | DEPENDS = "virtual/kernel nasm-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" |
13 | SRCREV = "7b9cc5cd449f2e1e4b5dad46c0eb14348e54e3f0" | 13 | SRCREV = "fd1a98688978fd4b8ca77b512a72eae49c3beffa" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||