summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 22:33:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 22:36:25 +0000
commit257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823 (patch)
tree84acaf4fdc191358a7f1bd2a6a991a00a46bdde2 /meta/recipes-connectivity/telepathy
parent4f5b57c67eec42f52a282f3d0dcafc0eff72cc3b (diff)
downloadpoky-257a9edb4b6a12cc1c990f6bb2d8e5a6fb560823.tar.gz
Update SRC_URIs to use BPN instead of PN
[YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb2
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb
index cbc7234aba..0ee3ca85fc 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb
@@ -7,7 +7,7 @@ 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"
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" 10SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz"
11 11
12SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" 12SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331"
13SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3" 13SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3"
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 7c83393899..8182362625 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 6
7RDEPENDS_${PN} += "python-dbus" 7RDEPENDS_${PN} += "python-dbus"
8 8
9SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz \ 9SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \
10 file://parallel_make.patch" 10 file://parallel_make.patch"
11 11
12PR = "r1" 12PR = "r1"