[PATCH 3/6] arm/hafnium: clean up inherits
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
This doesn't use pkgconfig, or python3native, or need to inherit clang. Signed-off-by: Ross Burton <[email protected]> --- 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 c67bca57e9..602f36b33d 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 \ -- 2.43.0