diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-10 13:43:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:36 +0100 |
commit | d6dc72c0487bf1b0c8c8b78c3f1d5cf6cd3b2c05 (patch) | |
tree | 5ca26e90b558a0eb97b0abd1ec1359f68285efe7 /meta/recipes-graphics/xorg-proto | |
parent | f29e000832edb7b3467a1dedcdd8579b1201c643 (diff) | |
download | poky-d6dc72c0487bf1b0c8c8b78c3f1d5cf6cd3b2c05.tar.gz |
xorg: remove all traces of XPrint
The XPrint server was removed from Xorg in 2008.
(From OE-Core rev: 5b3748d463a6666c0d8e2624092619da8d8e6328)
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/printproto_1.0.5.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb deleted file mode 100644 index 2c8afbd7e2..0000000000 --- a/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "XP: X Printing extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Printing extension. This extension provides a way for client \ | ||
7 | applications to render to non-display devices." | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=658463213f19b48b81f8672d2696069f \ | ||
11 | file://Print.h;beginline=2;endline=59;md5=db19e065445b3755c09432864dcd8a9b" | ||
12 | |||
13 | PR = "r0" | ||
14 | PE = "1" | ||
15 | |||
16 | SRC_URI[md5sum] = "99d0e25feea2fead7d8325b7000b41c3" | ||
17 | SRC_URI[sha256sum] = "1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a" | ||