diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-29 12:03:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-01 11:38:36 +0000 |
commit | 4482befac6d8126d7f0c046546b0b851cb11545e (patch) | |
tree | c540064eabf358478a715430a63343878c3bd9f1 /meta-selftest | |
parent | 5c7f5e2d3b1dc56155cd64bcd995965e724c3d7b (diff) | |
download | poky-4482befac6d8126d7f0c046546b0b851cb11545e.tar.gz |
meta-selftest/error: Cleanup large trailing whitespace
(From OE-Core rev: 0772b6de9dfbb276845c0a08ebcce41896b8056e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-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() { |