[oe-commits] [openembedded-core] 08/27: rm_work: The do_setscene task has not existed for years

git at git.openembedded.org git at git.openembedded.org
Tue Jun 19 12:23:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b13a691f1cfc0d68a0f94c343fa3a1b987dbe117
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Jun 19 11:15:07 2018 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/classes/rm_work.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 07e63c3..b45b18c 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list