From d9f4b6e55e02458e6bd4b66188cb87d8a7c474fc Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 16 Aug 2017 09:13:04 -0700 Subject: meta-toolchain-qt5: don't rely on COREBASE/LICENSE This file lists the licenses in use by OE-Core and it not a proper license file, just use the COPYING.MIT. Signed-off-by: Saul Wold Signed-off-by: Martin Jansa --- recipes-qt/meta/meta-toolchain-qt5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt/meta/meta-toolchain-qt5.bb b/recipes-qt/meta/meta-toolchain-qt5.bb index 89911765..2027b54e 100644 --- a/recipes-qt/meta/meta-toolchain-qt5.bb +++ b/recipes-qt/meta/meta-toolchain-qt5.bb @@ -1,7 +1,6 @@ SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit populate_sdk populate_sdk_qt5 -- cgit v1.2.3-54-g00ecf