]> code.ossystems Code Review - openembedded-core.git/commit
libxml2/libxslt: Don't depend on ansidecl.h header
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 09:15:39 +0000 (09:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 10:26:26 +0000 (11:26 +0100)
commitfe6cabfb0c6f382ef6131e07437b90c2afbf5488
tree4684005cb2d93867c2ba893d6d0ced8cfc139f33
parenta6d6432b508451d0847336dc980bc0541396e310
libxml2/libxslt: Don't depend on ansidecl.h header

We don't DEPEND on binutils for ansidecl.h so ensure we should never
use the header. This makes builds determinstic and means something like:

bitbake binutils
bitbake libxml2 -c configure
bitbake binutils -c clean
bitbake libxml2

doen't fail to build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxml/libxml2.inc
meta/recipes-support/libxslt/libxslt_1.1.26.bb