Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] classes/license.bbclass: don't set [dirs] and [cleandirs]
@ 2016-07-14 16:39 Ross Burton
  2016-07-14 16:39 ` [PATCH 2/2] build: don't use $B as the default cwd for functions Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2016-07-14 16:39 UTC (permalink / raw)
  To: openembedded-core

There's no need to set these as the restore from sstate will create the
directories as required.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/classes/license.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index c543637..26c297d 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -668,8 +668,6 @@ do_rootfs[recrdeptask] += "do_populate_lic"
 IMAGE_POSTPROCESS_COMMAND_prepend = "write_deploy_manifest; "
 do_image[recrdeptask] += "do_populate_lic"
 
-do_populate_lic_setscene[dirs] = "${LICSSTATEDIR}/${PN}"
-do_populate_lic_setscene[cleandirs] = "${LICSSTATEDIR}"
 python do_populate_lic_setscene () {
     sstate_setscene(d)
 }
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-14 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 16:39 [PATCH 1/2] classes/license.bbclass: don't set [dirs] and [cleandirs] Ross Burton
2016-07-14 16:39 ` [PATCH 2/2] build: don't use $B as the default cwd for functions Ross Burton
2016-07-14 18:52   ` Leonardo Sandoval
2016-07-14 18:56     ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox