summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_3.17.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.17.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.17.3.bb
index b2952ee5f5..d91e42ef9a 100644
--- a/meta/recipes-devtools/cmake/cmake-native_3.17.3.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_3.17.3.bb
@@ -1,7 +1,7 @@
1require cmake.inc 1require cmake.inc
2inherit native 2inherit native
3 3
4DEPENDS += "bzip2-replacement-native expat-native xz-native zlib-native curl-native ncurses-native" 4DEPENDS += "bzip2-replacement-native xz-native zlib-native curl-native ncurses-native"
5 5
6SRC_URI += "file://OEToolchainConfig.cmake \ 6SRC_URI += "file://OEToolchainConfig.cmake \
7 file://environment.d-cmake.sh \ 7 file://environment.d-cmake.sh \
@@ -21,6 +21,7 @@ CMAKE_EXTRACONF = "\
21 -DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=0 \ 21 -DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=0 \
22 -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \ 22 -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
23 -DCMAKE_USE_SYSTEM_LIBRARY_LIBRHASH=0 \ 23 -DCMAKE_USE_SYSTEM_LIBRARY_LIBRHASH=0 \
24 -DCMAKE_USE_SYSTEM_LIBRARY_EXPAT=0 \
24 -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ 25 -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
25 -DHAVE_SYS_ACL_H=0 \ 26 -DHAVE_SYS_ACL_H=0 \
26" 27"