[FIX] fix function for path
The function find_directory_in_children has been modified to set correctly the path if more directory is given as reference (e.g. meta-browser/meta-chromium -> layers/meta-browser/meta-chromium). The function still work if the only given path is the meta-layer executing a child finding process which take to the same solution (e.g. meta-chromium -> layers/meta-browser/meta-chromium). To make all work correctly use meta-layers after layers (e.g. if the layer can be found in layers/meta-browser/meta-chromium -> use only meta-browser/meta-chromium).
Signed-off-by: Carlo Ferriolo carlo.ferriolo@seco.com
Version bump type: [PATCH]
Edited by Nicola Sparnacci