mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
arm/hafnium: Depend on clang-native
hafnium is built by clang. Dependency is required for successful build. Signed-off-by: Csaba Szilágyi <csaba.szilagyi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
ad09b42433
commit
2e562a39d9
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Hafnium"
|
||||
DESCRIPTION = "A reference Secure Partition Manager (SPM) for systems that implement the Armv8.4-A Secure-EL2 extension"
|
||||
DEPENDS = "gn-native ninja-native bison-native bc-native dtc-native openssl-native"
|
||||
DEPENDS = "gn-native ninja-native bison-native bc-native dtc-native openssl-native clang-native"
|
||||
|
||||
LICENSE = "BSD-3-Clause & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=782b40c14bad5294672c500501edc103"
|
||||
|
||||
Reference in New Issue
Block a user