diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 13:07:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-23 23:04:40 +0000 |
commit | 59360521880a6ffbf893235bdc556533fab0a152 (patch) | |
tree | cf891d6513931cd8fa85719c312fca36357982a9 /meta/classes | |
parent | f4ec14b986fee791da33b8900c28c956f17b28b0 (diff) | |
download | openembedded-core-59360521880a6ffbf893235bdc556533fab0a152.tar.gz openembedded-core-59360521880a6ffbf893235bdc556533fab0a152.tar.bz2 openembedded-core-59360521880a6ffbf893235bdc556533fab0a152.zip |
insane: Drop do_stage test
do_stage was obsoleted years ago, drop the test now.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
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: |