From b3de1f1140262d8bd9b31ff08c09cb90b716bae8 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 18 Apr 2012 08:31:17 -0700 Subject: 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. (From OE-Core rev: e933129ddb8ae55d618b5875fca26bc46fcb100b) Signed-off-by: Darren Hart CC: Joshua Lock CC: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-gnome') 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" -- cgit v1.2.3-54-g00ecf