diff options
-rw-r--r-- | classes/cmake-native.bbclass | 2 |
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}) | |||
53 | EOF | 53 | EOF |
54 | } | 54 | } |
55 | 55 | ||
56 | do_generate_native_toolchain_file[vardepsexclude] += "MKUBIFS_ARGS_128kbpeb MKUBIFS_ARGS_256kbpeb UBINIZE_ARGS_128kbpeb UBINIZE_ARGS_256kbpeb" | ||
57 | |||
56 | addtask generate_native_toolchain_file after do_patch before do_configure | 58 | addtask generate_native_toolchain_file after do_patch before do_configure |