mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 08:02:22 +02:00
Patches "qt4-fail-silent.patch" and "support-oe-qt4-tools-names.patch" were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the respective patch for details). Patch "cmake-2.8.11.2-FindFreetype.patch" was dropped since it was rejected upstream and its functionality otherwise implemented in the meantime. (From OE-Core rev: c171909352b5ed92166857b0bbcd901ae0f74996) Signed-off-by: Moritz Blume <moritz.blume@bmw-carit.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
518 B
BlitzBasic
20 lines
518 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 \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "2da57308071ea98b10253a87d2419281"
|
|
SRC_URI[sha256sum] = "ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78"
|
|
|
|
# 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 \
|
|
"
|