mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
(From OE-Core rev: 2a6e061712cfe9cb4738806a0c351a64e0d30144) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
376 B
BlitzBasic
17 lines
376 B
BlitzBasic
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 \
|
|
"
|