mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
The underlying issue with -fno-common was resolved upstream in xserver
21.1.0 onwards[1].
[1] xserver 0148a15da ("compiler.h: don't define inb/outb and friends on mips")
(From OE-Core rev: 74b77ee90efd50a703af76769fac66a0f7c394ca)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
1.1 KiB
BlitzBasic
29 lines
1.1 KiB
BlitzBasic
require xserver-xorg.inc
|
|
|
|
SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch"
|
|
SRC_URI[sha256sum] = "c878d1930d87725d4a5bf498c24f4be8130d5b2646a9fd0f2994deff90116352"
|
|
|
|
# These extensions are now integrated into the server, so declare the migration
|
|
# path for in-place upgrades.
|
|
|
|
RREPLACES:${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|
|
RPROVIDES:${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|
|
RCONFLICTS:${PN} = "${PN}-extension-dri \
|
|
${PN}-extension-dri2 \
|
|
${PN}-extension-record \
|
|
${PN}-extension-extmod \
|
|
${PN}-extension-dbe \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "x11-volatiles", d)}"
|