diff options
| -rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index e74f2dab46..f91875e74e 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb | |||
| @@ -3,8 +3,9 @@ DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | |||
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | RDEPENDS_${PN} = "distcc task-core-nfs-server oprofileui-server rsync bash" | 6 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" |
| 7 | PR = "r19" | 7 | |
| 8 | PR = "r20" | ||
| 8 | 9 | ||
| 9 | SRC_URI = "file://distcc.sh \ | 10 | SRC_URI = "file://distcc.sh \ |
| 10 | file://anjuta-remote-run \ | 11 | file://anjuta-remote-run \ |
| @@ -15,9 +16,6 @@ SRC_URI = "file://distcc.sh \ | |||
| 15 | 16 | ||
| 16 | S = "${WORKDIR}" | 17 | S = "${WORKDIR}" |
| 17 | 18 | ||
| 18 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" | ||
| 19 | PACKAGE_ARCH = "all" | ||
| 20 | |||
| 21 | do_install() { | 19 | do_install() { |
| 22 | install -d ${D}${sysconfdir}/profile.d | 20 | install -d ${D}${sysconfdir}/profile.d |
| 23 | 21 | ||
| @@ -34,6 +32,9 @@ do_install() { | |||
| 34 | install qemu-autostart ${D}/etc/init.d/ | 32 | install qemu-autostart ${D}/etc/init.d/ |
| 35 | } | 33 | } |
| 36 | 34 | ||
| 35 | RDEPENDS_${PN} = "distcc dbus-x11 task-core-nfs-server oprofileui-server rsync bash" | ||
| 36 | PACKAGE_ARCH = "all" | ||
| 37 | |||
| 37 | inherit update-rc.d | 38 | inherit update-rc.d |
| 38 | 39 | ||
| 39 | INITSCRIPT_NAME = "qemu-autostart" | 40 | INITSCRIPT_NAME = "qemu-autostart" |
