diff options
author | Michaël Burtin <mburtin@connected-labs.com> | 2014-04-18 14:42:55 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 21:21:40 +0300 |
commit | 02c9c4eded24378d0656ae5a9a7ae2fa9f812c40 (patch) | |
tree | c83a7f45698eeaa4065a260680d233cd1d7e1193 | |
parent | 2f98f49fab36af880a3f07451c0d5bb41702ba17 (diff) | |
download | meta-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.bbappend | 3 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | ||
4 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | ||
5 | |||
6 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf " | 3 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf " |
7 | 4 | ||
8 | do_install_append_raspberrypi () { | 5 | do_install_append_raspberrypi () { |