]> code.ossystems Code Review - openembedded-core.git/commit
python3: add = to -L linking option only when the path is absolute
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 12 May 2016 13:40:06 +0000 (16:40 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 07:04:11 +0000 (08:04 +0100)
commit3e171c89e929a09e4d511a8f235dd90b7cf0d463
tree85e189a22f341fab7b3b270d586afc8ce46ed565
parent3e751bd05f7033b15e717fa4d56fefd915d2ea0c
python3: add = to -L linking option only when the path is absolute

Previously it was added also when the path was relative and not
prefixed with ./, which was causing issues with building numpy.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-devtools/python/python3/unixccompiler.patch