summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorIan Reinhart Geiser <igeiser@devonit.com>2013-08-11 19:41:35 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-08-19 19:15:18 -0400
commitbb82b0b279b8f46fae1442d3f1acd471242242a3 (patch)
tree3ee381a14896c1d0fb9dde33b8982f8308726722 /recipes-graphics
parent09d3398e80ac47df013e39d7bc513404ee6817f7 (diff)
downloadmeta-ti-bb82b0b279b8f46fae1442d3f1acd471242242a3.tar.gz
xserver-xf86-config: Fix filespath usage
The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend7
1 files changed, 2 insertions, 5 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 1615df38..491d403e 100644
--- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,5 +1,2 @@
1PRINC = "2" 1PRINC := "${@int(PRINC) + 1}"
2 2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
4FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
5