]> code.ossystems Code Review - openembedded-core.git/commit
meson: do not manipulate the environment when looking for python via pkg-config
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 19 Nov 2018 14:55:41 +0000 (15:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jan 2019 20:12:02 +0000 (20:12 +0000)
commitd5f1211b0820d5039ecec932fda92cbe1ba9132e
treeea273fcb029aaf6d526b76315870ac6a9c6a94bd
parent4bcacd05428498158ae2fedc11bf4d6f11824967
meson: do not manipulate the environment when looking for python via pkg-config

meson does it in a way that breaks oe builds (they export a bunch of PKG_CONFIG_ variables)

(From OE-Core rev: f071c5eb0a46b8ac5424c5baeb471a8080d4a078)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch [new file with mode: 0644]