mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
Adjust LIC_FILES_CHKSUM due to changes in the Copyright date.
No change to the license text.
Remove the upstreamed patch:
1. 0001-Add-NIOS2-CPU-support.patch
(From OE-Core rev: 05bce1fda9b24f939d211516ad73984ad29ba4df)
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>
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 \
|
|
"
|