From 07d28bbaea998463937a43336a0c7132c545434f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 May 2021 14:12:41 +0100 Subject: [PATCH] arm-toolchain/armcompiler: remove pointless PROVIDES There is only one provider for the armcompiler, so remove the virtual provider. Change-Id: I3492c49f5cf6eb6f3d3156adb3d87e315ed8183d Signed-off-by: Ross Burton --- .../external-arm-toolchain/armcompiler_6.16.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.16.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.16.bb index ca812948..60656b87 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.16.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.16.bb @@ -22,14 +22,11 @@ LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=40cd57dbb1f9d file://license_terms/supplementary_terms.txt;md5=17a2efdbd320ceda48a3521747e02dd9 \ file://license_terms/third_party_licenses.txt;md5=6273fa29eb26c0093e1a7deaef7bafec " -PROVIDES = "virtual/armcompiler" - ARMCLANG_VERSION = "DS500-BN-00026-r5p0-18rel0" COMPATIBLE_HOST = "x86_64.*-linux" SRC_URI = "https://developer.arm.com/-/media/Files/downloads/compiler/${ARMCLANG_VERSION}.tgz;subdir=${ARMCLANG_VERSION}" - SRC_URI[md5sum] = "d41d8cd98f00b204e9800998ecf8427e" SRC_URI[sha256sum] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"