diff options
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 950be5586d..e74c642aee 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -711,7 +711,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d): | |||
711 | 711 | ||
712 | # This is due to the [depends] in useradd.bbclass complicating matters | 712 | # This is due to the [depends] in useradd.bbclass complicating matters |
713 | # The logic *is* reversed here due to the way hard setscene dependencies are injected | 713 | # The logic *is* reversed here due to the way hard setscene dependencies are injected |
714 | if taskdependees[task][1] == 'do_package' and taskdependees[dep][0].endswith(('shadow-native', 'shadow-sysroot', 'base-passwd')) and taskdependees[dep][1] == 'do_populate_sysroot': | 714 | if taskdependees[task][1] == 'do_package' and taskdependees[dep][0].endswith(('shadow-native', 'shadow-sysroot', 'base-passwd', 'pseudo-native')) and taskdependees[dep][1] == 'do_populate_sysroot': |
715 | continue | 715 | continue |
716 | 716 | ||
717 | # Safe fallthrough default | 717 | # Safe fallthrough default |