On Wed, Dec 7, 2011 at 10:29 AM, Ulf Samuelsson <[email protected]> wrote: > Got the following error message when building core-image-sato: > > | Collected errors: > | * satisfy_dependencies_for: Cannot satisfy the following dependencies for > task-core-x11-sato: > | * ofono * > | * opkg_install_cmd: Cannot install package task-core-x11-sato. > NOTE: package core-image-sato-1.0-r0: task do_rootfs: Failed > ERROR: Task 8 > (/home/ulf/projects/OE_atmel/sources/openembedded-core/meta/recipes-sato/images/core-image-sato.bb, > do_rootfs) failed with exit code '1'
The rpm for ofono was not generated, and something in task-core-x11-sato depends on it. So rpm goes and tries to resolve its dependency (which adds other packages) and it can't find one for ofono. Some recipe in this task needs a DEPENDS += "ofono" -M _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
