summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/distcc/distcc_3.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/distcc/distcc_3.3.3.bb')
-rw-r--r--meta/recipes-devtools/distcc/distcc_3.3.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.3.3.bb b/meta/recipes-devtools/distcc/distcc_3.3.3.bb
index c52f136be8..2a74a068f1 100644
--- a/meta/recipes-devtools/distcc/distcc_3.3.3.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.3.3.bb
@@ -1,6 +1,7 @@
1SUMMARY = "A parallel build system" 1SUMMARY = "A parallel build system"
2DESCRIPTION = "distcc is a parallel build system that distributes \ 2DESCRIPTION = "distcc is a parallel build system that distributes \
3compilation of C/C++/ObjC code across machines on a network." 3compilation of C/C++/ObjC code across machines on a network."
4HOMEPAGE = "https://github.com/distcc/distcc"
4SECTION = "devel" 5SECTION = "devel"
5LICENSE = "GPLv2" 6LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
@@ -14,7 +15,7 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
14 15
15RRECOMMENDS_${PN}-server = "avahi-daemon" 16RRECOMMENDS_${PN}-server = "avahi-daemon"
16 17
17SRC_URI = "git://github.com/distcc/distcc.git \ 18SRC_URI = "git://github.com/distcc/distcc.git;branch=master;protocol=https \
18 file://fix-gnome.patch \ 19 file://fix-gnome.patch \
19 file://separatebuilddir.patch \ 20 file://separatebuilddir.patch \
20 file://default \ 21 file://default \