From 184b5c83df9ecdb1891b760155d6a9ce587531ae Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 10 Mar 2011 09:15:06 +0800 Subject: telepathy-python: Fix parallel make issue. There is a missing dependency (creation of "src/_generated" directory) of some tasks. Add it to fix the parallel make issue. [YOCTO #783] Signed-off-by: Dongxiao Xu --- meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb') diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index aefde8c89..7c8339389 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -6,9 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ RDEPENDS_${PN} += "python-dbus" -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " +SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz \ + file://parallel_make.patch" -PR = "r0" +PR = "r1" inherit autotools -- cgit v1.2.3