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:58:44 +0000 (14:58 +0000)
commit0587c745693bc4ef4c898ff08d22178259854973
treeecca62ab49091c30bdef6ce6b5401aa17f159378
parent9fa30601a226e5edb0d773992c8a58c71155dfe9
gcc-cross: don't use oe.path.relative

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

(From OE-Core rev: 90c3a0401c566e26d89a5c0410b2a51fe27b95b2)

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