insane: Use a warning for FILEEXTRAPATHS issues for now

(From OE-Core rev: f907b3a5b414aa53ce8271763f04532d7127006f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-07-25 19:36:45 +01:00
parent 14a7cde49f
commit e2e82310a1
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ python () {
msg += "in your bbappend file\n\n"
msg += "Your incorrect assignment is:\n"
msg += "%s\n" % extrapaths
bb.fatal(msg)
bb.warn(msg)
if d.getVar('do_stage', True) is not None:
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))