* [PATCH] insane: Drop do_stage test
@ 2016-01-22 13:07 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-01-22 13:07 UTC (permalink / raw)
To: openembedded-core
do_stage was obsoleted years ago, drop the test now.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index cb65813..fb36d90 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1249,9 +1249,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:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-22 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 13:07 [PATCH] insane: Drop do_stage test Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox