aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-11 12:43:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:24:49 +0100
commit918646ca803d56004fb0ab7c21e86cc9cb14513d (patch)
treedaebc108ef265fca83fe94230108a2d9ecf96ce5 /meta/recipes-devtools/git
parent709c603dec19690bcf21034867b815b5679b921a (diff)
downloadopenembedded-core-contrib-918646ca803d56004fb0ab7c21e86cc9cb14513d.tar.gz
sstate.bbclass: make PV to depend on PV variable value
Currently PV is defined in meta/conf/bitbake.conf as a python expression: "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False),d)[1] or '1.0'}". As FILE is whitelisted it causes PV to not depend on it. This causes sstate code to not detect that PV changes when recipe filename changes. Making PV to explicitly depend on PV variable value overrides default behaviour. Instead of depending on python expression bitbake depends on evaluated value of PV variable, which should fix the above mentioned issue. [YOCTO #9806] Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/git')
0 files changed, 0 insertions, 0 deletions