]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstate: Ensure SSTATEPOSTINSTFUNCS is accounted for in signatures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Mar 2014 15:48:01 +0000 (15:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Mar 2014 15:24:04 +0000 (15:24 +0000)
Bitbake can't interpret the python execution of these functions so
include the dependency manually.

[YOCTO #4507]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index a45fe1eac22f36c04dd819b6d2d175e975ca6d09..9e09a736be9b4d5cd62e1baa96a89e85975e86da 100644 (file)
@@ -216,6 +216,7 @@ def sstate_install(ss, d):
         bb.utils.unlockfile(lock)
 
 sstate_install[vardepsexclude] = "SSTATE_DUPWHITELIST STATE_MANMACH SSTATE_MANFILEPREFIX"
+sstate_install[vardeps] += "${SSTATEPOSTINSTFUNCS}"
 
 def sstate_installpkg(ss, d):
     import oe.path