From patchwork Mon Nov 14 18:54:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] qemu-config: update DESCRIPTION and LICENSE Date: Mon, 14 Nov 2011 18:54:20 -0000 From: Paul Eggleton X-Patchwork-Id: 14949 Message-Id: <29992929dae092a6c5e6b3346344d5ea6ee613ba.1321296476.git.paul.eggleton@linux.intel.com> To: openembedded-core@lists.openembedded.org * Make the DESCRIPTION more accurate * LICENSE is actually GPLv2 according to the COPYING.GPL file Signed-off-by: Paul Eggleton --- meta/recipes-bsp/qemu-config/qemu-config.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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)"