diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-07 09:54:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:53:57 +0100 |
commit | b251f8b212f16b16b88183cc9a959d8cfa24fe3c (patch) | |
tree | 8d5fa10c29534781ae22e3aa57a63c9e77447108 /meta/classes/package_ipk.bbclass | |
parent | ac5d4d42a5903cbcafd7247c282df1cb98f79f08 (diff) | |
download | openembedded-core-b251f8b212f16b16b88183cc9a959d8cfa24fe3c.tar.gz openembedded-core-b251f8b212f16b16b88183cc9a959d8cfa24fe3c.tar.bz2 openembedded-core-b251f8b212f16b16b88183cc9a959d8cfa24fe3c.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
0 files changed, 0 insertions, 0 deletions