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-24 09:40:34 +0000 |
commit | 4833bee9fbded24f7c5933230d83d105c50795cf (patch) | |
tree | 4f2d510201bac6d9d6ce7943ec178541a74010b2 | |
parent | 861c91667d5e6d8d9d6dde8159d4ca28dc82a2cd (diff) | |
download | poky-4833bee9fbded24f7c5933230d83d105c50795cf.tar.gz |
insane: Drop do_stage test
do_stage was obsoleted years ago, drop the test now.
(From OE-Core rev: 59360521880a6ffbf893235bdc556533fab0a152)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 () { | |||
1253 | msg += "%s\n" % extrapaths | 1253 | msg += "%s\n" % extrapaths |
1254 | bb.warn(msg) | 1254 | bb.warn(msg) |
1255 | 1255 | ||
1256 | if d.getVar('do_stage', True) is not None: | ||
1257 | 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)) | ||
1258 | |||
1259 | overrides = d.getVar('OVERRIDES', True).split(':') | 1256 | overrides = d.getVar('OVERRIDES', True).split(':') |
1260 | pn = d.getVar('PN', True) | 1257 | pn = d.getVar('PN', True) |
1261 | if pn in overrides: | 1258 | if pn in overrides: |