]> code.ossystems Code Review - openembedded-core.git/commit
sstate: list directories in child first order in the manifest file
authorJoshua Lock <josh@linux.intel.com>
Wed, 29 Sep 2010 11:10:57 +0000 (12:10 +0100)
committerJoshua Lock <josh@linux.intel.com>
Wed, 29 Sep 2010 16:10:41 +0000 (17:10 +0100)
commit62fe6dc755d83a4d394cb8a3751fc6172715ee37
treecfac3461ad24a93e457820783508bc388b48f064
parente88a8951bee39954a42cacea0f5662c2ba9070b9
sstate: list directories in child first order in the manifest file

The directory list in the manifest file needs to be sorted such that child
directories are deleted first. Fortunately as the list is generated by walking
the directory tree achieving this is as simple as reversing the directory list.

Fixes [BUGID #269]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sstate.bbclass