From 9b3281aa4a5467bf4b24722b23d7024d9d0d06e1 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 21 Jun 2018 21:17:04 +0500 Subject: [PATCH] layer.conf: add fallback default for GCC_VERSION This is used in recipe PV variables, but is only defined when the tcmode is loaded, so define a default for the case where it isn't sourced. Signed-off-by: Christopher Larson --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 74ebe9d..65c8b35 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,3 +23,6 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += "\ # Needed for external_run() for PV & LICENSE in the recipes, to be able to parse INHERIT_append = " external-common" + +# Fallback default for when the tcmode isn't sourced +GCC_VERSION ?= "0.0"