apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work
authorvictor <v.mayoralv@gmail.com>
Wed, 3 Jul 2013 13:04:25 +0000 (15:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2013 14:34:22 +0000 (15:34 +0100)
commitd55e8d813facbe23612c571dd54e07621c65bc6e
tree73cb16dda3674c8cfce86b2480cb3202d6a01fe0
parent36cbc049e2d735ecb465ed8d8f430f17f3a1ee88
apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work

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 CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" to sources/openembedded-core/meta/recipes-support/apr/apr_1.4.6.bb
to fix this issue. It has also been removed the mention of this variable in
meta/site/powerpc32-linux.

(From OE-Core rev: 20b9151f877978c086dcc8cbae7e0d9c9e89a45d)

Signed-off-by: VĂ­ctor Mayoral Vilches <v.mayoralv@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/apr/apr_1.4.6.bb
meta/site/powerpc32-linux