[oe] [meta-qt5][PATCH] meta-toolchain-qt5: don't rely on COREBASE/LICENSE

Saul Wold sgw at linux.intel.com
Wed Aug 16 16:13:04 UTC 2017


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 <sgw at linux.intel.com>
---
 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 8991176..2027b54 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
-- 
2.7.5




More information about the Openembedded-devel mailing list