summaryrefslogtreecommitdiffstats
path: root/classes
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:34 -0200
commite8c6cf822889c02b76db03f2e9c6915a1bda1c06 (patch)
treea377069bffa29bc530b7748edcc0897e60052cb2 /classes
parent7d2c8a7af12d81556caa162cf3ab6d3207a53d8f (diff)
downloadmeta-fsl-arm-e8c6cf822889c02b76db03f2e9c6915a1bda1c06.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>
Diffstat (limited to 'classes')
-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"