aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-29 01:19:41 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:15:06 -0700
commit5c65c92e50972aa875354db31f31189ec6d90259 (patch)
treece06e16830a8201eee0588f2fdc36f012cf09e06 /recipes/eglibc/eglibc.inc
parent993fa56b77f0eaa29cbf5fbd2fc3ff1796c04ac4 (diff)
downloadopenembedded-5c65c92e50972aa875354db31f31189ec6d90259.tar.gz
eglibc: Fix eglibc-dev aliases and locales
packages which had glibc-dev in their RDEPENDS caused glibc to be pulled along with eglibc. eglibc-dev was not properly providing glibc-dev Refresh the locale generation changes with glibc(poky) Add missing eglibc-static to PACKAGES Use bitbake variables in FILES instead of hardcoded paths Move common code to eglibc.inc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc.inc')
-rw-r--r--recipes/eglibc/eglibc.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index d6487d1d58..2e215c5ba9 100644
--- a/recipes/eglibc/eglibc.inc
+++ b/recipes/eglibc/eglibc.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home"
SECTION = "libs"
PRIORITY = "required"
LICENSE = "LGPL"
-INC_PR = "r12"
+INC_PR = "r13"
# nptl needs unwind support in gcc, which can't be built without glibc.
DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
#this leads to circular deps, so lets not add it yet
@@ -24,4 +24,5 @@ ARM_INSTRUCTION_SET = "arm"
# PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
EXTRA_OEMAKE := "PARALLELMFLAGS="${PARALLEL_MAKE}""
PARALLEL_MAKE = ""
-PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
+
+PACKAGES_DYNAMIC = "libc6*"