generic-poky/meta/recipes-devtools/cmake
Mike Crowe da9dd699b0 cmake: Avoid accidentally including libacl.h
The cmake recipe doesn't depend on libacl yet cmake will detect libacl.h
and use it by default. This risks build failures if libacl.h is unstaged
during the build and it also means that the build cmake will sometimes
support ACLs and sometimes not.

This can be avoided by setting ENABLE_ACL=0 but until the fix for
http://cmake.org/Bug/view.php?id=14866 is released we also need to set
HAVE_ACL_LIBACL_H=0.

(From OE-Core rev: e76973b4ef687c5b36ed6f9eb202322ae4af9b9f)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-28 08:19:30 +01:00
..
cmake cmake: Improve method for not building ccmake 2014-04-08 17:45:08 +01:00
cmake-native_2.8.12.2.bb cmake: Avoid accidentally including libacl.h 2014-05-28 08:19:30 +01:00
cmake.inc cmake: Improve method for not building ccmake 2014-04-08 17:45:08 +01:00
cmake_2.8.12.2.bb Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00