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:30:31 +0100 |
commit | e87a0c81c77d11f892a34c2d14ffbeb4342d32dd (patch) | |
tree | 4222f35d2ea94b2d53a1ee19e8463c200d1c41e2 /oe-init-build-env | |
parent | f005670ee8f6d02e0b0517a48b47b364f0bddf2d (diff) | |
download | openembedded-core-e87a0c81c77d11f892a34c2d14ffbeb4342d32dd.tar.gz openembedded-core-e87a0c81c77d11f892a34c2d14ffbeb4342d32dd.tar.bz2 openembedded-core-e87a0c81c77d11f892a34c2d14ffbeb4342d32dd.zip |
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.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions