From: Richard Purdie Date: Fri, 22 Jan 2016 13:07:32 +0000 (+0000) Subject: insane: Drop do_stage test X-Git-Tag: 2016-4~1300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=59360521880a6ffbf893235bdc556533fab0a152;p=openembedded-core.git insane: Drop do_stage test do_stage was obsoleted years ago, drop the test now. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2cd5c52032..79d59d608b 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -1253,9 +1253,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: