diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 23:22:20 +0000 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:47 -0800 |
| commit | a15eff008659e8615f217166403b10e649140484 (patch) | |
| tree | fde4e9738167d95ae1e9ebd86449c0b899f4ff8a /meta | |
| parent | 56973ee18b52c2ac8f80fe8458d4680090a3842d (diff) | |
| download | poky-a15eff008659e8615f217166403b10e649140484.tar.gz | |
qemu-config: Fix License checksum issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
| -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 | ||
