From: Richard Purdie Date: Tue, 19 Jun 2018 10:15:07 +0000 (+0100) Subject: rm_work: The do_setscene task has not existed for years X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13a691f1cfc0d68a0f94c343fa3a1b987dbe117;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rm_work: The do_setscene task has not existed for years Once, there were do_setscene tasks but this hasn't been the case for years, drop the old code. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 07e63c31ad2..b45b18ce01b 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass @@ -50,9 +50,6 @@ do_rm_work () { for j in ${SSTATETASKS} do_shared_workdir do case $i in - *do_setscene*) - break - ;; *sigdata*|*sigbasedata*) i=dummy break