diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-03-14 08:46:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:47 +0000 |
commit | cffacfbc82eaff3224fb1f1b60133e949315fb6e (patch) | |
tree | 3c7adcf408fedf420bdb563fb2031c6d438aa3f6 /meta/recipes-core | |
parent | b85ee032233958f4bad967de469ddf16e783e6af (diff) | |
download | poky-cffacfbc82eaff3224fb1f1b60133e949315fb6e.tar.gz |
glibc/glibc-collateral.inc: Add LIC_FILES_CHKSUM to avoid warnings in manifest creation
Add licenses point to COMMON_LICENSE_DIR because glibc-collateral.inc is
a recipe that don't provide tarball/repo with LICENSE files.
(From OE-Core rev: 19fa084c92016ef87f6ad60c6985ec0d2bfd5c42)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc-collateral.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc index dfcebae388..f82db06cb9 100644 --- a/meta/recipes-core/glibc/glibc-collateral.inc +++ b/meta/recipes-core/glibc/glibc-collateral.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | INHIBIT_DEFAULT_DEPS = "1" | 1 | INHIBIT_DEFAULT_DEPS = "1" |
2 | LICENSE = "GPLv2 & LGPLv2.1" | 2 | LICENSE = "GPLv2 & LGPLv2.1" |
3 | LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ | ||
4 | file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | ||
3 | HOMEPAGE = "http://www.gnu.org/software/libc/index.html" | 5 | HOMEPAGE = "http://www.gnu.org/software/libc/index.html" |
4 | 6 | ||
5 | # This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale | 7 | # This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale |