summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oe/sdk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py
index 27347667e8..2383bd58b7 100644
--- a/meta/lib/oe/sdk.py
+++ b/meta/lib/oe/sdk.py
@@ -68,7 +68,7 @@ class Sdk(object, metaclass=ABCMeta):
68 #FIXME: using umbrella exc catching because bb.utils method raises it 68 #FIXME: using umbrella exc catching because bb.utils method raises it
69 except Exception as e: 69 except Exception as e:
70 bb.debug(1, "printing the stack trace\n %s" %traceback.format_exc()) 70 bb.debug(1, "printing the stack trace\n %s" %traceback.format_exc())
71 bb.error("unable to place %s in final SDK location" % sourcefile) 71 bb.fatal("unable to place %s in final SDK location" % sourcefile)
72 72
73 def mkdirhier(self, dirpath): 73 def mkdirhier(self, dirpath):
74 try: 74 try: