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:45:52 +0000 |
commit | 46533029401655872a1905c073a6cbb4e7b95333 (patch) | |
tree | 034c00e0253cd3056c7b0958b9da2a1f31507332 /meta/recipes-devtools | |
parent | 0954ddea3a76f19bae9e30d722d9b5351418f0e8 (diff) | |
download | poky-46533029401655872a1905c073a6cbb4e7b95333.tar.gz |
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 <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')
6 files changed, 0 insertions, 6 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 @@ | |||
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 | SUMMARY = "A set of tools for CD recording, including cdrecord" | 4 | SUMMARY = "A set of tools for CD recording, including cdrecord" |
5 | DESCRIPTION = "A set of tools for CD recording, including cdrecord" | ||
6 | HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" | 5 | HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" |
7 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
8 | LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+" | 7 | LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+" |
diff --git a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb index c70e76dd81..e62369003e 100644 --- a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb +++ b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files" | 1 | SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files" |
2 | DESCRIPTION = "DSSSL stylesheets used to transform SGML and XML DocBook files" | ||
3 | HOMEPAGE= "http://docbook.sourceforge.net" | 2 | HOMEPAGE= "http://docbook.sourceforge.net" |
4 | # Simple persmissive | 3 | # Simple persmissive |
5 | LICENSE = "DSSSL" | 4 | LICENSE = "DSSSL" |
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index b7b85f059e..a6a7ddcbd9 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | |||
@@ -2,7 +2,6 @@ | |||
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 | SUMMARY = "DOS FAT Filesystem Utilities" | 4 | SUMMARY = "DOS FAT Filesystem Utilities" |
5 | DESCRIPTION = "DOS FAT Filesystem Utilities" | ||
6 | 5 | ||
7 | SECTION = "base" | 6 | SECTION = "base" |
8 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb index ba9c72e8c7..ea0ffcb921 100644 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" | 1 | SUMMARY = "Convert LinuxDoc SGML source into other formats" |
2 | DESCRIPTION = "Convert LinuxDoc SGML source into other formats" | ||
3 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" | 2 | HOMEPAGE = "http://packages.debian.org/linuxdoc-tools" |
4 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931" |
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index fbf9e771df..fe03b8288a 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "Qemu helper scripts" | 1 | SUMMARY = "Qemu helper scripts" |
2 | DESCRIPTION = "Qemu helper scripts" | ||
3 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
4 | RDEPENDS_${PN} = "nativesdk-qemu" | 3 | RDEPENDS_${PN} = "nativesdk-qemu" |
5 | PR = "r9" | 4 | PR = "r9" |
diff --git a/meta/recipes-devtools/sgmlspl/sgmlspl-native_1.03ii.bb b/meta/recipes-devtools/sgmlspl/sgmlspl-native_1.03ii.bb index 1b612c0f80..be03fc566d 100644 --- a/meta/recipes-devtools/sgmlspl/sgmlspl-native_1.03ii.bb +++ b/meta/recipes-devtools/sgmlspl/sgmlspl-native_1.03ii.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "A simple post-processor for SGMLS and NSGMLS" | 1 | SUMMARY = "A simple post-processor for SGMLS and NSGMLS" |
2 | DESCRIPTION = "A simple post-processor for SGMLS and NSGMLS" | ||
3 | HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html" | 2 | HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html" |
4 | SECTION = "libs" | 3 | SECTION = "libs" |
5 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |