From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BF7BEE00826; Tue, 28 Feb 2017 13:05:54 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [192.55.52.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 281A9E00826 for ; Tue, 28 Feb 2017 13:05:51 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 28 Feb 2017 13:05:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,221,1484035200"; d="scan'208";a="829461648" Received: from swold-mobl2.amr.corp.intel.com ([10.254.4.127]) by FMSMGA003.fm.intel.com with ESMTP; 28 Feb 2017 13:05:50 -0800 From: Saul Wold To: yocto@yoctoproject.org, paul.eggleton@linux.intel.com Date: Tue, 28 Feb 2017 13:05:48 -0800 Message-Id: <1488315948-2807-3-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1488315948-2807-1-git-send-email-sgw@linux.intel.com> References: <1488315948-2807-1-git-send-email-sgw@linux.intel.com> Subject: [meta-qt4 2/2] qt4e-demo-image: LICENSE is straight MIT so just use COPYING.MIT X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 21:05:54 -0000 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 --- 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