diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/core-image.bbclass | 3 | ||||
| -rw-r--r-- | meta/classes/packagegroup.bbclass | 3 |
2 files changed, 0 insertions, 6 deletions
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 | ||
