From 46533029401655872a1905c073a6cbb4e7b95333 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 25 Nov 2013 18:50:47 +0000 Subject: 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. (From OE-Core rev: e1e888585c84175580ad822d4a6c93f62e5ce16c) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/cdrtools') 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+" -- cgit 1.2.3-korg