diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:49:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | a0eeed089a5c185ef721b11828d4a27f0c03791c (patch) | |
tree | 38c67476b3aca653608bf28d554461b128431446 /meta/recipes-connectivity/connman | |
parent | bd9e899d1b07813c78f2dc2e5c46a67937839065 (diff) | |
download | openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.gz openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.bz2 openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.zip |
Various: Switch to KERNELORG_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman_0.65.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index dc5527b026..beeab5c268 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -10,7 +10,7 @@ PR = "r4" RRECOMMENDS_${PN} = "python python-dbus connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi connman-plugin-fake connman-plugin-bluetooth connman-plugin-dnsproxy" -SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ file://connman-gnome.patch \ file://remove-connman-property-desktop-file.patch \ file://service_name_update.patch \ diff --git a/meta/recipes-connectivity/connman/connman_0.65.bb b/meta/recipes-connectivity/connman/connman_0.65.bb index 8bb84a1cf2..6addc95466 100644 --- a/meta/recipes-connectivity/connman/connman_0.65.bb +++ b/meta/recipes-connectivity/connman/connman_0.65.bb @@ -19,7 +19,7 @@ EXTRA_OECONF += "\ --prefix=/usr --sysconfdir=/etc --localstatedir=/var" SRC_URI = "\ - http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ + ${KERNELORG_MIRROR}/pub/linux/network/connman/connman-${PV}.tar.gz \ file://fix-shutdown-ap-disconnect.patch \ file://add_xuser_dbus_permission.patch \ file://connman \ |