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:
Koen Kooi 2014-02-14 16:15:06 +01:00 committed by Andrei Gherzan
parent 3f1c7f910d
commit 0a3f86f21a

View File

@ -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/