[meta-intel] [meta-minnow][PATCH] xserver-xf86-config: Delete unneeded THISDIR assignment

Khem Raj raj.khem at gmail.com
Mon Aug 10 11:11:51 PDT 2015


This is causing it to spill over THISDIR calculated here into other
search paths in a multi-bsp environment and as a result the other BSP
doesnt get its directories added to FILESPATH

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 -
 1 file changed, 1 deletion(-)

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 b598647..5a5e6e0 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,4 +1,3 @@
 # Setup recommended EMGD settings for the E6xx CPUs. Default to sDVOB, but setup
 # the LVDS as secondary to enable daughter cards adding the second display.
-THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-- 
2.1.4



More information about the meta-intel mailing list