diff options
author | Ross Burton <ross.burton@intel.com> | 2016-08-22 13:45:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:40 +0100 |
commit | 05c30223b4ce06b2e709cb43e5156c22de3b32e6 (patch) | |
tree | 6110ec33265eb42a0ec9381e5d6ba5a4fa1ed55c /meta/recipes-graphics/xorg-proto | |
parent | bef6e6246b85fe9ef323f964a4f2fabce8c2c5ca (diff) | |
download | poky-05c30223b4ce06b2e709cb43e5156c22de3b32e6.tar.gz |
xorg-proto: remove stale git recipes
These two recipes are old and unmaintained, so remove them to avoid confusion
with the tarball recipes.
(From OE-Core rev: edf5b379b4c111fd9870fb3ae139d88fcd9e752d)
Signed-off-by: Ross Burton <ross.burton@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/dri2proto_git.bb | 18 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/inputproto_git.bb | 19 |
2 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb deleted file mode 100644 index 9074f48d47..0000000000 --- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the Direct \ | ||
6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ | ||
7 | accelerated OpenGL drivers." | ||
8 | |||
9 | SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" | ||
10 | PV = "1.99.3+git${SRCPV}" | ||
11 | PR = "r2" | ||
12 | |||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto" | ||
14 | |||
15 | LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb deleted file mode 100644 index 6520f3bb03..0000000000 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XI: X Input extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Input \ | ||
6 | extension. The extension supports input devices other then the core X \ | ||
7 | keyboard and pointer." | ||
8 | |||
9 | PR = "r1" | ||
10 | PE = "1" | ||
11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" | ||
12 | PV = "1.9.99.12+git${SRCPV}" | ||
13 | |||
14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit gettext | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||