bitbake: fetch2/local: Improve handling of wildcard matches
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2012 21:40:18 +0000 (21:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Nov 2012 10:01:24 +0000 (10:01 +0000)
commitc5f647e33d6201649882a47df216bb6d028ee455
tree7dde831c8ddc43c906abf756155071fa4109b094
parent0610d151c6873979d12edb85767d35c223bfc96f
bitbake: fetch2/local: Improve handling of wildcard matches

Currently wildcard matches end up working by FILESDIR being defined
in the metadata to a default of "." in FILESPATH which is hacky at best.

This patch adds the behaviour into the fetcher so its at least slightly
more explicit.

(Bitbake rev: 07b5f84133ac79aac4e939ea5f24390ad7f940a5)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/local.py