]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross: don't use oe.path.relative
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Mar 2014 16:46:01 +0000 (16:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 14:55:26 +0000 (14:55 +0000)
commit90c3a0401c566e26d89a5c0410b2a51fe27b95b2
treea4a59cbdaaaa9a3e95e1b3f155cbbd17ccfe7869
parent1a03cd16401d2926bba902ffc5df30911b5c9394
gcc-cross: don't use oe.path.relative

Instead of using oe.path.relative, use the Python Standard Library function
os.path.relpath.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-cross.inc