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/calibrateproto_git.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/calibrateproto_git.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb deleted file mode 100644 index eb4b4224ca..0000000000 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XCalibrate: Touchscreen calibration headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the \ | ||
6 | Touchscreen calibration extension." | ||
7 | |||
8 | LICENSE = "MIT-style" | ||
9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ | ||
10 | file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" | ||
11 | |||
12 | SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" | ||
13 | |||
14 | PV = "0.0+git${SRCPV}" | ||
15 | PR = "r2" | ||
16 | |||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \ | ||
18 | file://fix.patch;apply=yes" | ||
19 | S = "${WORKDIR}/git" | ||
20 | UPSTREAM_CHECK_COMMITS = "1" | ||
21 | |||