mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
* Tested by building gnuradio and friends for a cortex-a9 machine. (From OE-Core rev: a70d6e683a3cd7bc1b0456dd852e59bad827c5c3) Signed-off-by: Philip Balister <philip@balister.org> 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 \
|
|
"
|