summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-02-14 16:15:06 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2014-02-21 10:14:01 +0200
commit0a3f86f21aabe1e8d2605f87b31f75092cc4beb1 (patch)
tree1eadda867d4ad222ad36fc6d17b40080204ec63f
parent3f1c7f910dfa95f1699b7ac9d17e27f9fd90ffb6 (diff)
downloadmeta-raspberrypi-0a3f86f21aabe1e8d2605f87b31f75092cc4beb1.tar.gz
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>
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend2
1 files changed, 1 insertions, 1 deletions
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}"
6THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" 6THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
7FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" 7FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
8 8
9SRC_URI_append_raspberrypi = " file://xorg.conf.d/* " 9SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
10 10
11do_install_append_raspberrypi () { 11do_install_append_raspberrypi () {
12 install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ 12 install -d ${D}/${sysconfdir}/X11/xorg.conf.d/