insane: Use a warning for FILEEXTRAPATHS issues for now
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 18:36:45 +0000 (19:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 18:36:49 +0000 (19:36 +0100)
(From OE-Core rev: f907b3a5b414aa53ce8271763f04532d7127006f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 09d9fc1..55bfaf2 100644 (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))