mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
cmake: Improve method for not building ccmake
In commit 4bee0a93ed985b38c6b4eb605d8e16f5d7c82d51 I introduced an unnecessary patch to do something that can easily be done without patching. The argument to disable building ccmake can be passed to configure provided it is preceded by "--". (From OE-Core rev: eaf176eaabb4c558ad76512b30b28ec97fd90bc6) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
68a55c8ff7
commit
c0ac09ab49
@@ -6,8 +6,12 @@ DEPENDS += "bzip2-native zlib-native"
|
||||
|
||||
SRC_URI += "\
|
||||
file://cmlibarchive-disable-ext2fs.patch \
|
||||
file://disable-bootstrap-cursesdialog.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "17c6513483d23590cbce6957ec6d1e66"
|
||||
SRC_URI[sha256sum] = "8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e"
|
||||
|
||||
# Disable ccmake since we don't depend on ncurses
|
||||
CMAKE_EXTRACONF = "\
|
||||
-DBUILD_CursesDialog=0 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user