From e8c6cf822889c02b76db03f2e9c6915a1bda1c06 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 23 Oct 2013 22:30:41 +0000 Subject: 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 --- classes/fsl-eula-unpack.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes') 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() { bb.build.exec_func('fsl_bin_do_unpack', d) } + +do_unpack[vardepsexclude] += "FSL_EULA_FILE" -- cgit v1.2.3-54-g00ecf