utils.bbclass: skip empty paths when handling FILESEXTRAPATHS
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 19 Aug 2011 12:16:28 +0000 (14:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:23:35 +0000 (18:23 -0700)
commit1555902584563c3ec245f6b96264ea2958fe064e
tree5a75971ff58721713bbdb73b5452697227275207
parent7985593b1e6f228335bc7932c26d28f937494209
utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

* if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:"
  then the one parsed last is causing trailing ':' and that's causing empty element in
  path = extrapaths.split(:) + path
* it's hard to keep all .bbappends from foreign layers to follow this rule, so it's better
  to be able to handle trailing ':'

(From OE-Core rev: 3b5591d423324da076d038ad335af47b616a7903)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utils.bbclass