angstrom-eglibc: Use tclibc-eglibc defaults from oe-core

Remove redundant defines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-07-12 15:34:58 -07:00
committed by Koen Kooi
parent 4847e03c1c
commit 1849db8c99
2 changed files with 2 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
# eglibc:
require conf/distro/include/eglibc.inc
require conf/distro/include/tclibc-eglibc.inc
ANGSTROM_BLACKLIST_pn-libiconv = "the eglibc provided iconv library is used"
@@ -18,18 +18,3 @@ FULL_OPTIMIZATION_pn-perl = "-O1 -g"
TARGET_LINK_HASH_STYLE = "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH',d,1) in ['mips', 'mipsel', 'mips64', 'mips64el']]}"
CXXFLAGS += "-fvisibility-inlines-hidden"
LIBC_DEPENDENCIES = "libsegfault \
eglibc \
eglibc-dbg \
eglibc-dev \
eglibc-utils \
eglibc-thread-db \
eglibc-localedata-i18n \
eglibc-gconv-ibm850 \
eglibc-gconv-cp1252 \
eglibc-gconv-iso8859-1 \
eglibc-gconv-iso8859-15 \
locale-base-en-gb "

View File

@@ -1,5 +1,4 @@
# Add glibc overrides to the overrides for eglibc.
OVERRIDES =. "libc-glibc:"
require conf/distro/include/tclibc-eglibc.inc
# The things eglibc can provide. We default to wanting eglibc to provide them.
PREFERRED_PROVIDER_virtual/libiconv ?= "eglibc"