diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 14:06:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 00:38:01 +0100 |
commit | 02b236c6406c51cc34736a7a51b0d8ccd16b3ab8 (patch) | |
tree | 39bbf31c878c5bc5d3e7f79730ac4a6ba1c7b1a9 /meta/classes/externalsrc.bbclass | |
parent | 897d26a4440a562b909d660f2029b101070dc4d4 (diff) | |
download | poky-02b236c6406c51cc34736a7a51b0d8ccd16b3ab8.tar.gz |
package.bbclass: Fix populate_packages for glob expansion issues
If we put a valid glob like "*/foo/*" into FILES, populate_packages
breaks with a "file exists" message. This is because the glob expansion
does not have "./" prefix however there may already be an entry in
the seen list which does have such a prefix. The easiest/simplest fix
right now is to add the prefix if it doesn't exist which only happens
for certain globs.
(From OE-Core rev: 138c5f3af892e33f576fc7dd268e122b179f82a1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/externalsrc.bbclass')
0 files changed, 0 insertions, 0 deletions