diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
commit | e2b37c86613b94afa9e5b42f6d00373b362be168 (patch) | |
tree | 7a2c0ea03a7b91cae2d0ed5e8467f12b2ea4af81 /meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb | |
parent | b8895b625b8e4624524d76b58dee9fd06d1f1e84 (diff) | |
download | poky-e2b37c86613b94afa9e5b42f6d00373b362be168.tar.gz |
xorgproto: Replace individual depreciated xorg proto recipes with xorgproto
Xorg upstream have replaced the individual xorg proto repositories with one
master repository. This converts to the new system.
The only one not included is calibrateproto which was depreciated entirely
and replaced be xinput. We can drop this entirely.
(From OE-Core rev: 460a2b27af8d023b27703b491331c8cbe7aad0ff)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb deleted file mode 100644 index 46f5c92b61..0000000000 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XKB: X Keyboard extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Keyboard extension. This extension is used to control options related \ | ||
7 | to keyboard handling and layout." | ||
8 | |||
9 | LICENSE = "MIT-style" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ | ||
11 | file://XKBproto.h;beginline=1;endline=25;md5=5744eeff407aeb6e7a1346eebab486a2" | ||
12 | |||
13 | PE = "1" | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||
16 | |||
17 | SRC_URI[md5sum] = "94afc90c1f7bef4a27fdd59ece39c878" | ||
18 | SRC_URI[sha256sum] = "f882210b76376e3fa006b11dbd890e56ec0942bc56e65d1249ff4af86f90b857" | ||