]> 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>
Wed, 31 Dec 2014 10:17:02 +0000 (10:17 +0000)
commit6fbe9615bd6667b5634fd471e25412fe627acb09
tree8db4d95889349521245826ab6581c9dcf2f1cba2
parent2c327f75c293a68c39b46d72a27248d72ac80996
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.

(From OE-Core rev: cec9725c540c2d54c27092e40d159694cea75b5f)

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