[oe-commits] [openembedded-core] 02/02: base.bbclass: Drop unnecessary dirs setting

git at git.openembedded.org git at git.openembedded.org
Wed Sep 21 21:34:22 UTC 2016


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

commit e9f2fa4bd59406d63c5912c83bc9ff100d3cc894
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Sep 21 22:30:03 2016 +0100

    base.bbclass: Drop unnecessary dirs setting
    
    ${D} is listed in cleandirs so no need to list it in dirs as well.
    The default directory is ${B} so this is a cleanup which should have
    no changes to the execution.
    
    [YOCTO #10017]
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/base.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 5a1bd3a..ea0710f 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -309,7 +309,7 @@ base_do_compile() {
 }
 
 addtask install after do_compile
-do_install[dirs] = "${D} ${B}"
+do_install[dirs] = "${B}"
 # Remove and re-create ${D} so that is it guaranteed to be empty
 do_install[cleandirs] = "${D}"
 

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


More information about the Openembedded-commits mailing list