mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 07:17:50 +00:00
cmake.bbclass: Add *.cmake to CONFIGURE_FILES
This makes do_configure depend on changes to any cmake file when externalsrc is active. (From OE-Core rev: dae2757bf0fea6ae821a28bd6ea9d0232694c177) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
55af1bad8c
commit
68b54a02d5
@ -156,7 +156,7 @@ EOF
|
||||
|
||||
addtask generate_toolchain_file after do_patch before do_configure
|
||||
|
||||
CONFIGURE_FILES = "CMakeLists.txt"
|
||||
CONFIGURE_FILES = "CMakeLists.txt *.cmake"
|
||||
|
||||
do_configure[cleandirs] = "${@d.getVar('B') if d.getVar('S') != d.getVar('B') else ''}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user