From 02c9c4eded24378d0656ae5a9a7ae2fa9f812c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Burtin?= Date: Fri, 18 Apr 2014 14:42:55 +0200 Subject: [PATCH] xserver-xf86-config: Remove changes of THISDIR and FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Andrei Gherzan --- recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 --- 1 file changed, 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 @@ 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 " do_install_append_raspberrypi () {