]> code.ossystems Code Review - openembedded-core.git/commitdiff
rm_work: The do_setscene task has not existed for years
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jun 2018 10:15:07 +0000 (11:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jun 2018 12:23:10 +0000 (13:23 +0100)
Once, there were do_setscene tasks but this hasn't been the case for years,
drop the old code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rm_work.bbclass

index 07e63c31ad204087df637eb63ea2f54241166113..b45b18ce01b9ed7ad410debe9ccb6fc59568424f 100644 (file)
@@ -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