[oe-commits] Darren Hart : gthumb: Disable parallel make for gthumb install

git at git.openembedded.org git at git.openembedded.org
Tue Apr 24 14:58:23 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 01e14ae25c133e46603d01a72d0372c111e12f11
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=01e14ae25c133e46603d01a72d0372c111e12f11

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Wed Apr 18 08:31:17 2012 -0700

gthumb: Disable parallel make for gthumb install

With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install
task hang. Make is spinning at 100% CPU and the build makes no
more progress.

The following work-around proposed by Richard Purdie allows progress
to be made.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Joshua Lock <josh at linux.intel.com>
CC: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gthumb/gthumb_2.12.4.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
index 5c87dc1..5821dc4 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
@@ -8,6 +8,8 @@ PR = "r2"
 
 EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
 
+PARALLEL_MAKEINST=""
+
 inherit gnome pkgconfig
 
 FILES_${PN} += "${datadir}/icons"





More information about the Openembedded-commits mailing list