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/bluez | |
parent | bd9e899d1b07813c78f2dc2e5c46a67937839065 (diff) | |
download | openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.gz openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.bz2 openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.tar.xz openembedded-core-a0eeed089a5c185ef721b11828d4a27f0c03791c.zip |
Various: Switch to KERNELORG_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.82.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.82.bb b/meta/recipes-connectivity/bluez/bluez4_4.82.bb index 9189a585f..d10220c09 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.82.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.82.bb @@ -19,7 +19,7 @@ ASNEEDED = "" PR = "r0" SRC_URI = "\ - http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ + ${KERNELORG_MIRROR}/pub/linux/bluetooth/bluez-${PV}.tar.gz \ file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \ file://sbc-thumb.patch;patch=1 \ file://bluetooth.conf \ |