mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63819fba7c
commit
cec8b230cf
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Midnight Commander is an ncurses based file manager."
|
||||
SUMMARY = "Midnight Commander is an ncurses based file manager"
|
||||
HOMEPAGE = "http://www.midnight-commander.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
@@ -26,7 +26,7 @@ do_install_append () {
|
||||
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers-perl = "Midnight Commander perl based helper scripts"
|
||||
SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
|
||||
FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
|
||||
${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \
|
||||
${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \
|
||||
@@ -35,13 +35,13 @@ FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.
|
||||
${libexecdir}/mc/extfs.d/uzip"
|
||||
RDEPENDS_${BPN}-helpers-perl = "perl"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers-python = "Midnight Commander python based helper scripts"
|
||||
SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts"
|
||||
FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541"
|
||||
RDEPENDS_${BPN}-helpers-python = "python"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
|
||||
|
||||
DESCRIPTION_${BPN}-fish = "Midnight Commander Fish scripts"
|
||||
SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts"
|
||||
FILES_${BPN}-fish = "${libexecdir}/mc/fish"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Midnight Commander is an ncurses based file manager."
|
||||
SUMMARY = "Midnight Commander is an ncurses based file manager"
|
||||
HOMEPAGE = "http://www.midnight-commander.org/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
|
||||
@@ -24,7 +24,7 @@ do_install_append () {
|
||||
|
||||
PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers-python ${BPN}-helpers ${BPN}-fish"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers-perl = "Midnight Commander perl based helper scripts"
|
||||
SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts"
|
||||
FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \
|
||||
${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \
|
||||
${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \
|
||||
@@ -33,12 +33,12 @@ FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.
|
||||
${libexecdir}/mc/extfs.d/uzip"
|
||||
RDEPENDS_${BPN}-helpers-perl = "perl"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers-python = "Midnight Commander python based helper scripts"
|
||||
SUMMARY_${BPN}-helpers-python = "Midnight Commander Python-based helper scripts"
|
||||
FILES_${BPN}-helpers-python = "${libexecdir}/mc/extfs.d/s3+ ${libexecdir}/mc/extfs.d/uc1541"
|
||||
RDEPENDS_${BPN}-helpers-python = "python"
|
||||
|
||||
DESCRIPTION_${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts"
|
||||
FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
|
||||
|
||||
DESCRIPTION_${BPN}-fish = "Midnight Commander Fish scripts"
|
||||
SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts"
|
||||
FILES_${BPN}-fish = "${libexecdir}/mc/fish"
|
||||
|
||||
Reference in New Issue
Block a user