From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: DEPEND creep breaking poky-tiny
Date: Fri, 24 Feb 2012 21:55:11 -0800 [thread overview]
Message-ID: <4F4877BF.7070903@linux.intel.com> (raw)
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
next reply other threads:[~2012-02-25 5:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-25 5:55 Darren Hart [this message]
2012-02-25 6:12 ` DEPEND creep breaking poky-tiny Darren Hart
2012-02-25 6:26 ` Darren Hart
2012-02-25 11:40 ` Richard Purdie
2012-02-25 16:05 ` Darren Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F4877BF.7070903@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.