]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-sdk-host: Add LIC_FILES_CHKSUM
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 25 Dec 2010 19:43:01 +0000 (19:43 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 25 Dec 2010 19:43:01 +0000 (19:43 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/recipes-core/tasks/task-sdk-host.bb

index 7bf445386a5bd38741dda5f3eb808ff49e8827f3..45e64eb92518c03e4338d291514f4d53f8967d6e 100644 (file)
@@ -7,6 +7,9 @@ PR = "r9"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
+LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
 inherit nativesdk
 
 PACKAGES = "${PN}"