summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index a37949c7d4..7fe12f965f 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -968,6 +968,8 @@ def is_legacy_staging(d):
968 legacy = True 968 legacy = True
969 if stagefunc is None: 969 if stagefunc is None:
970 legacy = False 970 legacy = False
971 elif stagefunc.strip() == "use_do_install_for_stage":
972 legacy = False
971 elif stagefunc.strip() == "autotools_stage_all": 973 elif stagefunc.strip() == "autotools_stage_all":
972 legacy = False 974 legacy = False
973 elif stagefunc.strip() == "do_stage_native" and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1": 975 elif stagefunc.strip() == "do_stage_native" and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1":