mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
62fe6dc755
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>