mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +00:00
xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# Don't forget to bump PRINC if you update the extra files.
|
||||
PRINC = "4"
|
||||
PRINC := "${@int(PRINC) + 5}"
|
||||
|
||||
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
||||
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
|
||||
|
||||
SRC_URI_append_raspberrypi = " file://xorg.conf.d/*"
|
||||
SRC_URI_append_raspberrypi = " file://xorg.conf.d/* "
|
||||
|
||||
CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"
|
||||
|
||||
do_install_append () {
|
||||
do_install_append_raspberrypi () {
|
||||
install -d ${D}/${sysconfdir}/X11/xorg.conf.d/
|
||||
install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/
|
||||
}
|
||||
|
||||
FILES_${PN} += "${sysconfdir}/X11/xorg.conf.d"
|
||||
FILES_${PN}_raspberrypi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*"
|
||||
|
||||
Reference in New Issue
Block a user