summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-proto
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-18 10:21:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-18 12:28:54 +0200
commitdde0dbff882202068f41a761c74cd417caad5de1 (patch)
tree3ca2c7ff407b462e575af76246df9492f3677676 /meta-oe/recipes-graphics/xorg-proto
parentd3d30a1362a77cf1c19aa5c479327632b5261d94 (diff)
downloadmeta-openembedded-dde0dbff882202068f41a761c74cd417caad5de1.tar.gz
recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core
* be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-proto')
-rw-r--r--meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bb21
-rw-r--r--meta-oe/recipes-graphics/xorg-proto/xextproto_7.2.0.bb19
-rw-r--r--meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc19
-rw-r--r--meta-oe/recipes-graphics/xorg-proto/xproto_7.0.21.bb16
4 files changed, 0 insertions, 75 deletions
diff --git a/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bb b/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bb
deleted file mode 100644
index 004813f668..0000000000
--- a/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1require xorg-proto-common.inc
2SUMMARY = "XFixes: X Fixes extension headers"
3
4DESCRIPTION = "This package provides the wire protocol for the X Fixes \
5extension. This extension is designed to provide server-side support \
6for application work arounds to shortcomings in the core X window \
7system."
8
9
10LICENSE = "MIT & MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=262a7a87da56e66dd639bf7334a110c6 \
12 file://xfixesproto.h;endline=44;md5=3deb31fbde34b96c9f19072b8d854fea"
13
14PE = "1"
15PR = "${INC_PR}.0"
16
17SRC_URI[md5sum] = "e7431ab84d37b2678af71e29355e101d"
18SRC_URI[sha256sum] = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce"
19
20
21CONFLICTS = "fixesext"
diff --git a/meta-oe/recipes-graphics/xorg-proto/xextproto_7.2.0.bb b/meta-oe/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
deleted file mode 100644
index 9272ac1fff..0000000000
--- a/meta-oe/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1require xorg-proto-common.inc
2SUMMARY = "XExt: X Extension headers"
3
4DESCRIPTION = "This package provides the wire protocol for several X \
5extensions. These protocol extensions include DOUBLE-BUFFER, DPMS, \
6Extended-Visual-Information, LBX, MIT_SHM, MIT_SUNDRY-NONSTANDARD, \
7Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, XC-APPGROUP, XC-MISC, \
8XTEST. In addition a small set of utility functions are also \
9available."
10
11LICENSE = "MIT & MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53"
13
14PE = "1"
15PR = "${INC_PR}.0"
16
17SRC_URI[md5sum] = "220732210ceffb01bf1caf970e3b1bfb"
18SRC_URI[sha256sum] = "d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5"
19
diff --git a/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
deleted file mode 100644
index dc6fedf164..0000000000
--- a/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ /dev/null
@@ -1,19 +0,0 @@
1DESCRIPTION = "X protocol headers: ${BPN}"
2HOMEPAGE = "http://www.x.org"
3BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
4SECTION = "x11/libs"
5LICENSE = "MIT-X"
6
7DEPENDS = "util-macros"
8
9ALLOW_EMPTY = "1"
10
11INC_PR = "r2"
12
13SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2"
14
15S = "${WORKDIR}/${BPN}-${PV}"
16
17inherit autotools pkgconfig
18
19BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-graphics/xorg-proto/xproto_7.0.21.bb b/meta-oe/recipes-graphics/xorg-proto/xproto_7.0.21.bb
deleted file mode 100644
index 2bc95097de..0000000000
--- a/meta-oe/recipes-graphics/xorg-proto/xproto_7.0.21.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1require xorg-proto-common.inc
2
3SUMMARY = "Xlib: C Language X interface headers"
4
5DESCRIPTION = "This package provides the basic headers for the X Window \
6System."
7
8LICENSE = "MIT & MIT-style"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b9e051107d5628966739a0b2e9b32676"
10
11PE = "1"
12PR = "${INC_PR}.0"
13
14SRC_URI[md5sum] = "c5a93a69b701cf81925fab02b35b0d0e"
15SRC_URI[sha256sum] = "38ee2f032c3a9e30504593f8b5e6c1161a6629daba93748a71c6f70c16f65548"
16