Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require cmake.inc |
2 | inherit native | ||||
3 | |||||
4 | # Using cmake's internal libarchive, so some dependencies are needed | ||||
5 | DEPENDS += "bzip2-native zlib-native" | ||||
6 | |||||
7 | SRC_URI += "\ | ||||
8 | file://cmlibarchive-disable-ext2fs.patch \ | ||||
9 | " | ||||
10 | |||||
11 | # Disable ccmake since we don't depend on ncurses | ||||
12 | CMAKE_EXTRACONF = "\ | ||||
13 | -DBUILD_CursesDialog=0 \ | ||||
14 | -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ | ||||
15 | -DHAVE_SYS_ACL_H=0 \ | ||||
16 | " |