]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 25 Dec 2010 19:43:40 +0000 (19:43 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 25 Dec 2010 19:43:40 +0000 (19:43 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb

index 791465694b4c7491c15261041889b6b41e4359a9..f7f416193b6c13e5e73349360e15fa1d207b8b0c 100644 (file)
@@ -1,10 +1,14 @@
 DESCRIPTION = "Qemu helper scripts from Poky"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 RDEPENDS = "qemu-nativesdk"
 PR = "r8"
 
 FILESPATH = "${FILE_DIRNAME}/qemu-helper"
 
+LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \
+                    file://${POKYBASE}/scripts/poky-qemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b"
+
+
 SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \
            file://${POKYBASE}/scripts/poky-qemu-internal \
            file://${POKYBASE}/scripts/poky-addptable2image \