diff options
Diffstat (limited to 'meta-selftest/recipes-test/error/error.bb')
-rw-r--r-- | meta-selftest/recipes-test/error/error.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/error/error.bb b/meta-selftest/recipes-test/error/error.bb index 3c22e7cbeb..65d00a46d9 100644 --- a/meta-selftest/recipes-test/error/error.bb +++ b/meta-selftest/recipes-test/error/error.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Error Test case that fails on do_compile" | |||
2 | DESCRIPTION = "This generates a compile time error to be used to for testing." | 2 | DESCRIPTION = "This generates a compile time error to be used to for testing." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | 4 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 5 | INHIBIT_DEFAULT_DEPS = "1" |
6 | EXCLUDE_FROM_WORLD = "1" | 6 | EXCLUDE_FROM_WORLD = "1" |
7 | 7 | ||
8 | do_compile() { | 8 | do_compile() { |