diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-04-16 09:45:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:33 +0100 |
commit | 0be72c2fb5621d365ff49bbf7e017ce796bd27a0 (patch) | |
tree | bd1ef83fa19cb068255e47809632ef4886e8d55e /meta/classes/module.bbclass | |
parent | 528a25654503b3067e03d05a568c879c130c1e0c (diff) | |
download | poky-0be72c2fb5621d365ff49bbf7e017ce796bd27a0.tar.gz |
python3-native: Fix pip install issue due to unclean build directory
When installing python3-native sometimes pips default build
directory (which is on the host and is user dependant) is left unclean,
due to this, when python3-core is being installed it tries to use
the same directory producing an error, this explicitly removes
what the previous installation might have left behind, fixing the issue.
(From OE-Core rev: c27a5a9ba649e7fcf681f6ac4575442e252fd29b)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/module.bbclass')
0 files changed, 0 insertions, 0 deletions