diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-18 10:29:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-19 17:34:21 +0100 |
commit | 35f20c5aacc9b23affe0380e8451ccc41cbc1799 (patch) | |
tree | d770abfbf72f1ec703ac0c25555c51accf014cd9 /meta/recipes-core/eglibc | |
parent | 3c9206f97d014e472b9ae6ebabe830572efddeec (diff) | |
download | poky-35f20c5aacc9b23affe0380e8451ccc41cbc1799.tar.gz |
eglibc: Tighten LICENSE Fields
(From OE-Core rev: b8c76452e7e2681fb2c846e83bc62a0a2173eee9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-common.inc b/meta/recipes-core/eglibc/eglibc-common.inc index d812618978..4fa64885fb 100644 --- a/meta/recipes-core/eglibc/eglibc-common.inc +++ b/meta/recipes-core/eglibc/eglibc-common.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "Embedded GLIBC (GNU C Library)" | |||
2 | DESCRIPTION = "Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing." | 2 | DESCRIPTION = "Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing." |
3 | HOMEPAGE = "http://www.eglibc.org/home" | 3 | HOMEPAGE = "http://www.eglibc.org/home" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "GPLv2 & LGPLv2.1" |
6 | INC_PR = "r11" | 6 | INC_PR = "r11" |
7 | LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \ | 7 | LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \ |
8 | file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ | 8 | file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ |
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index 00cccc0175..b496ce696c 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | INHIBIT_DEFAULT_DEPS = "1" | 1 | INHIBIT_DEFAULT_DEPS = "1" |
2 | LICENSE = "LGPL" | 2 | LICENSE = "GPLv2 & LGPLv2.1" |
3 | 3 | ||
4 | BPN = "eglibc" | 4 | BPN = "eglibc" |
5 | 5 | ||