diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 14:45:36 +0100 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:54 -0700 |
| commit | 4d29ef0fa885299392779042830b95176e31fe11 (patch) | |
| tree | ea2376af03bead79e7c07b18903a2a0d75f31d39 /meta/recipes-bsp/qemu-config/qemu-config.bb | |
| parent | e4e00fe47e15bfcb61d2fdfd55cedbeacede7372 (diff) | |
| download | openembedded-core-4d29ef0fa885299392779042830b95176e31fe11.tar.gz openembedded-core-4d29ef0fa885299392779042830b95176e31fe11.tar.bz2 openembedded-core-4d29ef0fa885299392779042830b95176e31fe11.zip | |
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.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/qemu-config/qemu-config.bb')
| -rw-r--r-- | meta/recipes-bsp/qemu-config/qemu-config.bb | 9 |
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 @@ DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)" @@ -11,8 +13,7 @@ SRC_URI = "file://distcc.sh \ file://anjuta-remote-run \ file://exports \ file://shutdown.desktop \ - file://qemu-autostart \ - file://COPYING.GPL" + file://qemu-autostart" S = "${WORKDIR}" |
