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:12:07 +0000 |
commit | 9037102e38e55a47102660daa274db544a79463f (patch) | |
tree | 46158bd534232f454fa26288dba0659ccb0134c4 | |
parent | af18be423ead8a5aabf29dcf2fa5fcb874edd24d (diff) | |
download | openembedded-core-9037102e38e55a47102660daa274db544a79463f.tar.gz openembedded-core-9037102e38e55a47102660daa274db544a79463f.tar.bz2 openembedded-core-9037102e38e55a47102660daa274db544a79463f.zip |
meta-selftest/error: Cleanup large trailing whitespace
(From OE-Core rev: 0772b6de9dfbb276845c0a08ebcce41896b8056e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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" DESCRIPTION = "This generates a compile time error to be used to for testing." LICENSE = "MIT" -INHIBIT_DEFAULT_DEPS = "1" +INHIBIT_DEFAULT_DEPS = "1" EXCLUDE_FROM_WORLD = "1" do_compile() { |