diff options
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.6.1.bb')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.6.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb index f3a485fc0e..a301ae664c 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | require cmake.inc | 1 | require cmake.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | # Using cmake's internal libarchive, so some dependencies are needed | 4 | DEPENDS += "bzip2-replacement-native expat-native xz-native zlib-native curl-native" |
5 | DEPENDS += "bzip2-native zlib-native" | ||
6 | 5 | ||
7 | SRC_URI += "\ | 6 | SRC_URI += "\ |
8 | file://cmlibarchive-disable-ext2fs.patch \ | 7 | file://cmlibarchive-disable-ext2fs.patch \ |
@@ -14,6 +13,9 @@ do_configure[cleandirs] = "${B}" | |||
14 | # Disable ccmake since we don't depend on ncurses | 13 | # Disable ccmake since we don't depend on ncurses |
15 | CMAKE_EXTRACONF = "\ | 14 | CMAKE_EXTRACONF = "\ |
16 | -DBUILD_CursesDialog=0 \ | 15 | -DBUILD_CursesDialog=0 \ |
16 | -DCMAKE_USE_SYSTEM_LIBRARIES=1 \ | ||
17 | -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \ | ||
18 | -DCMAKE_USE_SYSTEM_LIBRARY_LIBARCHIVE=0 \ | ||
17 | -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ | 19 | -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ |
18 | -DHAVE_SYS_ACL_H=0 \ | 20 | -DHAVE_SYS_ACL_H=0 \ |
19 | " | 21 | " |