diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-03 15:48:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-05 15:50:20 +0000 |
commit | 2973c12838b4b91cb5154023caf4044b42c6807a (patch) | |
tree | aabd276e3fb4179f01ca3b867f1f5b3452e990cd /meta/classes | |
parent | 56636dd4e68ac64708c4e8bd705bdd717aaf80cb (diff) | |
download | poky-2973c12838b4b91cb5154023caf4044b42c6807a.tar.gz |
sstate: Ensure SSTATEPOSTINSTFUNCS is accounted for in signatures
Bitbake can't interpret the python execution of these functions so
include the dependency manually.
[YOCTO #4507]
(From OE-Core rev: 39c53d26a1ea0859ca30456b6af0a28b2ea16769)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sstate.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index a45fe1eac2..9e09a736be 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -216,6 +216,7 @@ def sstate_install(ss, d): | |||
216 | bb.utils.unlockfile(lock) | 216 | bb.utils.unlockfile(lock) |
217 | 217 | ||
218 | sstate_install[vardepsexclude] = "SSTATE_DUPWHITELIST STATE_MANMACH SSTATE_MANFILEPREFIX" | 218 | sstate_install[vardepsexclude] = "SSTATE_DUPWHITELIST STATE_MANMACH SSTATE_MANFILEPREFIX" |
219 | sstate_install[vardeps] += "${SSTATEPOSTINSTFUNCS}" | ||
219 | 220 | ||
220 | def sstate_installpkg(ss, d): | 221 | def sstate_installpkg(ss, d): |
221 | import oe.path | 222 | import oe.path |