From: Mei Lei Date: Fri, 26 Nov 2010 01:28:35 +0000 (+0800) Subject: flex:Add license checksum and add the license information X-Git-Tag: 2011-1~3726 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36baa90be00d81eb695b71e4ce7cbe17817ea4ea;p=openembedded-core.git flex:Add license checksum and add the license information Add COPYING file checksum to bb file and add the "BSD" information according to the COPYING file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-devtools/flex/flex_2.5.35.bb b/meta/recipes-devtools/flex/flex_2.5.35.bb index eddaa4856f..9b59a7232c 100644 --- a/meta/recipes-devtools/flex/flex_2.5.35.bb +++ b/meta/recipes-devtools/flex/flex_2.5.35.bb @@ -1,4 +1,5 @@ require flex.inc PR = "r1" - +LICENSE="BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" BBCLASSEXTEND = "native"