diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-04-18 08:31:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:09 +0100 |
commit | 688b1ca792a9ce5b3aff3fd3b0fa075fca5a8e81 (patch) | |
tree | 6430ef54ef3f7eb1d380068e9200295bb18fbf01 /meta/recipes-gnome | |
parent | 6a390763b16a9bd0ec76288033f35cf6df05c258 (diff) | |
download | poky-688b1ca792a9ce5b3aff3fd3b0fa075fca5a8e81.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.
(From OE-Core rev: 01e14ae25c133e46603d01a72d0372c111e12f11)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Joshua Lock <josh@linux.intel.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | 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 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" | |||
8 | 8 | ||
9 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" | 9 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" |
10 | 10 | ||
11 | PARALLEL_MAKEINST="" | ||
12 | |||
11 | inherit gnome pkgconfig | 13 | inherit gnome pkgconfig |
12 | 14 | ||
13 | FILES_${PN} += "${datadir}/icons" | 15 | FILES_${PN} += "${datadir}/icons" |