summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 2857a408f9..4698254932 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -1,10 +1,5 @@
1SUMMARY = "Embedded GLIBC (GNU C Library)" 1require eglibc-common.inc
2DESCRIPTION = "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
3HOMEPAGE = "http://www.eglibc.org/home"
4SECTION = "libs"
5PRIORITY = "required"
6LICENSE = "LGPL"
7INC_PR = "r11"
8# nptl needs unwind support in gcc, which can't be built without glibc. 3# nptl needs unwind support in gcc, which can't be built without glibc.
9DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" 4DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
10#this leads to circular deps, so lets not add it yet 5#this leads to circular deps, so lets not add it yet