]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe: drop custom implementation of oe.path.relative
authorRoss Burton <ross.burton@intel.com>
Mon, 3 Mar 2014 20:26:19 +0000 (20:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 14:55:26 +0000 (14:55 +0000)
commit1a03cd16401d2926bba902ffc5df30911b5c9394
tree2191caf83a4ca7c43354f756a35d62952834dace
parentfc14983ae62dc4eb9f08e8f172ac51faaa6bcae2
lib/oe: drop custom implementation of oe.path.relative

As we now require Python 2.7 and os.path.relpath() was added in 2.6 we can now
drop the reimplementation in oe.path.

oe.path.relative is simple now a wrapper that changes the order of the arguments
and it's use discouraged.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/path.py