xserver-xf86-config: Correctly append to FILES:${PN}

When updating FILES:${PN} based on an override you must use
FILES:${PN}:append:OVERRIDE as the syntax otherwise you will end up
replacing the contents of FILES:${PN} entirely.  Update to use this
syntax correctly and then only add "${sysconfdir}/X11/xorg.conf.d/*"

Reported-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2021-08-13 11:17:38 -04:00 committed by Andrei Gherzan
parent 32921fc9bd
commit fcd7b67d9c

View File

@ -13,4 +13,4 @@ do_install:append:rpi () {
fi fi
} }
FILES:${PN}:rpi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" FILES:${PN}:append:rpi = " ${sysconfdir}/X11/xorg.conf.d/*"