Add distcc to poky from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@832 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-10-28 21:27:55 +00:00
parent 860b48501c
commit 66d4d1f0b7

View File

@@ -0,0 +1,24 @@
DESCRIPTION = "distcc is a parallel build system that distributes \
compilation of C/C++/ObjC code across machines on a network."
SECTION = "devel"
LICENSE = "GPLv2"
DEPENDS = "avahi gtk+"
RRECOMMENDS = "avahi-daemon"
SRC_URI = "http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2 \
http://0pointer.de/public/distcc-avahi.patch;patch=1"
inherit autotools pkgconfig
EXTRA_OECONF = " --with-gtk "
PACKAGES += "distcc-distmon-gnome"
FILES_${PN} = " ${bindir}/distcc \
${bindir}/distccd \
${bindir}/distccmon-text"
FILES_distcc-distmon-gnome = " ${bindir}/distccmon-gnome \
${datadir}/distcc"