diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-25 18:50:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:09:39 +0000 |
commit | e1e888585c84175580ad822d4a6c93f62e5ce16c (patch) | |
tree | 21a83f155320b12a6e43a169e1da1ab326f21d92 /meta/recipes-devtools/cdrtools | |
parent | bd8fb95960cfbc9de4b796a4e5b22ef0b0dc1699 (diff) | |
download | openembedded-core-e1e888585c84175580ad822d4a6c93f62e5ce16c.tar.gz openembedded-core-e1e888585c84175580ad822d4a6c93f62e5ce16c.tar.bz2 openembedded-core-e1e888585c84175580ad822d4a6c93f62e5ce16c.zip |
Don't set DESCRIPTION to the same value as SUMMARY
Setting DESCRIPTION to the same value as SUMMARY doesn't do anything,
since the value of DESCRIPTION will be derived from SUMMARY if not
specified.
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/cdrtools')
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb index 2ae3f4ad63..38de407e71 100644 --- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb @@ -2,7 +2,6 @@ # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) SUMMARY = "A set of tools for CD recording, including cdrecord" -DESCRIPTION = "A set of tools for CD recording, including cdrecord" HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" SECTION = "console/utils" LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+" |