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>
This commit is contained in:
Michaël Burtin 2014-04-18 14:42:55 +02:00 committed by Andrei Gherzan
parent 2f98f49fab
commit 02c9c4eded

View File

@ -1,8 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
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/10-evdev.conf " SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf "
do_install_append_raspberrypi () { do_install_append_raspberrypi () {