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:58:44 +0000 (14:58 +0000)
commit9fa30601a226e5edb0d773992c8a58c71155dfe9
treec43d8d757ef97669b97e5fb24107c9728bcc18cc
parente9956b50ca683fa5b28eabaa38a9c1015a7b31d5
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.

(From OE-Core rev: 1a03cd16401d2926bba902ffc5df30911b5c9394)

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/lib/oe/path.py