]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: Tighten LICENSE Fields
authorSaul Wold <sgw@linux.intel.com>
Mon, 18 Jul 2011 17:29:08 +0000 (10:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jul 2011 16:33:58 +0000 (17:33 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/eglibc/eglibc-common.inc
meta/recipes-core/eglibc/eglibc-locale.inc

index d812618978242ba7d91f397af63673b287186d3d..4fa64885fbb4b84873b16ba294fe9777da905cab 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Embedded GLIBC (GNU C Library)"
 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."
 HOMEPAGE = "http://www.eglibc.org/home"
 SECTION = "libs"
-LICENSE = "LGPL"
+LICENSE = "GPLv2 & LGPLv2.1"
 INC_PR = "r11"
 LIC_FILES_CHKSUM ?= "file://LICENSES;md5=07a394b26e0902b9ffdec03765209770 \
       file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
index 00cccc017545ad1be76c70c21dde86ca4fa4f3de..b496ce696c8f7253c78471e4d232bd23e8b11b48 100644 (file)
@@ -1,5 +1,5 @@
 INHIBIT_DEFAULT_DEPS = "1"
-LICENSE = "LGPL"
+LICENSE = "GPLv2 & LGPLv2.1"
 
 BPN = "eglibc"