diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-01 00:15:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-21 22:45:05 +0200 |
commit | 462a9789b27b105282b99185a26e58f7c523647b (patch) | |
tree | 539e3aae636f56f0ccf9e70f3a9fea172192f12a /conf | |
parent | 2c367f622690f191b4ee5f583a9488156a30134f (diff) |
package.bbclass: fix globbing for mask-like files
When a package contains two files like "name*" and "name*smth" OE can't
properly package those, looping infinetely trying to build file list. The
reason is that first file name globs to two files and OE adds them both
into the list, then globs the first one again and gets two same files, etc.
Fix that.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf')
0 files changed, 0 insertions, 0 deletions