mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
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 <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>
This commit is contained in:
committed by
Richard Purdie
parent
6e93ac2581
commit
b3de1f1140
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user