On Thu, Jul 11, 2013 at 11:32:14AM +0100, Burton, Ross wrote: > On 10 July 2013 19:50, Saul Wold <[email protected]> wrote: > > Is this really a build-time dependency or a runtime dependency specific to > > the pulseaudio-module? > > It's a runtime dependency, but from memory bitbake doesn't manage to > piece the chain together enough to actually build consolekit (probably > because the packages are dynamically created).
The problem is that RDEPENDS_<dynamic_package> = "foo" doesn't enforce foo to be built before <dynamic_package> is used in image: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3498 So if <dynamic_package> is the only thing pulling "foo" into the image you can get do_rootfs error about missing "foo". Cheers, -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
