mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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:
24
meta/packages/distcc/distcc_2.18.3.bb
Normal file
24
meta/packages/distcc/distcc_2.18.3.bb
Normal 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user