summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb12
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb20
2 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb
deleted file mode 100644
index 63b2c38823..0000000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1require xserver-xorg-lite.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
4
5PR = "r3"
6
7DEPENDS += "font-util"
8
9SRC_URI += "file://crosscompile.patch"
10
11# Misc build failure for master HEAD
12SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb
deleted file mode 100644
index 0194798a10..0000000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1require xserver-xorg.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
4
5PROTO_DEPS += "xf86driproto dri2proto"
6
7DEPENDS += "font-util"
8
9PE = "1"
10PR = "r3"
11
12SRC_URI += "file://crosscompile.patch"
13
14# Misc build failure for master HEAD
15SRC_URI += "file://fix_open_max_preprocessor_error.patch"
16
17SRC_URI[md5sum] = "75f117c74f2ecaf9dd167f6a66ac98de"
18SRC_URI[sha256sum] = "143c7c3d7d4428352e1153dffa34fd64af391f72d30b2a03e911e54e36f00b5d"
19
20EXTRA_OECONF += "--enable-dri --enable-dri2"