diff options
Diffstat (limited to 'recipes/distcc/distcc_2.11.bb')
-rw-r--r-- | recipes/distcc/distcc_2.11.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/distcc/distcc_2.11.bb b/recipes/distcc/distcc_2.11.bb new file mode 100644 index 0000000000..4197d2456c --- /dev/null +++ b/recipes/distcc/distcc_2.11.bb @@ -0,0 +1,8 @@ +SECTION = "devel" +LICENSE = "GPLv2" +DESCRIPTION = "distcc is a parallel build system that distributes \ +compilation of C/C++/ObjC code across machines on a network." + +SRC_URI = "http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2" + +inherit autotools |