diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 19:36:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 19:36:49 +0100 |
| commit | e2e82310a10e11444456f6c9a11f93ed0b2b243a (patch) | |
| tree | e148d17c64e671bfdbd0159beda65f4ff86cd521 | |
| parent | 14a7cde49fa01de8f25f77f365ed7dea71c7c216 (diff) | |
| download | poky-e2e82310a10e11444456f6c9a11f93ed0b2b243a.tar.gz | |
insane: Use a warning for FILEEXTRAPATHS issues for now
(From OE-Core rev: f907b3a5b414aa53ce8271763f04532d7127006f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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)) |
