summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index fd5e018e68..e82db83892 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -110,7 +110,7 @@ do_populate_sysroot[sstate-outputdirs] = "${TMPDIR}/sysroots"
110python do_populate_sysroot_setscene () { 110python do_populate_sysroot_setscene () {
111 sstate_setscene(d) 111 sstate_setscene(d)
112} 112}
113#addtask do_populate_sysroot_setscene 113addtask do_populate_sysroot_setscene
114 114
115 115
116python () { 116python () {