[oe-commits] Richard Purdie : sstate: Ensure SSTATEPOSTINSTFUNCS is accounted for in signatures

git at git.openembedded.org git at git.openembedded.org
Mon Mar 3 15:49:00 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e07d0d57c4836c60028ebb837435551733f6e898
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e07d0d57c4836c60028ebb837435551733f6e898

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar  3 15:48:01 2014 +0000

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]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/sstate.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index a45fe1e..9e09a73 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -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



More information about the Openembedded-commits mailing list