From 1b348704a65428d90bae022a7c4aaf813c506a2a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 31 Jul 2012 18:17:06 +0100 Subject: 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] (From OE-Core rev: dea6a0eb2bf06b3dc47e276a046d8dd828e47228) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-gnome/gthumb/gthumb_2.12.4.bb') 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 } -- cgit v1.2.3-54-g00ecf