aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-31 18:17:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 15:39:32 +0100
commitdea6a0eb2bf06b3dc47e276a046d8dd828e47228 (patch)
treeaa4313a4b950bce0399b40a4487b5c92206dcd86 /meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
parent6172f1fed9850180a3a84ca62cc0741d132031e4 (diff)
downloadopenembedded-core-dea6a0eb2bf06b3dc47e276a046d8dd828e47228.tar.gz
gthumb: fix parallel build problems
It's possible with a parallel build for make to spin waiting for a file change when it isn't going to. Fix the build rules so this doesn't happen. [YOCTO #2319] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gthumb/gthumb_2.12.4.bb')
-rw-r--r--meta/recipes-gnome/gthumb/gthumb_2.12.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
index 6ab63bb3a8..0414386d8a 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
@@ -4,17 +4,17 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base"
-PR = "r3"
+PR = "r4"
EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
-PARALLEL_MAKEINST=""
-
inherit gnome pkgconfig
SRC_URI[archive.md5sum] = "97fc13221b0c5d80c27a2e25a3a3ac6f"
SRC_URI[archive.sha256sum] = "cf809695230ab8892a078be454a42ade865754c72ec1da7c3d74d4310de54f1d"
+SRC_URI += "file://parallel.patch"
+
do_install_append () {
rm ${D}${libdir}/${BPN}/extensions/*.a
}