]> code.ossystems Code Review - openembedded-core.git/commit
cmake: Avoid accidentally including libacl.h
authorMike Crowe <mac@mcrowe.com>
Tue, 27 May 2014 16:28:43 +0000 (17:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 May 2014 07:19:01 +0000 (08:19 +0100)
commite76973b4ef687c5b36ed6f9eb202322ae4af9b9f
treebf0213d66b95da29aa4a70b33379b01efd247097
parent8962fe11a0697348affb8a1ab95abca4995470a6
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.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb