]> code.ossystems Code Review - openembedded-core.git/commit
python: add explicit directories in py_package_preprocess
authorRoss Burton <ross.burton@intel.com>
Tue, 7 Jul 2015 22:55:15 +0000 (23:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:44 +0000 (15:08 +0100)
commitd9941a2d9b423af2ca3313e8c1357ccfcc9a96a5
treea47cea7deb45f1454fa486e685ab1cf81c2576b3
parentbb458d6c085e4c3d9d4ee8b1fba23600e2d7376b
python: add explicit directories in py_package_preprocess

py_package_preprocess() was using relative paths which mean it depends on
exactly what directory it starts in.  To clarify the code, always use absolute
paths.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3_3.4.3.bb
meta/recipes-devtools/python/python_2.7.9.bb