summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-08 22:08:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:10 +0100
commit82f134101adf0815ad50fe07b226a66b680461a0 (patch)
tree27bcaf42de26d3f0337d564ebb5921ae25a3e135 /meta/recipes-devtools/quilt
parent4ac566250ddbbfae7dc8aaf78a4108b3b4fe2edb (diff)
downloadpoky-82f134101adf0815ad50fe07b226a66b680461a0.tar.gz
meta: simplify over descriptive descriptions in devtools
fix commandline -> command-line typo. according to: https://en.wikipedia.org/wiki/Command-line_interface https://wiki.debian.org/Apt (From OE-Core rev: ca7570d8c32c7cb5e3c620eee732fe070f4c6cb1) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt')
-rw-r--r--meta/recipes-devtools/quilt/quilt.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 61e1c93605..d6d06c049c 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -1,8 +1,7 @@
1SUMMARY = "Tool for working with series of patches" 1SUMMARY = "Tool for working with series of patches"
2DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \ 2DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \
3track of the changes each patch makes. Patches can be applied, un-applied,\ 3track of the changes each patch makes. Patches can be applied, un-applied,\
4refreshed, etc. The key philosophical concept is that your primary output \ 4refreshed, etc."
5is patches."
6HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" 5HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
7SECTION = "devel" 6SECTION = "devel"
8LICENSE = "GPLv2" 7LICENSE = "GPLv2"