[oe-commits] [openembedded-core] 03/11: rm_work: Remove redundant 'after' in addtask statement

git at git.openembedded.org git at git.openembedded.org
Sun Sep 1 21:39:24 UTC 2019


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 bad3918467cc979f278a70a00e828704ef885fd4
Author: Jacob Kroon <jacob.kroon at gmail.com>
AuthorDate: Sun Sep 1 07:53:56 2019 +0200

    rm_work: Remove redundant 'after' in addtask statement
    
    Introduced in commit b3de5d5795767a4b8c331fa5040166e7e410eeec.
    
    Signed-off-by: Jacob Kroon <jacob.kroon at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/rm_work.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index c478f4a..a6bd3f7 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -121,7 +121,7 @@ do_rm_work_all () {
 }
 do_rm_work_all[recrdeptask] = "do_rm_work"
 do_rm_work_all[noexec] = "1"
-addtask rm_work_all after before do_build
+addtask rm_work_all before do_build
 
 do_populate_sdk[postfuncs] += "rm_work_populatesdk"
 rm_work_populatesdk () {

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


More information about the Openembedded-commits mailing list