All of lore.kernel.org
 help / color / mirror / Atom feed
* DEPEND creep breaking poky-tiny
@ 2012-02-25  5:55 Darren Hart
  2012-02-25  6:12 ` Darren Hart
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Darren Hart @ 2012-02-25  5:55 UTC (permalink / raw)
  To: Yocto Project

I'm working through some issues with a poky-tiny build of
core-image-minimal failing. The first error is attributable to"

commit f3677d679e5c74f9877f36cdb170bbfea9b7b9bb
glib-2.0: Add missing DEPENDS on dbus

dbus eventually pulls in shadow, which fails configure with the minimal
libc configuration in poky-tiny. Removing this dependency allows us to
make progress. (I understand a proper fix is needed, as the dependency
was added for a reason).

Next up is popt failing due to missing native language or widechar
support. pkgconfig is what brings in popt, and also what brought in glib
above. Nothing in popt suggests it changed recently, which leads me to
believe that the pkgconfig bit is new as I'm pretty sure I didn't need
glib in poky-tiny originally at all.

Has pkgconfig been added recently? Seems silly to ask, but that is where
things are pointing...

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


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

end of thread, other threads:[~2012-02-25 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25  5:55 DEPEND creep breaking poky-tiny Darren Hart
2012-02-25  6:12 ` Darren Hart
2012-02-25  6:26 ` Darren Hart
2012-02-25 11:40 ` Richard Purdie
2012-02-25 16:05   ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.