On Jul 1, 2013, at 6:12 AM, Víctor MV <[email protected]> wrote:
> Working with the meta-ros project we detected that the ROS nodes didn't > launch properly the reason was that by default apr_cv_mutex_recursive in apr > is set to no and this leads to the APRENOTIMPL return value of > apr_thread_mutex_create in thread_mutex.c when APR_THREAD_MUTEX_NESTED is > requested via flags. Added EXTRA_OECONF += "apr_cv_mutex_recursive=yes" to > sources/openembedded-core/meta/recipes-support/apr/apr_1.4.6.bb to fix this > issue. thanks follow http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded to prepate the patch for review and instead of putting it in EXTRA_OECONF add it to CACHED_CONFIGUREVARS > > Regards, > > Víctor. > > <0001-Patch-to-apr_1.4.6.bb-to-make-rosnodes-work.patch>_______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
