diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-10 13:49:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:37 +0100 |
commit | ed9bb94f352945d0aef2dd25e03bdc7e2bdeab25 (patch) | |
tree | 4adfdeb036fc210a5a7e8099db97a0c8097a1768 /meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb | |
parent | 13221b222b71fc8afdae819056aea85457a9e02e (diff) | |
download | poky-ed9bb94f352945d0aef2dd25e03bdc7e2bdeab25.tar.gz |
telepathy-idle: fix parallel build
Apply a patch from upstream git, and clean up our other patch so that it
applies.
[ YOCTO #3056 ]
(From OE-Core rev: b0d23a1e3335ccd9bdc5b6512020ff3321619abf)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb index c8163e2e98..c9e8b3b573 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.12.bb | |||
@@ -5,10 +5,11 @@ DEPENDS = "glib-2.0 dbus telepathy-glib openssl" | |||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" | 7 | file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ |
11 | file://fix-svc-gtk-doc.h-target.patch" | 11 | file://fix-svc-gtk-doc.h-target.patch \ |
12 | file://build-fix-for-make-j-safety.patch" | ||
12 | 13 | ||
13 | SRC_URI[md5sum] = "e77e5b84cc8f77cf12d15727c30df366" | 14 | SRC_URI[md5sum] = "e77e5b84cc8f77cf12d15727c30df366" |
14 | SRC_URI[sha256sum] = "5343aede5f68450735be8e835143795d5d95151b64d35fd7a99c2a24a771e33b" | 15 | SRC_URI[sha256sum] = "5343aede5f68450735be8e835143795d5d95151b64d35fd7a99c2a24a771e33b" |