Ticket #1268 (closed defect: worksforme)
Build fails because of glib & libogg dependencies
Description
I started working with openmoko and openembedded a couple of days ago, building
it for a QTek blueangel PDA.
I checked out openembedded trunk version and performed a build from there. I had
the following errors:
| ERROR: Cannot satisfy the following dependencies for task-openmoko-pim:
| libogg0 (>= 1.1.3)
And a similar one for task-openmoko-ui asking for glib >= 2.15.6.
I added:
PREFERRED_VERSION_glib-2.0 = "2.15.6"
PREFERRED_VERSION_libogg = "1.1.3"
to conf/distro/include/preferred-om-2008-versions.inc and the image was
correctly built (but not yet tested on the target).
I need confirmation that this is actually a bug, I'm not yet confident with the
codebase to be sure that I didn't messed up or followed an incorrect build
processes (or even if this is an openembedded problem instead of an openmoko one!).
