summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2013-10-23 22:30:41 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-28 10:13:20 -0200
commit0b808d4472c1a3f46d31a12e03d6f860809a235b (patch)
tree5c0fc4e24f6740c44316ea7072e7fcfd794880d8
parentc575803a5bf6d2951f4e89e116a92c8aab5ec125 (diff)
downloadmeta-fsl-arm-0b808d4472c1a3f46d31a12e03d6f860809a235b.tar.gz
fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude
FSL_EULA_FILE is defined with :=, which means it contains a full absolute path to the layer directory. If this is allowed to make it into the task checksum, it becomes impossible to use the shared states for these recipes without having meta-fsl-arm in the exact same path in the filesystem it was in when the sstate archives were created. Add FSL_EULA_FILE to do_unpack[vardepsexclude]. Signed-off-by: Christopher Larson <kergoth@gmail.com>
-rw-r--r--classes/fsl-eula-unpack.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass
index 6660a88..0da17c3 100644
--- a/classes/fsl-eula-unpack.bbclass
+++ b/classes/fsl-eula-unpack.bbclass
@@ -59,3 +59,5 @@ python do_unpack() {
59 59
60 bb.build.exec_func('fsl_bin_do_unpack', d) 60 bb.build.exec_func('fsl_bin_do_unpack', d)
61} 61}
62
63do_unpack[vardepsexclude] += "FSL_EULA_FILE"