]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dir
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 2 Nov 2016 03:48:24 +0000 (16:48 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Nov 2016 23:35:23 +0000 (23:35 +0000)
commit61475f0267d40c618ebf36023d0b6414a25975cb
tree73888689c3e3f4de32c3ebdcf079c04987557298
parent89e9d8fc7f99fb6346dc035e51abbc942011d9b5
lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dir

If you use devtool update-recipe with the --append option, and a "local"
(in oe-local-files) has been modified we copy it into the specified
destination layer. With the way the devtool update-recipe code works now
the source is always a temp directory, and printing paths from within
that is just confusing, so if the path starts with the temp directory
then just print the file name alone.

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