mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user