aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/oh/qemu-distcc.bb
blob: 26179aca70512ae091ff86d301cbb4c6f3761735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
LICENSE = "GPL"
RDEPENDS = "distcc"

SRC_URI = "file://distcc.sh"
S = "${WORKDIR}"

COMPATIBLE_MACHINE = "(qemuarm|qemux86)"
PACKAGE_ARCH = "all"

do_install() {
    install -d ${D}/etc
    install -d ${D}/etc/profile.d
    install distcc.sh ${D}/etc/profile.d/
}