summaryrefslogtreecommitdiffstats
path: root/meta/classes/sstate.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r--meta/classes/sstate.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index d5a0b04d77..b48504429f 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -815,6 +815,9 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
815 # Target populate_sysroot need their dependencies 815 # Target populate_sysroot need their dependencies
816 return False 816 return False
817 817
818 if taskdependees[task][1] == 'do_shared_workdir':
819 continue
820
818 # This is due to the [depends] in useradd.bbclass complicating matters 821 # This is due to the [depends] in useradd.bbclass complicating matters
819 # The logic *is* reversed here due to the way hard setscene dependencies are injected 822 # The logic *is* reversed here due to the way hard setscene dependencies are injected
820 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': 823 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':