summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-04-03 18:49:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 09:54:54 +0100
commit460a2b27af8d023b27703b491331c8cbe7aad0ff (patch)
tree21343068c7581945d26749476761ee4fb345be06 /meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
parent9f4fc40ee19c6555dac8c387272775d2722d4291 (diff)
downloadopenembedded-core-contrib-460a2b27af8d023b27703b491331c8cbe7aad0ff.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. 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/xineramaproto_1.2.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
deleted file mode 100644
index dde7e9db7a..0000000000
--- a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require xorg-proto-common.inc
-
-SUMMARY = "Xinerama: Xinerama extension headers"
-
-DESCRIPTION = "This package provides the wire protocol for the Xinerama \
-extension. This extension is used for retrieving information about \
-physical output devices which may be combined into a single logical X \
-screen."
-
-LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3e397a5326c83d5d0ebf5b3f87163ac6 \
- file://panoramiXproto.h;endline=24;md5=098e0bc089368a988092b3cbda617a57"
-
-PE = "1"
-
-SRC_URI[md5sum] = "9959fe0bfb22a0e7260433b8d199590a"
-SRC_URI[sha256sum] = "977574bb3dc192ecd9c55f59f991ec1dff340be3e31392c95deff423da52485b"
-
-BBCLASSEXTEND = "native nativesdk"