summaryrefslogtreecommitdiffstats
path: root/meta/classes/icecc.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/icecc.bbclass')
-rw-r--r--meta/classes/icecc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index d8a7894887..2171e11db0 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -387,7 +387,7 @@ set_icecc_env() {
387 ${ICECC_ENV_EXEC} ${ICECC_ENV_DEBUG} "${ICECC_CC}" "${ICECC_CXX}" "${ICECC_AS}" "${ICECC_VERSION}" 387 ${ICECC_ENV_EXEC} ${ICECC_ENV_DEBUG} "${ICECC_CC}" "${ICECC_CXX}" "${ICECC_AS}" "${ICECC_VERSION}"
388 then 388 then
389 touch "${ICECC_VERSION}.done" 389 touch "${ICECC_VERSION}.done"
390 elif [ ! wait_for_file "${ICECC_VERSION}.done" 30 ] 390 elif ! wait_for_file "${ICECC_VERSION}.done" 30
391 then 391 then
392 # locking failed so wait for ${ICECC_VERSION}.done to appear 392 # locking failed so wait for ${ICECC_VERSION}.done to appear
393 bbwarn "Timeout waiting for ${ICECC_VERSION}.done" 393 bbwarn "Timeout waiting for ${ICECC_VERSION}.done"