diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-28 21:28:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:30 +0100 |
commit | a242da91a216d3a2d7a85dc6fa7799bcb648f1ae (patch) | |
tree | 0fa02abf7cae4054cedf69ef440fd76d0fea8f5a /meta/recipes-connectivity/telepathy | |
parent | 8a1114d175040430486734240b49a115c68fd199 (diff) | |
download | poky-a242da91a216d3a2d7a85dc6fa7799bcb648f1ae.tar.gz |
SRC_URI, S: use BPN instead of PN for multilib case
in multilibcase, PN has multilib prefix, so it is not
correct to use PN in SRC_URI and S. instead, we've
dedicately pruned multilib prefix in BPN, so BPN is
the right alternative for PN.
(From OE-Core rev: d6dca85028640034b1a5356920aad3268bd4f1c2)
Signed-off-by: Yu Ke <ke.y@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb index 9351be4554..8bb63e7d77 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.14.3.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf" | 10 | SRC_URI[md5sum] = "fe9a4f781651593fd4afddb343ff50bf" |
11 | SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0" | 11 | SRC_URI[sha256sum] = "62e759084355ac0fce61feb561a7535a6707b223f0d1e4305fd47c83fa5494d0" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb index 5bd4e28adc..bc1fb4e9d0 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.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" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz" | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2" | 12 | SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2" |
13 | SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9" | 13 | SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9" |
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 0a483c489f..ead8dea05b 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 | ||
7 | RDEPENDS_${PN} += "python-dbus" | 7 | RDEPENDS_${PN} += "python-dbus" |
8 | 8 | ||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \ |
10 | file://parallel_make.patch" | 10 | file://parallel_make.patch" |
11 | 11 | ||
12 | PR = "r2" | 12 | PR = "r2" |