mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
base.bbclass: Add special stage keyword to override leagcy mode
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -968,6 +968,8 @@ def is_legacy_staging(d):
|
||||
legacy = True
|
||||
if stagefunc is None:
|
||||
legacy = False
|
||||
elif stagefunc.strip() == "use_do_install_for_stage":
|
||||
legacy = False
|
||||
elif stagefunc.strip() == "autotools_stage_all":
|
||||
legacy = False
|
||||
elif stagefunc.strip() == "do_stage_native" and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1":
|
||||
|
||||
Reference in New Issue
Block a user