diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:49:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:04 +0100 |
commit | b880008dc8d15a6c0550fe41ae327863cd6bd5b5 (patch) | |
tree | 386995ce48328dfa0919dfcef4801af465a54af1 /meta/recipes-devtools/mtools | |
parent | 6b731898eac864930345d39ed7d28eccf673c228 (diff) | |
download | poky-b880008dc8d15a6c0550fe41ae327863cd6bd5b5.tar.gz |
mtools: use same SUMMARY as newer version of mtools recipe
(From OE-Core rev: ccd5f4b8635d8771122cbc3173e33c6f568f7520)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index 5f5403a57f..2213c17948 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb | |||
@@ -2,6 +2,7 @@ | |||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | 2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved |
3 | # Released under the MIT license (see packages/COPYING) | 3 | # Released under the MIT license (see packages/COPYING) |
4 | 4 | ||
5 | SUMMARY = "Utilities to access MS-DOS disks without mounting them" | ||
5 | DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." | 6 | DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." |
6 | HOMEPAGE = "http://www.gnu.org/software/mtools/" | 7 | HOMEPAGE = "http://www.gnu.org/software/mtools/" |
7 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |