]> code.ossystems Code Review - openembedded-core.git/commit
liburcu_0.5.4.bb: Let it build on uclibc targets
authorKhem Raj <raj.khem@gmail.com>
Fri, 6 May 2011 05:24:40 +0000 (22:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:40 +0000 (09:51 +0100)
commitfdbcf8eea9d83a8040157d8a5bb6febae5eb9a14
tree72e9ba4b36e72992ea324d00f64c59e026f0865b
parenta5f71d8bfe794808cbe5e9e1f4a37ed4e87a15fb
liburcu_0.5.4.bb: Let it build on uclibc targets

uclibc requires -D_GNU_SOURCE to be defined for it
to enable GNU extensions which CPU_SET/CPU_ZERO are
used by this package. So we add -D_GNU_SOURCE to
CFLAGS when compiling for uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-support/liburcu/liburcu_0.5.4.bb