aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-04-18 08:31:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-24 15:51:33 +0100
commit01e14ae25c133e46603d01a72d0372c111e12f11 (patch)
tree3b3d34a5a1b1715d22700f8506c765e33288b51f /meta/recipes-gnome
parent9c2aa2da7cb9ceec02c5d42d18a623a51f922cea (diff)
downloadopenembedded-core-contrib-01e14ae25c133e46603d01a72d0372c111e12f11.tar.gz
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@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gthumb/gthumb_2.12.4.bb2
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 5c87dc1abe..5821dc4aaf 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"