mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0954ddea3a
commit
4653302940
@@ -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+"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files"
|
||||
DESCRIPTION = "DSSSL stylesheets used to transform SGML and XML DocBook files"
|
||||
HOMEPAGE= "http://docbook.sourceforge.net"
|
||||
# Simple persmissive
|
||||
LICENSE = "DSSSL"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
|
||||
# Released under the MIT license (see packages/COPYING)
|
||||
SUMMARY = "DOS FAT Filesystem Utilities"
|
||||
DESCRIPTION = "DOS FAT Filesystem Utilities"
|
||||
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "Convert LinuxDoc SGML source into other formats"
|
||||
DESCRIPTION = "Convert LinuxDoc SGML source into other formats"
|
||||
HOMEPAGE = "http://packages.debian.org/linuxdoc-tools"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "Qemu helper scripts"
|
||||
DESCRIPTION = "Qemu helper scripts"
|
||||
LICENSE = "GPLv2"
|
||||
RDEPENDS_${PN} = "nativesdk-qemu"
|
||||
PR = "r9"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "A simple post-processor for SGMLS and NSGMLS"
|
||||
DESCRIPTION = "A simple post-processor for SGMLS and NSGMLS"
|
||||
HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
Reference in New Issue
Block a user