summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-22 00:10:45 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-22 07:01:33 -0800
commit288f752445d3783dbaf06a60919a2b35b14e3a62 (patch)
tree7a5ea7bec9c48470ceefaa53a3daf53ea330850a
parent74d3368cfaf4a6e51546f7af91dab82c563992fe (diff)
downloadmeta-clang-288f752445d3783dbaf06a60919a2b35b14e3a62.tar.gz
cmake-native.bbclass: Add ubfs specific variable to ignore list
These variables show up as dependencies of native recipes otherwise can cause clang-native to rebuild without a reason just when defined by a machine using ubifs. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--classes/cmake-native.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/cmake-native.bbclass b/classes/cmake-native.bbclass
index 116cdd1..d09a8a2 100644
--- a/classes/cmake-native.bbclass
+++ b/classes/cmake-native.bbclass
@@ -53,4 +53,6 @@ list(APPEND CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES ${STAGING_INCDIR_NATIVE})
53EOF 53EOF
54} 54}
55 55
56do_generate_native_toolchain_file[vardepsexclude] += "MKUBIFS_ARGS_128kbpeb MKUBIFS_ARGS_256kbpeb UBINIZE_ARGS_128kbpeb UBINIZE_ARGS_256kbpeb"
57
56addtask generate_native_toolchain_file after do_patch before do_configure 58addtask generate_native_toolchain_file after do_patch before do_configure