diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-06-19 06:33:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:53 +0100 |
commit | a0102b35af6af3bdc66ad63f22bb800533a3062c (patch) | |
tree | f269736805d0a3e0d092d6fd7d16225e11420360 /meta/recipes-devtools/python/python-smartpm/smart-metadata-match.patch | |
parent | 1ff6828fe94e0d4f3c6d97b7c6992382767a82e5 (diff) | |
download | poky-a0102b35af6af3bdc66ad63f22bb800533a3062c.tar.gz |
python-pygobject: disable parallel install
The installation of __glib.so is invoked by install-data-am target
which are generated by automake. installing libpyglib-2.0-python is
invoked by install-exec-am.
"make install" will firstly install libpyglib-2.0-python, then install
__glib.so, the sequence should not be broken, since _glib.so has
dependence on libpyglib-2.0-python. But when enable parallel install,
the sequence maybe break then installation fails with:
"/usr/bin/ld: cannot find -lpyglib-2.0-python"
Disable parallel install to fix this issue.
(From OE-Core rev: e87a0c81c77d11f892a34c2d14ffbeb4342d32dd)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm/smart-metadata-match.patch')
0 files changed, 0 insertions, 0 deletions