All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt4 0/2] Update LIC_FILES_CKHSUMs
@ 2017-02-28 21:05 Saul Wold
  2017-02-28 21:05 ` [meta-qt4 1/2] qt-demo-init: LICENSE is straight MIT so just use COPYING.MIT Saul Wold
  2017-02-28 21:05 ` [meta-qt4 2/2] qt4e-demo-image: " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2017-02-28 21:05 UTC (permalink / raw)
  To: yocto, paul.eggleton

The following two recipes use the OE-Core License file in additional 
to the COPYING.MIT, these are really purely MIT so don't use the OE-Core
LICENSE file.

This was discovered when a clarification statement was added to the
OE-Core LICENSE file.

Sau!

Saul Wold (2):
  qt-demo-init: LICENSE is straight MIT so just use COPYING.MIT
  qt4e-demo-image: LICENSE is straight MIT so just use COPYING.MIT

 recipes-qt4/images/qt4e-demo-image.bb   | 3 +--
 recipes-qt4/qt-demo/qt-demo-init_0.1.bb | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-qt4 1/2] qt-demo-init: LICENSE is straight MIT so just use COPYING.MIT
  2017-02-28 21:05 [meta-qt4 0/2] Update LIC_FILES_CKHSUMs Saul Wold
@ 2017-02-28 21:05 ` Saul Wold
  2017-02-28 21:05 ` [meta-qt4 2/2] qt4e-demo-image: " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2017-02-28 21:05 UTC (permalink / raw)
  To: yocto, paul.eggleton

The OE-Core LICENSE is mostly MIT, but should not be used as a checksum
file for a purely MIT licensed package.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 recipes-qt4/qt-demo/qt-demo-init_0.1.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-qt4/qt-demo/qt-demo-init_0.1.bb b/recipes-qt4/qt-demo/qt-demo-init_0.1.bb
index aa1b0b6..12b0cd9 100644
--- a/recipes-qt4/qt-demo/qt-demo-init_0.1.bb
+++ b/recipes-qt4/qt-demo/qt-demo-init_0.1.bb
@@ -3,8 +3,7 @@ LICENSE = "MIT"
 SRC_URI = "file://qtdemo-init"
 PR = "r3"
 
-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"
 
 S = "${WORKDIR}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-qt4 2/2] qt4e-demo-image: LICENSE is straight MIT so just use COPYING.MIT
  2017-02-28 21:05 [meta-qt4 0/2] Update LIC_FILES_CKHSUMs Saul Wold
  2017-02-28 21:05 ` [meta-qt4 1/2] qt-demo-init: LICENSE is straight MIT so just use COPYING.MIT Saul Wold
@ 2017-02-28 21:05 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2017-02-28 21:05 UTC (permalink / raw)
  To: yocto, paul.eggleton

The OE-Core LICENSE is mostly MIT, but should not be used as a checksum
file for a purely MIT licensed package.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 recipes-qt4/images/qt4e-demo-image.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-qt4/images/qt4e-demo-image.bb b/recipes-qt4/images/qt4e-demo-image.bb
index 4451848..22e1bf9 100644
--- a/recipes-qt4/images/qt4e-demo-image.bb
+++ b/recipes-qt4/images/qt4e-demo-image.bb
@@ -2,8 +2,7 @@ DESCRIPTION = "An image that will launch into the demo application for the embed
 LICENSE = "MIT"
 PR = "r3"
 
-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"
 
 IMAGE_INSTALL += "\
 	${CORE_IMAGE_BASE_INSTALL} \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-28 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 21:05 [meta-qt4 0/2] Update LIC_FILES_CKHSUMs Saul Wold
2017-02-28 21:05 ` [meta-qt4 1/2] qt-demo-init: LICENSE is straight MIT so just use COPYING.MIT Saul Wold
2017-02-28 21:05 ` [meta-qt4 2/2] qt4e-demo-image: " 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.