[OE-core] [PATCH 1/2] image-live.bbclass: enable read-only-rootfs IMAGE_FEATURE

2013-06-19 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com enable read-only-rootfs to make /tmp be able to be written when using sysvinit Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/classes/image-live.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/image-live.bbclass

[OE-core] [PATCH 2/2] base-files: create /usr/lib/locale dir

2013-06-19 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Lsbtest shows that /usr/lib/locale dir is lost, so create it Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/recipes-core/base-files/base-files_3.0.14.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2] create /usr/lib/locale dir and enable read-only-rootfs for live image

2013-06-19 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit ea31d45def0e9fc4ed1c1ef92756d807ff59fe72: core-image-weston: add weston-examples to the image (2013-06-18 16:43:16 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] Problem with buildtools-tarball / nativesdk-ncurses / nativesdk-python

2013-06-19 Thread Richard Purdie
On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote: My host system's python version is too old due to the recent changes. So I built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and then installed it. When I switch to the included python it no longer works. I did

Re: [OE-core] State of bitbake world

2013-06-19 Thread Paul Barker
On 11 June 2013 17:04, Martin Jansa martin.ja...@gmail.com wrote: qemuarm Summary: 14 tasks failed: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/ qemux86 Summary: 17 tasks failed:

Re: [OE-core] [PATCH 2/2] strace: update to 4.8

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote: Update strace to 4.8. * Update License file. * Remove the backport patches which are already in version 4.8. * Add file git-version-gen from git repo. Without this file configure fails. * Add libaio and acl to PACKAGECONFIG for target

Re: [OE-core] [PATCH 1/1] wget:fix do_configure failed

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 10:45 +0800, Hongxu Jia wrote: Create a new build enviroment, build wget failed ... configure:34512: checking for libssl configure:34542: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/home/jiahongxu/yocto/build-20130613-qemu/tmp/sysroots/qemux86 -o conftest - O2

Re: [OE-core] State of bitbake world

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:07 +0100, Paul Barker wrote: On 11 June 2013 17:04, Martin Jansa martin.ja...@gmail.com wrote: qemuarm Summary: 14 tasks failed: http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/ qemux86 Summary: 17 tasks failed:

[OE-core] [PATCH 0/3] make DESCRIPTION support newline

2013-06-19 Thread Robert Yang
The following changes since commit 590010a6525b0e1bc1de73e794764e23404591df: core-image-weston: add weston-examples to the image (2013-06-18 17:33:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/newline

[OE-core] [PATCH 1/3] package_rpm.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Robert Yang
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the past, it would be: Foo1\nFoo2 Now: Foo1 Foo2 [YOCTO #4348] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 3/3] package_deb.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Robert Yang
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the past, it would be: Foo1\nFoo2 Now: Foo1 Foo2 [YOCTO #4348] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 2/3] package_ipk.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Robert Yang
The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the past, it would be: Foo1\nFoo2 Now: Foo1 Foo2 [YOCTO #4348] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] Issue of Yocto multilib sdk

2013-06-19 Thread Kumita Bruce
)} \ ${@multilib_pkg_extend(d, libgcc-dev)} \ ${@multilib_pkg_extend(d, libstdc++)} \ ${@multilib_pkg_extend(d, libstdc++-dev)} \ ${@multilib_pkg_extend(d, libstdc++-staticdev)} \ The sdk is generated successfully, I installed poky-eglibc-x86_64-i586-toolchain-gmae-1.4+snapshot-20130619.sh

Re: [OE-core] [PATCH 2/3] package_ipk.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Martin Jansa
On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote: The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the past, it would be: Foo1\nFoo2 Now: Foo1 Foo2 [YOCTO

Re: [OE-core] [PATCH 2/3] package_ipk.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 11:29 +0200, Martin Jansa wrote: On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote: The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the

Re: [OE-core] [PATCH 2/3] package_ipk.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Phil Blundell
On Wed, 2013-06-19 at 11:29 +0200, Martin Jansa wrote: On Wed, Jun 19, 2013 at 05:00:40AM -0400, Robert Yang wrote: The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: DESCRIPTION = Foo1\nFoo2 In the

Re: [OE-core] [RFC] eglibc / glibc and option-groups being deprecated?

2013-06-19 Thread Phil Blundell
On Tue, 2013-06-18 at 16:00 -0500, Mark Hatle wrote: Recently on the eglibc mailing list there has been a discussion about removing the option groups. See: http://www.eglibc.org/archives/patches/msg01268.html For folks who don't know what option-groups are, it's a patch that went into

Re: [OE-core] [PATCH 2/3] package_ipk.bbclass: make DESCRIPTION support newline

2013-06-19 Thread Enrico Scholz
Robert Yang liezhi.yang-cwa4wttnnzf54taoqty...@public.gmane.org writes: The recipe's DESCRIPTION is wrapped automatically by textwrap, make it support newline (\n) to let the user can wrap it manually, e.g.: -ctrlfile.write('Description: %s\n' % summary) -

Re: [OE-core] [PATCH 2/2] strace: update to 4.8

2013-06-19 Thread Kang Kai
On 2013年06月19日 16:13, Richard Purdie wrote: On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote: Update strace to 4.8. * Update License file. * Remove the backport patches which are already in version 4.8. * Add file git-version-gen from git repo. Without this file configure fails. * Add

[OE-core] [PATCH 0/3] V3: Update strace and fix autogen-native build failure

2013-06-19 Thread Kai Kang
V3: Split rename option to a separted commit that can keep history log. V2: update PACKAGECONFIG default definition of strace The following changes since commit 1dd643b142c69ac9035e29bff11d02201638dc65: licences: Add SGI license (2013-06-17 16:45:37 +0100) are available in the git repository

[OE-core] [PATCH 2/3] strace: rename the recipe

2013-06-19 Thread Kai Kang
Because changes too much, git doesn't take update from strace_4.7.bb to strace_4.8.bb as rename. That can't show history log with '--follow'. Split rename to a separate commit to workaround. Be careful, this commit is not buildable. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[OE-core] [PATCH 1/3] autogen-native: fix build failure on overloaded hosts

2013-06-19 Thread Kai Kang
On some overloaded hosts, shell commands of autogen may can not finish in 5 secs. This has caused many build failures, so increase the timeout limit to fix this. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../autogen/autogen-native_5.17.4.bb |3 +-

Re: [OE-core] [PATCH 2/2] strace: update to 4.8

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 19:18 +0800, Kang Kai wrote: On 2013年06月19日 16:13, Richard Purdie wrote: On Wed, 2013-06-19 at 13:34 +0800, Kai Kang wrote: Update strace to 4.8. * Update License file. * Remove the backport patches which are already in version 4.8. * Add file git-version-gen

[OE-core] [PATCH 0/3] Some fixes for packages under recipes-devtools

2013-06-19 Thread Kai Kang
The following changes since commit 1dd643b142c69ac9035e29bff11d02201638dc65: licences: Add SGI license (2013-06-17 16:45:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/devtools

[OE-core] [PATCH 1/3] openjade-native: fix build failure

2013-06-19 Thread Kai Kang
Fix openjade-native build failure when build directory name contains the characters .a. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../openjade/openjade-1.3.2/fix-regex.patch| 32 .../openjade/openjade-native_1.3.2.bb |3 +- 2 files

[OE-core] [PATCH 3/3] python-pygtk: fix parallel compile issue

2013-06-19 Thread Kai Kang
defs.c dependes on gdk-types.defs and gtk-types.defs. When parallel compile, it may fails with: IOError: [Errno 2] No such file or directory: 'gtk-types.defs' Add them to dependences of defs.c to fix this issue. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[OE-core] [PATCH 2/3] python-pygobject: disable parallel install

2013-06-19 Thread Kai Kang
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

Re: [OE-core] [PATCH 2/3] python-pygobject: disable parallel install

2013-06-19 Thread Burton, Ross
On 19 June 2013 12:57, Kai Kang kai.k...@windriver.com wrote: +sRALLEL_MAKEINST = Typo :) Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 3/3] python-pygtk: fix parallel compile issue

2013-06-19 Thread Burton, Ross
On 19 June 2013 12:57, Kai Kang kai.k...@windriver.com wrote: +Upstream-Status: Pending This is clearly an upstream bug, please submit the patch to bugzilla.gnome.org. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall

2013-06-19 Thread Richard Purdie
See the bitbake commit adding the recideptask flag for details of the problem but in summary, we weren't seeing the [depends] of tasks like do_rootfs being taking into account for fetchall. This was leading to not all sources being fetched and this is the OE-Core part of the fix for this problem.

[OE-core] [PATCH] classes/package_tar: fix file ownership within tarballs

2013-06-19 Thread Paul Eggleton
The fakeroot flag wasn't correctly set leading to files within the output tarballs having uid/gid values from the build host instead of the desired target permissions. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/package_tar.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall

2013-06-19 Thread Saul Wold
On 06/19/2013 06:05 AM, Richard Purdie wrote: See the bitbake commit adding the recideptask flag for details of the problem but in summary, we weren't seeing the [depends] of tasks like do_rootfs being taking into account for fetchall. This was leading to not all sources being fetched and this

[OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread joe
From: Joe MacDonald j...@deserted.net Building bdwgc-native on systems with older versions of autoconf (earlier than 2.69) is known to have issues: https://github.com/ivmai/bdwgc/issues/16 An option is to simply mask the errors with m4_pattern_allow(...) for each of the macros, but

Re: [OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:56 -0400, j...@deserted.net wrote: From: Joe MacDonald j...@deserted.net Building bdwgc-native on systems with older versions of autoconf (earlier than 2.69) is known to have issues: https://github.com/ivmai/bdwgc/issues/16 An option is to simply mask the

Re: [OE-core] [PATCH] utility-tasks: Add recideptask flag for fetchall/checkuriall

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 06:54 -0700, Saul Wold wrote: On 06/19/2013 06:05 AM, Richard Purdie wrote: addhandler prexport_handler -prexport_handler bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted +prexport_handler[eventmask] = bb.event.RecipeParsed bb.event.ParseStarted

Re: [OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread Joe MacDonald
Adding the oe-core list back to the cc list since I accidentally dropped the list on my first response. On Wed, Jun 19, 2013 at 10:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-06-19 at 10:15 -0400, Joe MacDonald wrote: On Wed, Jun 19, 2013 at 10:10 AM,

Re: [OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 10:50 -0400, Joe MacDonald wrote: Adding the oe-core list back to the cc list since I accidentally dropped the list on my first response. On Wed, Jun 19, 2013 at 10:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-06-19 at 10:15

[OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Jate Sujjavanich
This allows sstate-cache to be shared between builds in different directories. Differences in the full path were triggering a false positive when there were actually no changes. Signed-off-by: Jate Sujjavanich jate.sujjavan...@myfuelmaster.com --- bitbake/lib/bb/fetch2/__init__.py | 14

Re: [OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread Joe MacDonald
On Wed, Jun 19, 2013 at 11:02 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2013-06-19 at 10:50 -0400, Joe MacDonald wrote: Adding the oe-core list back to the cc list since I accidentally dropped the list on my first response. On Wed, Jun 19, 2013 at 10:37 AM,

[OE-core] [PATCH] bdwgc-native: Add missing pkgconfig DEPENDS

2013-06-19 Thread Richard Purdie
This fixes configure errors like: | configure.ac:70: error: possibly undefined macro: AC_MSG_ERROR | If this token and others are legitimate, please use m4_pattern_allow. | See the Autoconf documentation. | configure.ac:358: error: possibly undefined macro: AS_IF Reproduced with

Re: [OE-core] [PATCH] bdwgc: support configure on autoconf 2.69

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 11:09 -0400, Joe MacDonald wrote: On Wed, Jun 19, 2013 at 11:02 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I have a reproducer: bitbake bdwgc-native pkgconfig-native -c clean; bitbake bdwgc-native

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Paul Eggleton
Hi Jate, On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: This allows sstate-cache to be shared between builds in different directories. Differences in the full path were triggering a false positive when there were actually no changes. Signed-off-by: Jate Sujjavanich

Re: [OE-core] Problem with buildtools-tarball / nativesdk-ncurses / nativesdk-python

2013-06-19 Thread Mark Hatle
On 6/19/13 2:56 AM, Richard Purdie wrote: On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote: My host system's python version is too old due to the recent changes. So I built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and then installed it. When I switch to the

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Paul Eggleton
On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote: Hi Jate, On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: This allows sstate-cache to be shared between builds in different directories. Differences in the full path were triggering a false positive when there were

Re: [OE-core] Problem with buildtools-tarball / nativesdk-ncurses / nativesdk-python

2013-06-19 Thread Mark Hatle
On 6/19/13 10:27 AM, Mark Hatle wrote: On 6/19/13 2:56 AM, Richard Purdie wrote: On Tue, 2013-06-18 at 21:05 -0500, Mark Hatle wrote: My host system's python version is too old due to the recent changes. So I built a temporary python 2.7.3 version. Built the 'buildtools-tarball' and then

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Martin Jansa
On Wed, Jun 19, 2013 at 04:45:55PM +0100, Paul Eggleton wrote: On Wednesday 19 June 2013 16:24:53 Paul Eggleton wrote: Hi Jate, On Wednesday 19 June 2013 11:08:10 Jate Sujjavanich wrote: This allows sstate-cache to be shared between builds in different directories. Differences

[OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-06-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 ++- 1 file

[OE-core] [PATCH] classes/buildhistory: fix error when no packages are installed

2013-06-19 Thread Paul Eggleton
xargs -n1 basename will execute basename even if there are no lines piped into it, causing a basename: missing operand error if no packages are installed, which will happen for the target portion of buildtools-tarball. (xargs' -r option could have been used here, but it is a GNU extension and I

[OE-core] [PATCH] [v2] [dylan] lighttpd: Enabling with systemd

2013-06-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12

Re: [OE-core] [PATCH] Checksums for local files now stored using partial recipe path

2013-06-19 Thread Jate Sujjavanich
On the same machine, I had two identical poky directories. One, I built first to use as the cache source. I then configured the second one to use a SSTATE_MIRRORS pointing to the first. The build of the second would just detect changes and force a rebuild. Running the bitbake-diffsigs tool on

Re: [OE-core] [PATCH 2/3] python-pygobject: disable parallel install

2013-06-19 Thread Kang Kai
On 2013年06月19日 20:08, Burton, Ross wrote: On 19 June 2013 12:57, Kai Kang kai.k...@windriver.com wrote: +sRALLEL_MAKEINST = Typo :) Ross Sorry, will fix :) -- Regards, Neil | Kai Kang ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 3/3] python-pygtk: fix parallel compile issue

2013-06-19 Thread Kang Kai
On 2013年06月19日 20:09, Burton, Ross wrote: On 19 June 2013 12:57, Kai Kang kai.k...@windriver.com wrote: +Upstream-Status: Pending This is clearly an upstream bug, please submit the patch to bugzilla.gnome.org. OK, thanks. Ross -- Regards, Neil | Kai Kang

[OE-core] [PATCH] libx11: enable Xcms by default

2013-06-19 Thread Jonathan Liu
The following do not work if Xcms is not enabled in libx11: - starting xterm and doing ls --color / fails to color code the directories: xterm: Cannot allocate color rgb:5c/5c/ff - xsetroot -solid rgb:5c/5c/ff fails with the following error: xsetroot: unknown color rgb:5c/5c/ff - xsetroot

Re: [OE-core] [PATCH 1/1] wget:fix do_configure failed

2013-06-19 Thread Hongxu Jia
Thank you for your suggestion, I will correct this next time. Thanks, Hongxu On 06/19/2013 04:15 PM, Richard Purdie wrote: On Wed, 2013-06-19 at 10:45 +0800, Hongxu Jia wrote: Create a new build enviroment, build wget failed ... configure:34512: checking for libssl configure:34542:

Re: [OE-core] [oe] State of bitbake world

2013-06-19 Thread Khem Raj
luajit is rather a strange error, HOST_CC can't find sys/types.h or some other common headers. hmmm luajit does not fail here for beaglebone/qemuarm so not much I can help. mplayer2 is failing to find mad.h, this needs the same sort of fix I made to vlc

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-19 Thread Luo Zhenhua-B19537
Ping. -Original Message- From: Luo Zhenhua-B19537 Sent: Tuesday, June 18, 2013 9:26 PM To: 'Richard Purdie'; Randy MacLeod Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527 Subject: RE: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

[OE-core] [PATCH 1/3] openjade-native: fix build failure

2013-06-19 Thread Kai Kang
Fix openjade-native build failure when build directory name contains the characters .a. Signed-off-by: Kai Kang kai.k...@windriver.com --- .../openjade/openjade-1.3.2/fix-regex.patch| 32 .../openjade/openjade-native_1.3.2.bb |3 +- 2 files

[OE-core] [PATCH 0/3] V2: Some fixes for packages under recipes-devtools

2013-06-19 Thread Kai Kang
V2: * fix typo * update upstream-status of python-pygtk/update-dependences-of-defs.c.patch The following changes since commit e04e6dab0afa8f72bf001b0cc106cd13b7694a91: bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:35 +0100) are available in the git repository at:

[OE-core] [PATCH 2/3] python-pygobject: disable parallel install

2013-06-19 Thread Kai Kang
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

[OE-core] [PATCH 3/3] python-pygtk: fix parallel compile issue

2013-06-19 Thread Kai Kang
defs.c dependes on gdk-types.defs and gtk-types.defs. When parallel compile, it may fails with: IOError: [Errno 2] No such file or directory: 'gtk-types.defs' Add them to dependences of defs.c to fix this issue. Signed-off-by: Kai Kang kai.k...@windriver.com ---