diff options
author | Ross Burton <ross.burton@intel.com> | 2019-10-17 14:38:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 16:30:36 +0100 |
commit | 82ca21d1280b48f26ebee0c751311006b47541aa (patch) | |
tree | db63c8d170812b038390077501ef3e46861899d1 | |
parent | b49803dfe182d3bc68a37505d0096e236cbce532 (diff) | |
download | poky-82ca21d1280b48f26ebee0c751311006b47541aa.tar.gz |
xorgproto: fix summary
(From OE-Core rev: 7346e6d4f584439ed1dc9d228b8bd015da8a6668)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb index 2c7ce2a56c..e3394900c4 100644 --- a/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XCalibrate: Touchscreen calibration headers" | 3 | SUMMARY = "X Window System unified protocol definitions" |
4 | 4 | ||
5 | DESCRIPTION = "This package provides the headers and specification documents defining \ | 5 | DESCRIPTION = "This package provides the headers and specification documents defining \ |
6 | the core protocol and (many) extensions for the X Window System" | 6 | the core protocol and (many) extensions for the X Window System" |