mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:40:12 +00: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:
parent
b772c8cde5
commit
e2677471e6
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user