[OE-core] [PATCH] package: ensure do_split_packages doesn't return duplicates

Richard Purdie richard.purdie at linuxfoundation.org
Fri Apr 8 07:01:48 UTC 2016


On Thu, 2016-04-07 at 09:56 +0100, Ross Burton wrote:
> 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.

Is this order sensitive? I know PACKAGES is :(

Cheers,

Richard



More information about the Openembedded-core mailing list