| Submitter | Paul Eggleton |
|---|---|
| Date | Nov. 14, 2011, 6:54 p.m. |
| Message ID | <29992929dae092a6c5e6b3346344d5ea6ee613ba.1321296476.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/14949/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 4baf175..2fd9667 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb @@ -1,6 +1,6 @@ -DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" +DESCRIPTION = "Adds scripts and configuration for development on qemu images" -LICENSE = "GPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)"
* Make the DESCRIPTION more accurate * LICENSE is actually GPLv2 according to the COPYING.GPL file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-bsp/qemu-config/qemu-config.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)