mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
xserver-xf86-config: don't use wildcards in SRC_URI
It is strongly discouraged to use wildcards in SRC_URI since it breaks when using multiple bbappends and immediate expansion of FILESDIR. This fixes a do_install failure when building with multiple BSPs enabled. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
3f1c7f910d
commit
0a3f86f21a
|
@ -6,7 +6,7 @@ PRINC := "${@int(PRINC) + 5}"
|
||||||
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_raspberrypi = " file://xorg.conf.d/* "
|
SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
|
||||||
|
|
||||||
do_install_append_raspberrypi () {
|
do_install_append_raspberrypi () {
|
||||||
install -d ${D}/${sysconfdir}/X11/xorg.conf.d/
|
install -d ${D}/${sysconfdir}/X11/xorg.conf.d/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user