diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 22:33:13 +0000 |
commit | 09ed5de9624be38c0fa5cb3f943691c3b4a50686 (patch) | |
tree | 4109b29edaf073255755a39278717f27735f9870 /meta/recipes-connectivity/telepathy | |
parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
download | openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.bz2 openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.xz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.zip |
Update SRC_URIs to use BPN instead of PN
[YOCTO #860]
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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 2 |
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 cbc7234ab..0ee3ca85f 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 \ file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9" PR = "r0" -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" +SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz" SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" SRC_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 7c8339389..818236262 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 \ RDEPENDS_${PN} += "python-dbus" -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz \ +SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${P}.tar.gz \ file://parallel_make.patch" PR = "r1" |