mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
xserver-xf86-config: Clean up silly oversight.
* I forgot to append the machine to the SRC_URI_append so left this in a state that would break other BSP layers. Bad John!
This commit is contained in:
parent
58aec28df8
commit
b0e4ba5f7a
|
@ -1,11 +1,11 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
# Don't forget to bump PRINC if you update the extra files.
|
# Don't forget to bump PRINC if you update the extra files.
|
||||||
PRINC = "3"
|
PRINC = "4"
|
||||||
|
|
||||||
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
||||||
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
|
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
|
||||||
|
|
||||||
SRC_URI_append = " file://xorg.conf.d/*"
|
SRC_URI_append_raspberrypi = " file://xorg.conf.d/*"
|
||||||
|
|
||||||
CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"
|
CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf.d/*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user