[poky] [PATCH 17/28] guilt: add LIC_FILES_CHKSUM

Saul Wold sgw at linux.intel.com
Thu Dec 23 06:27:15 PST 2010


Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-devtools/guilt/guilt-native_0.33.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
index 62d91f6..fad0340 100644
--- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
@@ -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
+}
-- 
1.7.2.3




More information about the poky mailing list