From patchwork Fri Apr 20 16:45:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 27/43] gthumb: Disable parallel make for gthumb install Date: Fri, 20 Apr 2012 16:45:18 -0000 From: Saul Wold X-Patchwork-Id: 26211 Message-Id: <8f5a6133a6bdf8043240955ae0762a96bd907db9.1334940120.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Darren Hart 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 CC: Joshua Lock CC: Richard Purdie --- 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"