]> code.ossystems Code Review - openembedded-core.git/commit
packagegroup-core-lsb: avoid rebuilding when changing layer config
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 16 Mar 2017 09:09:43 +0000 (22:09 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2017 22:11:15 +0000 (22:11 +0000)
commit10dc69467677a4ce2a26aa670bbb9c1d7d783a0e
tree03cfb907b99f67bdf8ef42a6821f4faa9e55d179
parente022b27d189c1dcc7b3baea2b99dba8d724e6e2b
packagegroup-core-lsb: avoid rebuilding when changing layer config

It's regrettable that code in here is referring to BBFILE_COLLECTIONS,
but it is, and the result is that this packagegroup will rebuild simply
by adding or removing a layer which may be completely unrelated to
whether you've got meta-qt4 or not. Add BBFILE_COLLECTIONS to
vardepsexclude for the function to avoid this. (This was flagged up when
testing the new yocto-compat-layer script - it understandably but
undesirably reports it as a change caused by a layer).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb