All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base.bbclass: Drop unnecessary dirs setting
@ 2016-09-21 21:30 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-09-21 21:30 UTC (permalink / raw)
  To: openembedded-core

${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@linuxfoundation.org>

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 9502a68..e34e25b 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -304,7 +304,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}"
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-21 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 21:30 [PATCH] base.bbclass: Drop unnecessary dirs setting Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.