diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/packaged-staging.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index bd2dc1652c..fe4d938709 100644 --- a/meta/classes/packaged-staging.bbclass +++ b/meta/classes/packaged-staging.bbclass | |||
@@ -23,7 +23,6 @@ PSTAGE_SCAN_CMD ?= "find ${PSTAGE_TMPDIR_STAGE} \( -name "*.la" -o -name "*-conf | |||
23 | 23 | ||
24 | PSTAGE_NATIVEDEPENDS = "\ | 24 | PSTAGE_NATIVEDEPENDS = "\ |
25 | shasum-native \ | 25 | shasum-native \ |
26 | stagemanager-native \ | ||
27 | " | 26 | " |
28 | 27 | ||
29 | BB_STAMP_WHITELIST = "${PSTAGE_NATIVEDEPENDS}" | 28 | BB_STAMP_WHITELIST = "${PSTAGE_NATIVEDEPENDS}" |
@@ -63,10 +62,6 @@ python () { | |||
63 | # Add task dependencies if we're active, otherwise mark packaged staging | 62 | # Add task dependencies if we're active, otherwise mark packaged staging |
64 | # as inactive. | 63 | # as inactive. |
65 | if pstage_allowed: | 64 | if pstage_allowed: |
66 | deps = bb.data.getVarFlag('do_setscene', 'depends', d) or "" | ||
67 | deps += " stagemanager-native:do_populate_sysroot" | ||
68 | bb.data.setVarFlag('do_setscene', 'depends', deps, d) | ||
69 | |||
70 | policy = bb.data.getVar("BB_STAMP_POLICY", d, True) | 65 | policy = bb.data.getVar("BB_STAMP_POLICY", d, True) |
71 | if policy == "whitelist" or policy == "full": | 66 | if policy == "whitelist" or policy == "full": |
72 | deps = bb.data.getVarFlag('do_setscene', 'recrdeptask', d) or "" | 67 | deps = bb.data.getVarFlag('do_setscene', 'recrdeptask', d) or "" |