summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/distcc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-12 10:15:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-12 23:41:01 +0100
commit43607eb1c6cd189eab21b297318aaab40029318c (patch)
treece34aab21532ff2d4f145f9af330b899e8a7e63c /meta/recipes-devtools/distcc
parent477934e5be44194a842352ab80c745606e6a922b (diff)
downloadpoky-43607eb1c6cd189eab21b297318aaab40029318c.tar.gz
distcc: Update SRC_URI
Fixes [YOCTO #1032] The distcc source location moved from samba.org to googlecode.com (From OE-Core rev: eb85a7440e5b313ef550c60545d2dcd12d620c84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/distcc')
-rw-r--r--meta/recipes-devtools/distcc/distcc_2.18.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
index b6b7b7878a..1f5c2af107 100644
--- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb
+++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb
@@ -11,8 +11,8 @@ RRECOMMENDS_${PN} = "avahi-daemon"
11 11
12# Upstream change this patch periodically so store locally 12# Upstream change this patch periodically so store locally
13# http://0pointer.de/public/distcc-avahi.patch 13# http://0pointer.de/public/distcc-avahi.patch
14SRC_URI = "http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2 \ 14SRC_URI = "http://distcc.googlecode.com/files/${PN}-${PV}.tar.bz2 \
15 file://distcc-avahi.patch;patch=1 \ 15 file://distcc-avahi.patch \
16 file://default \ 16 file://default \
17 file://distccmon-gnome.desktop \ 17 file://distccmon-gnome.desktop \
18 file://distcc" 18 file://distcc"