diff options
Diffstat (limited to 'meta/recipes-bsp/qemu-config/qemu-config.bb')
-rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb deleted file mode 100644 index 3ed07df91a..0000000000 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | |||
7 | |||
8 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" | ||
9 | |||
10 | PR = "r25" | ||
11 | |||
12 | SRC_URI = "file://distcc.sh" | ||
13 | |||
14 | S = "${WORKDIR}" | ||
15 | |||
16 | do_install() { | ||
17 | install -d ${D}${sysconfdir}/profile.d | ||
18 | install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ | ||
19 | } | ||
20 | |||
21 | RDEPENDS_${PN} = "distcc oprofileui-server bash" | ||
22 | |||
23 | inherit allarch | ||