summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/bblayers/buildconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/bblayers/buildconf.py b/meta/lib/bblayers/buildconf.py
index e07fc534e1..ccab332adf 100644
--- a/meta/lib/bblayers/buildconf.py
+++ b/meta/lib/bblayers/buildconf.py
@@ -64,7 +64,7 @@ TEMPLATECONF={} . {}/oe-init-build-env build-try-{}"""
64 oecore = None 64 oecore = None
65 65
66 for l in layers: 66 for l in layers:
67 if l[0] == os.path.abspath(args.layerpath): 67 if os.path.abspath(l[0]) == os.path.abspath(args.layerpath):
68 targetlayer = l[0] 68 targetlayer = l[0]
69 if l[1] == 'meta': 69 if l[1] == 'meta':
70 oecore = os.path.dirname(l[0]) 70 oecore = os.path.dirname(l[0])