diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-29 12:03:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:43 +0000 |
commit | f5a6daefa717be9ed9b026d67d781156162b872b (patch) | |
tree | e2ce103f7cc686f9ded65f15285cb2d84b0629ee /meta-selftest/recipes-test/error/error.bb | |
parent | 06558e8263e74d30663b18088adaf586b3a6743f (diff) | |
download | poky-f5a6daefa717be9ed9b026d67d781156162b872b.tar.gz |
meta-selftest/error: Cleanup large trailing whitespace
(From OE-Core rev: 0772b6de9dfbb276845c0a08ebcce41896b8056e)
(From OE-Core rev: 9037102e38e55a47102660daa274db544a79463f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() { |