aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.11.bb
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_2.11.bb
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_2.11.bb')
-rw-r--r--recipes/eglibc/eglibc_2.11.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/eglibc/eglibc_2.11.bb b/recipes/eglibc/eglibc_2.11.bb
index b56a8ce0f3..3763124a70 100644
--- a/recipes/eglibc/eglibc_2.11.bb
+++ b/recipes/eglibc/eglibc_2.11.bb
@@ -19,10 +19,6 @@ SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \
S = "${WORKDIR}/${EGLIBC_BRANCH}/libc"
B = "${WORKDIR}/build-${TARGET_SYS}"
-PACKAGES_DYNAMIC = "libc6*"
-RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
-PROVIDES_${PN}-dbg = "glibc-dbg"
-
# the -isystem in bitbake.conf screws up glibc do_stage
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}"