]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude
authorChristopher Larson <kergoth@gmail.com>
Wed, 23 Oct 2013 22:30:41 +0000 (22:30 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 28 Oct 2013 12:13:34 +0000 (10:13 -0200)
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>
meta-fsl-arm/classes/fsl-eula-unpack.bbclass

index 6660a88407a2acf7b7592dd03c8f9af16d0eabee..0da17c385758605e0852ee1f9fdeb1716fadfc51 100644 (file)
@@ -59,3 +59,5 @@ python do_unpack() {
 
     bb.build.exec_func('fsl_bin_do_unpack', d)
 }
+
+do_unpack[vardepsexclude] += "FSL_EULA_FILE"