]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: remove last trace of 10-preload-modules.conf
authorRoss Burton <ross.burton@intel.com>
Fri, 1 Dec 2017 13:44:13 +0000 (13:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 14:36:56 +0000 (14:36 +0000)
This file has been removed but the CONFFILES assignment for it wasn't.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb

index 4c442bc7123f5e31216499f2b40079d5c5ed09a4..5420b7d23e55b8836e6a8c43893d8faaa33d66e1 100644 (file)
@@ -10,7 +10,6 @@ SRC_URI = "file://xorg.conf"
 S = "${WORKDIR}"
 
 CONFFILES_${PN} = "${sysconfdir}/X11/xorg.conf"
-CONFFILES_${PN}_append_libc-musl = " ${sysconfdir}/X11/xorg.conf.d/10-preload-modules.conf"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 ALLOW_EMPTY_${PN} = "1"