]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_base: don't break existing do_populate_sdk depends
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 30 Jul 2012 23:10:55 +0000 (00:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2012 06:49:09 +0000 (07:49 +0100)
commita87b5d6cab34579cf3abe03f4663d9a72e218397
tree3d155c6d14e66f4f59488d045b959c5c534bc12b
parent02ac0d1b65389e1779d5f95047f761d7a82ef7a4
classes/populate_sdk_base: don't break existing do_populate_sdk depends

We set do_populate_sdk[depends] in populate_sdk_*.bbclass, but since
these are inherited at the top of populate_sdk_base.bbclass, those
values are wiped out by using = at the end of the latter class. Use +=
to avoid this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass