diff options
| -rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index e7ac7e84c0..dbe5d83b09 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" |
| 2 | 2 | ||
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash" | 6 | RDEPENDS = "distcc task-poky-nfs-server oprofileui-server rsync bash" |
| 7 | PR = "r17" | 7 | PR = "r18" |
| 8 | 8 | ||
| 9 | SRC_URI = "file://distcc.sh \ | 9 | SRC_URI = "file://distcc.sh \ |
| 10 | file://anjuta-remote-run \ | 10 | file://anjuta-remote-run \ |
| 11 | file://exports \ | 11 | file://exports \ |
| 12 | file://shutdown.desktop \ | 12 | file://shutdown.desktop \ |
| 13 | file://qemu-autostart" | 13 | file://qemu-autostart \ |
| 14 | file://COPYING.GPL" | ||
| 14 | 15 | ||
| 15 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
| 16 | 17 | ||
