[OE-core] [PATCH] insane: Drop do_stage test

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jan 22 13:07:32 UTC 2016


do_stage was obsoleted years ago, drop the test now.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

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:





More information about the Openembedded-core mailing list