summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/distcc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-06-26 16:05:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:28:51 -0700
commitbda0ac2b2d06589d298aa1ef2e86a684218ae76e (patch)
tree0106ec822f4eab41559e292491388ef255ec46a3 /meta/recipes-devtools/distcc
parent5b1d7ca8543adc203fc9ea9c79237debb34ca481 (diff)
downloadpoky-bda0ac2b2d06589d298aa1ef2e86a684218ae76e.tar.gz
distcc: update SRC_URI to not use Google Code
Google Code is shutting down soon and distcc has moved to github. (From OE-Core rev: 1f8587b4ee70d452166548fbb513d7d4e097a455) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@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_3.1.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
index e4b9313d20..f8879c87c5 100644
--- a/meta/recipes-devtools/distcc/distcc_3.1.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
@@ -17,16 +17,15 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
17 17
18RRECOMMENDS_${PN} = "avahi-daemon" 18RRECOMMENDS_${PN} = "avahi-daemon"
19 19
20SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \ 20SRC_URI = "git://github.com/distcc/distcc.git \
21 file://separatebuilddir.patch \ 21 file://separatebuilddir.patch \
22 file://0001-zeroconf-Include-fcntl.h.patch \ 22 file://0001-zeroconf-Include-fcntl.h.patch \
23 file://default \ 23 file://default \
24 file://distccmon-gnome.desktop \ 24 file://distccmon-gnome.desktop \
25 file://distcc \ 25 file://distcc \
26 file://distcc.service" 26 file://distcc.service"
27 27SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
28SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3" 28S = "${WORKDIR}/git"
29SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
30 29
31inherit autotools pkgconfig update-rc.d useradd systemd 30inherit autotools pkgconfig update-rc.d useradd systemd
32 31