diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-08-05 12:16:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-05 12:17:55 -0700 |
commit | ba158bb8ccaeb4ecfac824de44941dfc6789ada7 (patch) | |
tree | 18f0e4b985cf3346b7e9689a4256558c4fe64acb | |
parent | 5ec34f64a055f28dfe23fef63ce9c6e3884bf7fe (diff) | |
download | meta-openembedded-ba158bb8ccaeb4ecfac824de44941dfc6789ada7.tar.gz |
spdm-utils: Add missing clang-native dependency
It was getting by because it was in a dynamic layer
anchored with meta-clang being in bblayers.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb b/meta-oe/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb index 82f4b7f0fb..5c5022d9c0 100644 --- a/meta-oe/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb +++ b/meta-oe/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb | |||
@@ -17,7 +17,7 @@ include spdm-utils-crates.inc | |||
17 | 17 | ||
18 | SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5" | 18 | SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5" |
19 | 19 | ||
20 | DEPENDS += "libspdm udev bindgen-cli-native pciutils" | 20 | DEPENDS += "libspdm udev clang-native bindgen-cli-native pciutils" |
21 | 21 | ||
22 | COMPATIBLE_HOST:riscv32 = "null" | 22 | COMPATIBLE_HOST:riscv32 = "null" |
23 | COMPATIBLE_HOST:mipsarcho32 = "null" | 23 | COMPATIBLE_HOST:mipsarcho32 = "null" |