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 | openembedded-core-ab2596d8cf2bb97d16c0bcd796f75b38737dc7a0.tar.gz openembedded-core-ab2596d8cf2bb97d16c0bcd796f75b38737dc7a0.tar.bz2 openembedded-core-ab2596d8cf2bb97d16c0bcd796f75b38737dc7a0.zip |
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 @@ DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." HOMEPAGE="http://mtools.linux.lu" -LICENSE="GPL" +LICENSE="GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" PR = "r4" #http://mtools.linux.lu/mtools-${PV}.tar.gz |