<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 8 April 2016 at 08:01, Richard Purdie <span dir="ltr"><<a href="mailto:richard.purdie@linuxfoundation.org" target="_blank">richard.purdie@linuxfoundation.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2016-04-07 at 09:56 +0100, Ross Burton wrote:<br>
> do_split_package() constructs a list of packages that were created as<br>
> it<br>
> iterates through the files, so if multiple files go into the same<br>
> package then<br>
> the package will be repeated in the output.<br>
><br>
> Solve this by using a set() to store the created packages so that<br>
> duplicates are<br>
> ignored.<br>
<br>
</span>Is this order sensitive? I know PACKAGES is :(<br></blockquote></div><br>The order of the output is based on the order that files are found on disk. I'll review the users in oe-core to verify that nothing there has expectations on the contents beyond a list of package names.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></div>