mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:29:11 +00:00
Add PACKAGECONFIG systemd, xserver-xorg now depends in dbus because adds support for systemd-logind, dbus is used by xserver-xorg to communicate with systemd. Add conditional enablement of systemd-logind if DISTRO_FEATURES contains systemd. Remove crosscompile, mips64-compile and present-module because are already in upstream. (From OE-Core rev: 4c33baa4a95aee26c6bf6fd0c7ec827ff63a9e62) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 lines
1.2 KiB
BlitzBasic
33 lines
1.2 KiB
BlitzBasic
require xserver-xorg.inc
|
|
|
|
# Misc build failure for master HEAD
|
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch \
|
|
file://xorg-CVE-2013-6424.patch \
|
|
file://xshmfence-option.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "89620960b13515db8d0a8dbb92a1378a"
|
|
SRC_URI[sha256sum] = "446e0c3ebd556aced78ec0000ba9ae73f1e5317117d497f827afba48b787ce64"
|
|
|
|
# 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 \
|
|
"
|