diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 09d9fc1508..55bfaf2d60 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -1058,7 +1058,7 @@ python () { | |||
| 1058 | msg += "in your bbappend file\n\n" | 1058 | msg += "in your bbappend file\n\n" |
| 1059 | msg += "Your incorrect assignment is:\n" | 1059 | msg += "Your incorrect assignment is:\n" |
| 1060 | msg += "%s\n" % extrapaths | 1060 | msg += "%s\n" % extrapaths |
| 1061 | bb.fatal(msg) | 1061 | bb.warn(msg) |
| 1062 | 1062 | ||
| 1063 | if d.getVar('do_stage', True) is not None: | 1063 | if d.getVar('do_stage', True) is not None: |
| 1064 | bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with OE-core" % d.getVar("FILE", True)) | 1064 | bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with OE-core" % d.getVar("FILE", True)) |
