From: Richard Purdie Date: Fri, 22 Jan 2016 13:07:32 +0000 (+0000) Subject: insane: Drop do_stage test X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59360521880a6ffbf893235bdc556533fab0a152;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 2cd5c520320..79d59d608b8 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: