summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image_15.0.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-08-16 14:56:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-18 10:40:27 +0100
commit63042b82b2d611a8054af78ebe29d1ebdfc6228b (patch)
treedf7026978487bcc7d452769351a10e935c147587 /meta/recipes-core/images/build-appliance-image_15.0.0.bb
parenta86a2b5858a41e439c16f4d743eb320ab75360be (diff)
downloadpoky-63042b82b2d611a8054af78ebe29d1ebdfc6228b.tar.gz
build-appliance-image: Don't use COREBASE/LICENSE for checksumming
This file lists the licenses that the OE-Core meta data falls under but should not be used as a LIC_FILES_CHKSUM, use the MIT license file. (From OE-Core rev: e12fa3ac08962accb6585e2aa1c486e7852d174d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images/build-appliance-image_15.0.0.bb')
-rw-r--r--meta/recipes-core/images/build-appliance-image_15.0.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
index 927a9310ac..db96a051a7 100644
--- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
@@ -3,8 +3,7 @@ DESCRIPTION = "An image containing the build system that you can boot and run us
3HOMEPAGE = "http://www.yoctoproject.org/documentation/build-appliance" 3HOMEPAGE = "http://www.yoctoproject.org/documentation/build-appliance"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
8 7
9IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \ 8IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \
10 kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client \ 9 kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client \