Re: [OE-core] [PATCH 1/1] subversion: fix build problem when sysroot contains '-D' or '-I'

2014-01-31 Thread Nicolas Dechesne
Robert, can we get the patch below merged into dora? I just tried it, it applies cleanly as-is. the thing is i stumbled upon this issue on dora this week, and debugged it for a while to later figure out it was fixed in master ;-) fwiw, you can add Signed-off-by: Nicolas Dechesne

[OE-core] [PATCH 1/1] subversion: fix build problem when sysroot contains '-D' or '-I'

2013-11-15 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com If sysroot contains '-D' or '-I' characters, the SVN_NEON_INCLUDES and the corresponding CFLAGS will not get the correct value. This will cause build failures. This patch fixes the above problem. [YOCTO #5458] Signed-off-by: Chen Qi qi.c...@windriver.com