]> code.ossystems Code Review - openembedded-core.git/commit
classes/externalsrc: fix setting of deps varflag as a string
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:21 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:53 +0000 (18:12 +0100)
commit47c1ff11a9b8b1e9f40ffb2b3d387252200cf0ec
treea66877a5b8545b8a5cb874f59300f5c01d917a24
parent87bedd137a77c5ac0033a1de4587c40dbe93e81d
classes/externalsrc: fix setting of deps varflag as a string

The value of the deps varflag for tasks is (unusually) expected to be a
list object rather than a space-separated string, hence we cannot use
appendVarFlag() here. This fixes a traceback when parsing the gcc recipe
with externalsrc enabled, for example.

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