blob: cf7a9f9fcda2f72ef92cbd0009feed119823c063 (
plain)
1
2
3
4
5
6
|
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
|