diff options
author | Ross Burton <ross.burton@intel.com> | 2017-12-01 13:44:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:36:56 +0000 |
commit | 5caf53cddceafe55d25a9e53843bbcc2012db829 (patch) | |
tree | 6b52376228dad7520173fecc4773ef3011025ada | |
parent | a7cd9d1183be603777fc9c8c448281fe01224f7b (diff) | |
download | openembedded-core-5caf53cddceafe55d25a9e53843bbcc2012db829.tar.gz openembedded-core-5caf53cddceafe55d25a9e53843bbcc2012db829.tar.bz2 openembedded-core-5caf53cddceafe55d25a9e53843bbcc2012db829.zip |
xserver-xf86-config: remove last trace of 10-preload-modules.conf
This file has been removed but the CONFFILES assignment for it wasn't.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb index 4c442bc712..5420b7d23e 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb @@ -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" |