diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 14:35:04 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 14:35:04 +0800 |
commit | ab2596d8cf2bb97d16c0bcd796f75b38737dc7a0 (patch) | |
tree | b23a3fadfc1b96f105674b2e510ec61b8ef097b6 /meta/recipes-devtools/mtools | |
parent | 20fbe9f33b94ddb2f478a5ad823cb008ed38ae0e (diff) | |
download | poky-ab2596d8cf2bb97d16c0bcd796f75b38737dc7a0.tar.gz |
mtools:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtools')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index 932d88f2a3..faf8317089 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb | |||
@@ -4,7 +4,8 @@ | |||
4 | 4 | ||
5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." | 5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." |
6 | HOMEPAGE="http://mtools.linux.lu" | 6 | HOMEPAGE="http://mtools.linux.lu" |
7 | LICENSE="GPL" | 7 | LICENSE="GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" | ||
8 | PR = "r4" | 9 | PR = "r4" |
9 | 10 | ||
10 | #http://mtools.linux.lu/mtools-${PV}.tar.gz | 11 | #http://mtools.linux.lu/mtools-${PV}.tar.gz |