summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/external-sourcery-toolchain.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/external-sourcery-toolchain.bb b/meta/recipes-core/meta/external-sourcery-toolchain.bb
index 24c7ce8564..5fed30a6b2 100644
--- a/meta/recipes-core/meta/external-sourcery-toolchain.bb
+++ b/meta/recipes-core/meta/external-sourcery-toolchain.bb
@@ -142,6 +142,6 @@ CSL_VER_MAIN ??= ""
142 142
143python () { 143python () {
144 if not d.getVar("CSL_VER_MAIN"): 144 if not d.getVar("CSL_VER_MAIN"):
145 raise bb.parse.SkipPackage("External CSL toolchain not configured (CSL_VER_MAIN not set).") 145 raise bb.parse.SkipPackage("External CSL toolchain not configured (CSL_VER_MAIN not set).")
146} 146}
147 147