Openembedded Core Discussions
 help / color / mirror / Atom feed
* Can we drop eglibc-utils from LIBC_DEPENDENCIES?
@ 2011-12-16 18:30 Darren Hart
  2011-12-16 21:07 ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Darren Hart @ 2011-12-16 18:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

I'm working on a minimal distro definition, and found that eglibc-utils
pulls in bash (needed for tzconfig and xtrace apparently) which pulls in
gettext, which requires wchar support. I'd like to remove eglibc-utils
from my distro definition. I could override the default I suspect, but I
wonder if eglibc-utils should be made an optional package that distro
definitions, images, or users should specifically add if needed?

The relevant bit of code appears to be:

meta/conf/distro/include/tclibc-eglibc.inc

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-us \
    		     locale-base-en-gb "

eglibc-dbg and eglibc-dev also seem like they could be made optional.

Thoughts? Would anyone object to me removing at least eglibc-utils from
LIBC_DEPENDENCIES?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-17  2:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 18:30 Can we drop eglibc-utils from LIBC_DEPENDENCIES? Darren Hart
2011-12-16 21:07 ` Koen Kooi
2011-12-16 23:20   ` Darren Hart
2011-12-16 23:34     ` Darren Hart
2011-12-17  1:29       ` Richard Purdie
2011-12-17  2:37         ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox