[oe-commits] Alexander Kanavin : distcc: update SRC_URI to not use Google Code

git at git.openembedded.org git at git.openembedded.org
Fri Aug 7 03:50:33 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: b372a9b3e3c5b0e73cd343ec8c4f39ec96edf504
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b372a9b3e3c5b0e73cd343ec8c4f39ec96edf504

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Mon Aug  3 19:29:49 2015 +0300

distcc: update SRC_URI to not use Google Code

Google Code is shutting down soon and distcc has moved to github.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
index e4b9313..8ea3cac 100644
--- a/meta/recipes-devtools/distcc/distcc_3.1.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
@@ -17,16 +17,14 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
 
 RRECOMMENDS_${PN} = "avahi-daemon"
 
-SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
+SRC_URI = "git://github.com/distcc/distcc.git \
            file://separatebuilddir.patch \
            file://0001-zeroconf-Include-fcntl.h.patch \
            file://default \
            file://distccmon-gnome.desktop \
            file://distcc \
            file://distcc.service"
-
-SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
-SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
+SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
 
 inherit autotools pkgconfig update-rc.d useradd systemd
 



More information about the Openembedded-commits mailing list