]> 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)
committerScott Garman <scott.a.garman@intel.com>
Fri, 30 Nov 2012 22:50:15 +0000 (14:50 -0800)
commit54d27bbc26d1e45e51ee8ef0f051a2bd8f627cc0
tree383656b6805318a343e2d4f2d42324e38b573def
parentdd1b77c473ee92608ad0a5bdbea0880d2f613c2c
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