aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitignore6logstatsplain
-rw-r--r--COPYING.MIT1035logstatsplain
-rw-r--r--MAINTAINERS12447logstatsplain
-rw-r--r--README85logstatsplain
d---------classes6474logstatsplain
d---------conf520logstatsplain
d---------contrib879logstatsplain
d---------docs / usermanual37logstatsplain
d---------files474logstatsplain
d---------recipes66279logstatsplain
-rw-r--r--removal.txt907logstatsplain
d---------site1055logstatsplain
on on the target device" DESCRIPTION = "${SUMMARY}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "file://distcc.sh" S = "${WORKDIR}" # Default to the host machine for a running qemu session DISTCC_HOSTS ?= "192.168.7.1" do_configure() { sed -i "s%@DISTCC_HOSTS@%${DISTCC_HOSTS}%" distcc.sh } do_install() { install -d ${D}${sysconfdir}/profile.d install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ } RDEPENDS:${PN} = "distcc"