diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-07 09:54:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:35:54 +0100 |
commit | 2fcce54c839451de96bc1105df5fd2de7dd879b1 (patch) | |
tree | cf0f34eb8152eb96ecd6495f22c5409fe88df9d1 /meta/classes/fontcache.bbclass | |
parent | 1b769a0774db469117bd8b00a7cdf9c9d2fe8bf4 (diff) | |
download | poky-2fcce54c839451de96bc1105df5fd2de7dd879b1.tar.gz |
package: ensure do_split_packages doesn't return duplicates
do_split_package() constructs a list of packages that were created as it
iterates through the files, so if multiple files go into the same package then
the package will be repeated in the output.
Solve this by using a set() to store the created packages so that duplicates are
ignored.
(From OE-Core rev: b251f8b212f16b16b88183cc9a959d8cfa24fe3c)
(From OE-Core rev: 1aff01ddea6db059322939af0284dac370901546)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
0 files changed, 0 insertions, 0 deletions