mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
cmake: upgrade to 3.6.1
3.5.2 -> 3.6.1 (From OE-Core rev: 3c41b239991baff2bb1facc1e9973c95c9328175) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c6371f803
commit
36b3e58e3d
18
meta/recipes-devtools/cmake/cmake-native_3.6.1.bb
Normal file
18
meta/recipes-devtools/cmake/cmake-native_3.6.1.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
require cmake.inc
|
||||
inherit native
|
||||
|
||||
# Using cmake's internal libarchive, so some dependencies are needed
|
||||
DEPENDS += "bzip2-native zlib-native"
|
||||
|
||||
SRC_URI += "\
|
||||
file://cmlibarchive-disable-ext2fs.patch \
|
||||
"
|
||||
|
||||
# Disable ccmake since we don't depend on ncurses
|
||||
CMAKE_EXTRACONF = "\
|
||||
-DBUILD_CursesDialog=0 \
|
||||
-DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
|
||||
-DHAVE_SYS_ACL_H=0 \
|
||||
"
|
||||
|
||||
do_compile[progress] = "percent"
|
||||
Reference in New Issue
Block a user