diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-06-19 06:33:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-09 10:53:55 +0100 |
commit | 88c4df03a7578b18644a78e3b8dc233174c3134b (patch) | |
tree | fe79d2c073ad5f30a6f2e5d340c9262441106463 /meta/recipes-devtools/icecc-create-env | |
parent | d00bac952f2475a6e09794a604848e4593af3007 (diff) | |
download | poky-88c4df03a7578b18644a78e3b8dc233174c3134b.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 master rev: e87a0c81c77d11f892a34c2d14ffbeb4342d32dd)
(From OE-Core rev: 03afd1cde0c308c079b7e10cbf6424e28a5c4a75)
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/icecc-create-env')
0 files changed, 0 insertions, 0 deletions