All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] meta-toolchain-qt5: don't rely on COREBASE/LICENSE
@ 2017-08-16 16:13 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2017-08-16 16:13 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-16 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 16:13 [meta-qt5][PATCH] meta-toolchain-qt5: don't rely on COREBASE/LICENSE Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.