]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add distcc to poky from OE
authorRichard Purdie <richard@openedhand.com>
Sat, 28 Oct 2006 21:27:55 +0000 (21:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 28 Oct 2006 21:27:55 +0000 (21:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@832 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/distcc/distcc_2.18.3.bb [new file with mode: 0644]

diff --git a/meta/packages/distcc/distcc_2.18.3.bb b/meta/packages/distcc/distcc_2.18.3.bb
new file mode 100644 (file)
index 0000000..124f87f
--- /dev/null
@@ -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"
+
+