diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-01-09 09:28:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | 14800d736122e1d8aa88bd48624f4e8f57e4b0e0 (patch) | |
tree | 8852c5447c73f7224f9fab709fa5a76c06935d47 /meta/classes | |
parent | f5cc622aabb2211e84baa9bb59971f815b2a3e16 (diff) | |
download | poky-14800d736122e1d8aa88bd48624f4e8f57e4b0e0.tar.gz |
classes/icecc: Remove trailing whitespace
(From OE-Core rev: d065c592977ad742515121e07ed3b7698db55f25)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index ed3f0d36e1..0d6ee55c15 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -386,7 +386,7 @@ set_icecc_env() { | |||
386 | ${ICECC_ENV_EXEC} ${ICECC_ENV_DEBUG} "${ICECC_CC}" "${ICECC_CXX}" "${ICECC_AS}" "${ICECC_VERSION}" | 386 | ${ICECC_ENV_EXEC} ${ICECC_ENV_DEBUG} "${ICECC_CC}" "${ICECC_CXX}" "${ICECC_AS}" "${ICECC_VERSION}" |
387 | then | 387 | then |
388 | touch "${ICECC_VERSION}.done" | 388 | touch "${ICECC_VERSION}.done" |
389 | elif ! wait_for_file "${ICECC_VERSION}.done" 30 | 389 | elif ! wait_for_file "${ICECC_VERSION}.done" 30 |
390 | then | 390 | then |
391 | # locking failed so wait for ${ICECC_VERSION}.done to appear | 391 | # locking failed so wait for ${ICECC_VERSION}.done to appear |
392 | bbwarn "Timeout waiting for ${ICECC_VERSION}.done" | 392 | bbwarn "Timeout waiting for ${ICECC_VERSION}.done" |