generic-poky/meta/recipes-core/libxml
Richard Purdie 064ef460b2 libxml2: Fix libzypp ansidecl related build failures
cmake looks at all include statements, even if they're not used. To make
builds deterministic and avoid needing to add binutils as a dependency
for libzypp, completely remove the include from the header file, even if
it is never used.

This avoids issues where you'd build binutils, then libzypp, then remove
binutils (and hence ansidecl.h) and then recompile libzypp which would
still have the dependency and hence fail.

(From OE-Core rev: bfaaeb44c5023e2d2a9414c07694c75fa527283b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-10 14:25:37 +01:00
..
libxml2 libxml2: Fix libzypp ansidecl related build failures 2012-07-10 14:25:37 +01:00
libxml2.inc libxml2: Fix libzypp ansidecl related build failures 2012-07-10 14:25:37 +01:00
libxml2_2.8.0.bb libxml2: Fix libzypp ansidecl related build failures 2012-07-10 14:25:37 +01:00