diff options
-rw-r--r-- | meta-selftest/recipes-test/images/test-empty-image.bb | 1 | ||||
-rw-r--r-- | meta/classes/core-image.bbclass | 3 | ||||
-rw-r--r-- | meta/classes/packagegroup.bbclass | 3 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-world-pkgdata.bb | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/images/core-image-directfb.bb | 4 |
5 files changed, 0 insertions, 12 deletions
diff --git a/meta-selftest/recipes-test/images/test-empty-image.bb b/meta-selftest/recipes-test/images/test-empty-image.bb index 7847f83b4b..88d8d612e8 100644 --- a/meta-selftest/recipes-test/images/test-empty-image.bb +++ b/meta-selftest/recipes-test/images/test-empty-image.bb | |||
@@ -2,6 +2,5 @@ SUMMARY = "An empty image." | |||
2 | IMAGE_INSTALL = "" | 2 | IMAGE_INSTALL = "" |
3 | IMAGE_LINGUAS = "" | 3 | IMAGE_LINGUAS = "" |
4 | PACKAGE_INSTALL = "" | 4 | PACKAGE_INSTALL = "" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | 5 | ||
7 | inherit image | 6 | inherit image |
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 705cad8d91..8431440db4 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -2,9 +2,6 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 2007-2011 Linux Foundation | 3 | # Copyright (C) 2007-2011 Linux Foundation |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | |||
8 | # IMAGE_FEATURES control content of the core reference images | 5 | # IMAGE_FEATURES control content of the core reference images |
9 | # | 6 | # |
10 | # By default we install packagegroup-core-boot and packagegroup-base-extended packages; | 7 | # By default we install packagegroup-core-boot and packagegroup-base-extended packages; |
diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass index 3674894e7f..3928c8a4ac 100644 --- a/meta/classes/packagegroup.bbclass +++ b/meta/classes/packagegroup.bbclass | |||
@@ -15,9 +15,6 @@ PACKAGE_ARCH ?= "all" | |||
15 | PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}" | 15 | PACKAGE_ARCH_EXPANDED := "${PACKAGE_ARCH}" |
16 | 16 | ||
17 | LICENSE ?= "MIT" | 17 | LICENSE ?= "MIT" |
18 | LIC_FILES_CHKSUM ?= "${@oe.utils.ifelse(d.getVar('LICENSE', True) == 'MIT', \ | ||
19 | 'file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420', \ | ||
20 | '')}" | ||
21 | 18 | ||
22 | inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED', True) == 'all', 'allarch', '')} | 19 | inherit ${@oe.utils.ifelse(d.getVar('PACKAGE_ARCH_EXPANDED', True) == 'all', 'allarch', '')} |
23 | 20 | ||
diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb index b3989cd81e..81c8647fa6 100644 --- a/meta/recipes-core/meta/meta-world-pkgdata.bb +++ b/meta/recipes-core/meta/meta-world-pkgdata.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | SUMMARY = "Pulls in pkgdata for world" | 1 | SUMMARY = "Pulls in pkgdata for world" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM ?= "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
4 | 3 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 4 | INHIBIT_DEFAULT_DEPS = "1" |
6 | 5 | ||
diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb index 5641195e8c..c6ce658d61 100644 --- a/meta/recipes-graphics/images/core-image-directfb.bb +++ b/meta/recipes-graphics/images/core-image-directfb.bb | |||
@@ -1,10 +1,6 @@ | |||
1 | SUMMARY = "An image that uses DirectFB instead of X11" | 1 | SUMMARY = "An image that uses DirectFB instead of X11" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
7 | |||
8 | inherit core-image distro_features_check | 4 | inherit core-image distro_features_check |
9 | 5 | ||
10 | REQUIRED_DISTRO_FEATURES = "directfb" | 6 | REQUIRED_DISTRO_FEATURES = "directfb" |