]> code.ossystems Code Review - openembedded-core.git/commit
image.py: Fix error in graph sorting
authorPascal Bach <pascal.bach@siemens.com>
Fri, 24 Oct 2014 07:41:10 +0000 (09:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2014 13:00:32 +0000 (13:00 +0000)
commitcec9725c540c2d54c27092e40d159694cea75b5f
tree2522e7498148b9b534bdd529e564afe2a7a1cb69
parent2645c07892abe79f73379b1ca4196f593cb3b330
image.py: Fix error in graph sorting

The graph sorting algorithm for image dependencies does a look for an
occurrence of a searched string instead of comparing the chunk to the
searched string. This leads to the problem that ubifs is recognized as ubi aswell.

This fixes this by splitting up the string into chunks.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/image.py