diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-07-22 06:31:17 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-29 20:07:01 -0400 |
commit | ca109750337d0c4a0cd63b5be8d32b436b544704 (patch) | |
tree | c8ee2ff511cf6abf38f88b8742d1b2f28fb42084 /recipes-security/chipsec | |
parent | f0deac37873e0e4c2f7adcdfa6846679743a600f (diff) | |
download | meta-security-ca109750337d0c4a0cd63b5be8d32b436b544704.tar.gz |
recipes-*: convert WORKDIR->UNPACKDIR
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/chipsec')
-rw-r--r-- | recipes-security/chipsec/chipsec_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/chipsec/chipsec_1.9.1.bb b/recipes-security/chipsec/chipsec_1.9.1.bb index 9fbdaa7..24451f8 100644 --- a/recipes-security/chipsec/chipsec_1.9.1.bb +++ b/recipes-security/chipsec/chipsec_1.9.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "virtual/kernel nasm-native" | |||
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 = "d8c2a606bf440c32196c6289a7a458f3ae3107cc" | 13 | SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${UNPACKDIR}/git" |
16 | 16 | ||
17 | inherit module setuptools3 | 17 | inherit module setuptools3 |
18 | 18 | ||