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/gupnp | |
parent | c6f06f478ac229c4619f815b8b313711d47b1551 (diff) | |
download | openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.gz openembedded-core-09ed5de9624be38c0fa5cb3f943691c3b4a50686.tar.bz2 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/gupnp')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 77552086cb..3c8c6983ec 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb @@ -4,7 +4,7 @@ LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" DEPENDS = "glib-2.0 libsoup-2.4 libglade" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ file://introspection.patch" SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a" diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb index c43fdd9e9e..fef907e93c 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" DEPENDS = "gupnp" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" PR = "r0" diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb index 98b2dc0176..008d0f7661 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" PR = "r0" diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb index 9f2d717c76..43a3645dfc 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" -SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ +SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz \ file://introspection.patch" SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" |