mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
5ec34f64a0
commit
ba158bb8cc
|
|
@ -17,7 +17,7 @@ include spdm-utils-crates.inc
|
|||
|
||||
SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5"
|
||||
|
||||
DEPENDS += "libspdm udev bindgen-cli-native pciutils"
|
||||
DEPENDS += "libspdm udev clang-native bindgen-cli-native pciutils"
|
||||
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
COMPATIBLE_HOST:mipsarcho32 = "null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user