diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-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: |