summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-04-29 22:59:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-11 10:33:41 +0100
commit1e88c74650a2c860180e780527672385e217d933 (patch)
treec185a11bda5abab9212f6c69a30d15c94b0315f3 /meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb
parentb86f8a0a66f268aec8bb872058e886e99e3111cb (diff)
downloadpoky-1e88c74650a2c860180e780527672385e217d933.tar.gz
xserver-xorg: update 1.18.3 and add PACKAGECONFIG for glamor
* drm-version patch was applied mainline * libsystemd was solved similar to patch upstream * glamor was enhanced twice by Eric Anholt and makes vc4 work on Raspberry Pi * glamor does not link against libegl but won't work without libegl (From OE-Core rev: 7fc6e5e816434fb6e35c137d5440b92a1cc4d9c2) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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.18.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb
new file mode 100644
index 0000000000..27098f105a
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.18.3.bb
@@ -0,0 +1,27 @@
1require xserver-xorg.inc
2
3SRC_URI += "file://musl-arm-inb-outb.patch"
4SRC_URI[md5sum] = "043d720bf2472a65bb8f0daa97f83dfa"
5SRC_URI[sha256sum] = "ea739c22517cdbe2b5f7c0a5fd05fe8a10ac0629003e71c0c7862f4bb60142cd"
6
7# These extensions are now integrated into the server, so declare the migration
8# path for in-place upgrades.
9
10RREPLACES_${PN} = "${PN}-extension-dri \
11 ${PN}-extension-dri2 \
12 ${PN}-extension-record \
13 ${PN}-extension-extmod \
14 ${PN}-extension-dbe \
15 "
16RPROVIDES_${PN} = "${PN}-extension-dri \
17 ${PN}-extension-dri2 \
18 ${PN}-extension-record \
19 ${PN}-extension-extmod \
20 ${PN}-extension-dbe \
21 "
22RCONFLICTS_${PN} = "${PN}-extension-dri \
23 ${PN}-extension-dri2 \
24 ${PN}-extension-record \
25 ${PN}-extension-extmod \
26 ${PN}-extension-dbe \
27 "