]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: fix find_layerdir() to return absolute paths
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 7 Nov 2017 20:45:06 +0000 (09:45 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:31 +0000 (17:14 +0000)
commit8d028508bfd68ad272739cab5495811927936ef2
treeb1ba577cc275433dc514422fcfa9d1e6f1281ad2
parent5c89bd0db1b327483f674802740ff21b909e0876
lib/oe/recipeutils: fix find_layerdir() to return absolute paths

find_layerdir() should really return absolute paths, so make it do so.
This fixes devtool finish not deleting files it should do after devtool
upgrade if the specified path is relative, since the devtool finish code
was assuming that find_layerdir() was returning an absolute path.

Fixes [YOCTO #12318].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/lib/oe/recipeutils.py