summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto
diff options
context:
space:
mode:
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>2014-02-14 18:15:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:28:59 +0000
commit8664a2a1f76176eb5195a17478dccb3067c6ea3d (patch)
tree308f64373c3abd048372689e1c1101b0993ac9d4 /meta/recipes-graphics/xorg-proto
parente7d41d3a273adfefc5ca8a3b5562d3cd763739f1 (diff)
downloadpoky-8664a2a1f76176eb5195a17478dccb3067c6ea3d.tar.gz
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Rename SUMMARY with length > 80 to DESCRIPTION. Note: don't bump PR (From OE-Core rev: b5292d4115a4555a66b5e35acdc67dd71fb8577f) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r--meta/recipes-graphics/xorg-proto/presentproto_git.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
index 007824ff8e..bd6c60a82d 100644
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -1,13 +1,11 @@
1require xorg-proto-common.inc 1require xorg-proto-common.inc
2 2
3SUMMARY = "The Present extension provides a way for applications to update their \ 3SUMMARY = "This package provides the basic headers for the X Window System"
4 window contents from a pixmap in a well defined fashion, synchronizing \ 4DESCRIPTION = "The Present extension provides a way for applications to update their \
5 with the display refresh and potentially using a more efficient \ 5 window contents from a pixmap in a well defined fashion, synchronizing \
6 mechanism than copying the contents of the source pixmap.\ 6 with the display refresh and potentially using a more efficient \
7 " 7 mechanism than copying the contents of the source pixmap.\
8 8 "
9DESCRIPTION = "This package provides the basic headers for the X Window \
10System."
11 9
12LICENSE = "GPLv2" 10LICENSE = "GPLv2"
13 11