From d1237205a0bd6f5821cb27d5c6c203cda3c1cf2e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 5 Aug 2025 18:19:00 +0100 Subject: [PATCH] arm/hafnium: clean up inherits This doesn't use pkgconfig, or python3native, or need to inherit clang. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb index c67bca57..602f36b3 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb @@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=782b40c14bad5294672c500501edc103" PACKAGE_ARCH = "${MACHINE_ARCH}" -CLANGNATIVE = "" -CLANGNATIVE:runtime-llvm = "clang-native" - -inherit deploy python3native pkgconfig ${CLANGNATIVE} +inherit deploy SRC_URI = "gitsm://git.trustedfirmware.org/hafnium/hafnium.git;protocol=https;branch=master \ file://0001-arm-hafnium-fix-kernel-tool-linking.patch \