]> code.ossystems Code Review - openembedded-core.git/commit
python-pygobject: disable parallel install
authorKai Kang <kai.kang@windriver.com>
Wed, 19 Jun 2013 10:33:07 +0000 (06:33 -0400)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Jul 2013 09:30:20 +0000 (10:30 +0100)
commit03afd1cde0c308c079b7e10cbf6424e28a5c4a75
treef23340e34b1a2cbb0243b49997ee541ba5f362a4
parentabf0d8d471c90670e76610c91469b139bcc7ea82
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)

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>
meta/recipes-devtools/python/python-pygobject_2.27.91.bb