From: Richard Purdie Date: Mon, 3 Mar 2014 15:48:01 +0000 (+0000) Subject: sstate: Ensure SSTATEPOSTINSTFUNCS is accounted for in signatures X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2973c12838b4b91cb5154023caf4044b42c6807a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index a45fe1eac22..9e09a736be9 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