]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dir paule/devtool-update-recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 2 Nov 2016 03:48:24 +0000 (16:48 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 3 Nov 2016 02:55:25 +0000 (15:55 +1300)
commit3de9e8b258bd0de40ccfa8cf68dc7dfe707f4e30
tree0aa84926907811c93a1549fab42b8e83389e5d67
parent9e31853e4294e146648d9388ecaa8340b19077c4
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>
meta/lib/oe/recipeutils.py