]> code.ossystems Code Review - openembedded-core.git/commitdiff
guilt: add LIC_FILES_CHKSUM
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Dec 2010 00:56:21 +0000 (16:56 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:31:23 +0000 (14:31 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/guilt/guilt-native_0.33.bb

index 62d91f6953235a6894963074f2ccd919f7b2f6aa..fad0340ecce36b2d563e106b3c82f46cacb9cc9a 100644 (file)
@@ -1,5 +1,7 @@
 DESCRIPTION = "guilt is quilt like tool for git"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
 
 PR = r0
 PV = "0.33"
@@ -27,4 +29,4 @@ do_compile() {
 
 do_install() {
        oe_runmake PREFIX=${D}/${base_prefix}/usr install
-}
\ No newline at end of file
+}