do_stage was obsoleted years ago, drop the test now.
Signed-off-by: Richard Purdie <[email protected]>
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index cb65813..fb36d90 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1249,9 +1249,6 @@ python () {
msg += "%s\n" % extrapaths
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))
-
overrides = d.getVar('OVERRIDES', True).split(':')
pn = d.getVar('PN', True)
if pn in overrides:
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core