summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaël Burtin <mburtin@connected-labs.com>2014-04-18 14:42:55 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-05-08 21:21:40 +0300
commit02c9c4eded24378d0656ae5a9a7ae2fa9f812c40 (patch)
treec83a7f45698eeaa4065a260680d233cd1d7e1193
parent2f98f49fab36af880a3f07451c0d5bb41702ba17 (diff)
downloadmeta-raspberrypi-02c9c4eded24378d0656ae5a9a7ae2fa9f812c40.tar.gz
xserver-xf86-config: Remove changes of THISDIR and FILESPATH
THISDIR and FILESPATH are not supposed to be changed from within recipes. This was causing troubles with other bbapend. Change-Id: I7c3c788ddb61b0b790a9fe06f86e4bd93a822c8c Signed-off-by: Michaël Burtin <mburtin@connected-labs.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend3
1 files changed, 0 insertions, 3 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 e37f942..4ca42d6 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,8 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
4FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
5
6SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf " 3SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
7 4
8do_install_append_raspberrypi () { 5do_install_append_raspberrypi () {