summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-12-12 12:11:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-13 22:55:21 +0000
commit1207d6d32e94d2c702b2f470d7e2dcf680e5db68 (patch)
treeb2431dde75e6e858393390cea32a906fe442b441 /meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
parent14d5f46095b134e56bd785a018c77b28a579d7be (diff)
downloadpoky-1207d6d32e94d2c702b2f470d7e2dcf680e5db68.tar.gz
xserver-xorg: Upgrade 1.18.4 -> 1.19.0
* xserver depends on xfont2 now. * xwayland support requires wayland-scanner: Add patch to find wayland-scanner and protocol files while cross-compiling. * patch MONOTONIC_CLOCK check so it works when cross-compiling (otherwise we always end with no monotonic clock and xwayland compile fails) * Add vardepsexclude for MACHINE to ensure consistent hashes (RB) (From OE-Core rev: f9c2b4284fafaa8998bbd2a6f443b0b7b98dafaa) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 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-xserver/xserver-xorg_1.19.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
new file mode 100644
index 0000000000..8725382cc6
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
@@ -0,0 +1,30 @@
1require xserver-xorg.inc
2
3SRC_URI += "file://musl-arm-inb-outb.patch \
4 file://0001-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch \
5 file://0002-configure.ac-Fix-wayland-scanner-and-protocols-locat.patch \
6 "
7SRC_URI[md5sum] = "6a4d01e4e5047ab8f556960424ba1fa9"
8SRC_URI[sha256sum] = "149a708b50befc2d5a40b98d45ddd2ebe0beec018e6d0c663c43bad6210e4da3"
9
10# These extensions are now integrated into the server, so declare the migration
11# path for in-place upgrades.
12
13RREPLACES_${PN} = "${PN}-extension-dri \
14 ${PN}-extension-dri2 \
15 ${PN}-extension-record \
16 ${PN}-extension-extmod \
17 ${PN}-extension-dbe \
18 "
19RPROVIDES_${PN} = "${PN}-extension-dri \
20 ${PN}-extension-dri2 \
21 ${PN}-extension-record \
22 ${PN}-extension-extmod \
23 ${PN}-extension-dbe \
24 "
25RCONFLICTS_${PN} = "${PN}-extension-dri \
26 ${PN}-extension-dri2 \
27 ${PN}-extension-record \
28 ${PN}-extension-extmod \
29 ${PN}-extension-dbe \
30 "