Now that bitbake is recursing into pre/postfuncs, we need to ensure
the dependencies of these functions is correct. We don't want dependencies
on MACHINE or other related variables. This patch adds in appropriate
variable exclusions to achieve this.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
for lock in locks:
bb.utils.unlockfile(lock)
+sstate_install[vardepsexclude] = "SSTATE_DUPWHITELIST STATE_MANMACH SSTATE_MANFILEPREFIX"
+
def sstate_installpkg(ss, d):
import oe.path
import subprocess
stfile.endswith(rm_nohash):
oe.path.remove(stfile)
+sstate_clean[vardepsexclude] = "SSTATE_MANFILEPREFIX"
+
CLEANFUNCS += "sstate_cleanall"
python sstate_cleanall() {