From 28070a83cfbb6100ccea3a048f33e27b932bdb95 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 16 May 2017 04:58:54 +0000 Subject: [PATCH] layer.conf: mark doxygen host tool as NONFATAL Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 87a28de7..4c2cf5fc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -29,4 +29,4 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ " # Required by openmp-rtos "docs" target -HOSTTOOLS += "doxygen" +HOSTTOOLS_NONFATAL += "doxygen"