From 9f79376203d64093b43287a1274867141069dbd8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Feb 2014 16:15:06 +0100 Subject: 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 --- recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 65931e2..3e86645 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -6,7 +6,7 @@ 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/10-evdev.conf " do_install_append_raspberrypi () { install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ -- cgit v1.2.3-54-g00ecf