From: Christopher Larson <kergoth@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude
Date: Wed, 23 Oct 2013 15:30:41 -0700 [thread overview]
Message-ID: <1382567441-21101-1-git-send-email-kergoth@gmail.com> (raw)
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>
---
classes/fsl-eula-unpack.bbclass | 2 ++
1 file changed, 2 insertions(+)
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"
--
1.8.3.4
next reply other threads:[~2013-10-23 22:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-23 22:30 Christopher Larson [this message]
2013-10-23 22:31 ` [meta-fsl-arm][PATCH v2] fsl-eula-unpack: add FSL_EULA_FILE to vardepsexclude Chris Larson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382567441-21101-1-git-send-email-kergoth@gmail.com \
--to=kergoth@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.