From 924ccf202a6d89de32fc34a140bf9e35e8e43b4e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 18 Nov 2015 19:37:17 +0100 Subject: meta/conf/machine: use ' inside quoted values Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- meta/conf/machine/include/tune-thunderx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/include/tune-thunderx.inc') diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc index 40de61dc2e..4888d0c19a 100644 --- a/meta/conf/machine/include/tune-thunderx.inc +++ b/meta/conf/machine/include/tune-thunderx.inc @@ -5,7 +5,7 @@ AVAILTUNES += "thunderx thunderx_be" TUNEVALID[thunderx] = "Enable instructions for Cavium ThunderX" -TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "thunderx", " -mcpu=thunderx ", "",d)}" +TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunderx ', '',d)}" ARMPKGARCH_tune-thunderx ?= "thunderx" ARMPKGARCH_tune-thunderx_be ?= "thunderx_be" -- cgit 1.2.3-korg