]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: don't backfill features that already exist
authorRoss Burton <ross.burton@intel.com>
Sat, 9 Mar 2013 10:33:25 +0000 (10:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Mar 2013 23:50:17 +0000 (23:50 +0000)
commit63c7192119d54b92d908441109ed4e4fff761cba
tree368fa913a46d044104fca1c1416cdbf3e34c8391
parenta207ce735b602b751467eb43e09b958e664a8e81
base.bbclass: don't backfill features that already exist

It's too easy to cause rebuilds because the DISTRO_FEATURES have changed in
meaningless ways (such as re-ordering or duplicate items).  Help stop this by
checking if the feature to be back-filled is already present.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/lib/oe/utils.py