mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user