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:
Khem Raj 2025-08-05 12:16:08 -07:00
parent 5ec34f64a0
commit ba158bb8cc
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"