guilt: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2010-12-22 16:56:21 -08:00 committed by Richard Purdie
parent 4b53a2ee5d
commit 4773a66b90
1 changed files with 4 additions and 2 deletions

View 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
}
}