diff options
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 93c087a047..76ae58ceb7 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_PATTERN_normal := "^${LAYERDIR}/" | |||
9 | BBFILE_PRIORITY_normal = "5" | 9 | BBFILE_PRIORITY_normal = "5" |
10 | 10 | ||
11 | # Set a variable to get to the top of the metadata location | 11 | # Set a variable to get to the top of the metadata location |
12 | COREBASE := ${@os.path.normpath("${LAYERDIR}/../")} | 12 | COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}' |
13 | 13 | ||
14 | # Add scripts to PATH | 14 | # Add scripts to PATH |
15 | PATH := "${PATH}:${COREBASE}/scripts" | 15 | PATH := "${PATH}:${COREBASE}/scripts" |