From eeaa878a379061d7dd8f8d4267509c6c10ea4737 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 7 Jan 2014 11:53:36 +1000 Subject: external-xilinx-toolchain: Update license checksums * Remove ${COREBASE}/LICENSE, as this layer and recipe are only licensed under MIT Signed-off-by: Nathan Rossi --- recipes-core/meta/external-xilinx-toolchain.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/meta/external-xilinx-toolchain.bb b/recipes-core/meta/external-xilinx-toolchain.bb index 392d94cf..062004c8 100644 --- a/recipes-core/meta/external-xilinx-toolchain.bb +++ b/recipes-core/meta/external-xilinx-toolchain.bb @@ -5,10 +5,7 @@ INHIBIT_DEFAULT_DEPS = "1" # License applies to this recipe code, not the toolchain itself SUMMARY = "External Xilinx toolchain" LICENSE = "MIT" -LIC_FILES_CHKSUM = " \ - file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ - " +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" DEPENDS += "${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', PN, '', 'linux-libc-headers', d)}" PROVIDES += "\ -- cgit v1.2.3-54-g00ecf