diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index f726b3c090..54a1dcd013 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -255,7 +255,7 @@ python base_do_unpack() { | |||
255 | local = os.path.realpath(local) | 255 | local = os.path.realpath(local) |
256 | ret = oe_unpack_file(local, localdata, url) | 256 | ret = oe_unpack_file(local, localdata, url) |
257 | if not ret: | 257 | if not ret: |
258 | raise bb.build.FuncFailed() | 258 | raise bb.build.FuncFailed("oe_unpack_file failed with return value %s" % ret) |
259 | } | 259 | } |
260 | 260 | ||
261 | GIT_CONFIG = "${STAGING_DIR_NATIVE}/usr/etc/gitconfig" | 261 | GIT_CONFIG = "${STAGING_DIR_NATIVE}/usr/etc/gitconfig" |