From 084ec86402bba92418898a4c47667a0574a3b3ee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Aug 2010 20:08:53 +0100 Subject: classes: Disable setscene tasks for initial testing Signed-off-by: Richard Purdie --- meta/classes/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/staging.bbclass') diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index e82db83892..fd5e018e68 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -110,7 +110,7 @@ do_populate_sysroot[sstate-outputdirs] = "${TMPDIR}/sysroots" python do_populate_sysroot_setscene () { sstate_setscene(d) } -addtask do_populate_sysroot_setscene +#addtask do_populate_sysroot_setscene python () { -- cgit v1.2.3-54-g00ecf