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:43:48 +0100 |
commit | ccd5f4b8635d8771122cbc3173e33c6f568f7520 (patch) | |
tree | 0bee85936b9575ca00e2a5a4d0ab9c74c370df04 | |
parent | 4fe0ddded508ba9ed90574ef0387b48dce029f3f (diff) | |
download | openembedded-core-ccd5f4b8635d8771122cbc3173e33c6f568f7520.tar.gz openembedded-core-ccd5f4b8635d8771122cbc3173e33c6f568f7520.tar.bz2 openembedded-core-ccd5f4b8635d8771122cbc3173e33c6f568f7520.zip |
mtools: use same SUMMARY as newer version of mtools recipe
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) +SUMMARY = "Utilities to access MS-DOS disks without mounting them" DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." HOMEPAGE = "http://www.gnu.org/software/mtools/" LICENSE = "GPLv2+" |