summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/qemu-config/qemu-config.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 14:45:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:06 +0100
commitf6ae5d8b04f126e4de89b9d98b1bc115bc543869 (patch)
tree7d6514c647f83872c45221457e35f2c25a9d54f9 /meta/recipes-bsp/qemu-config/qemu-config.bb
parent4632f9b3c2ccd232979b065a6423f8f31d0f5fa8 (diff)
downloadpoky-f6ae5d8b04f126e4de89b9d98b1bc115bc543869.tar.gz
qemu-config: relicense as MIT
These files are all trivial in nature; so avoid having to have another copy of COPYING.GPL just for this recipe - especially as it's about to be split apart. (All of the files in SRC_URI have only ever been contributed to by employees of Intel and/or OpenedHand.) (From OE-Core rev: 4d29ef0fa885299392779042830b95176e31fe11) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/qemu-config/qemu-config.bb')
-rw-r--r--meta/recipes-bsp/qemu-config/qemu-config.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb
index 5f7be28a44..ac3e7f3dad 100644
--- a/meta/recipes-bsp/qemu-config/qemu-config.bb
+++ b/meta/recipes-bsp/qemu-config/qemu-config.bb
@@ -1,7 +1,9 @@
1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" 1DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
2 2
3LICENSE = "GPLv2" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6
5 7
6COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" 8COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)"
7 9
@@ -11,8 +13,7 @@ SRC_URI = "file://distcc.sh \
11 file://anjuta-remote-run \ 13 file://anjuta-remote-run \
12 file://exports \ 14 file://exports \
13 file://shutdown.desktop \ 15 file://shutdown.desktop \
14 file://qemu-autostart \ 16 file://qemu-autostart"
15 file://COPYING.GPL"
16 17
17S = "${WORKDIR}" 18S = "${WORKDIR}"
18 19