diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:50 -0800 |
commit | 36baa90be00d81eb695b71e4ce7cbe17817ea4ea (patch) | |
tree | 5d1d39a920eb23c143015da25b5eceaf77de3cf1 /meta | |
parent | c942f83960cacd0e77882d2579f498f112160400 (diff) | |
download | poky-36baa90be00d81eb695b71e4ce7cbe17817ea4ea.tar.gz |
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 <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.5.35.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | require flex.inc | 1 | require flex.inc |
2 | PR = "r1" | 2 | PR = "r1" |
3 | 3 | LICENSE="BSD" | |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | ||
4 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native" |