diff options
| author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-08-11 19:41:35 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-08-19 19:15:18 -0400 |
| commit | bb82b0b279b8f46fae1442d3f1acd471242242a3 (patch) | |
| tree | 3ee381a14896c1d0fb9dde33b8982f8308726722 | |
| parent | 09d3398e80ac47df013e39d7bc513404ee6817f7 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 7 |
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 @@ | |||
| 1 | PRINC = "2" | 1 | PRINC := "${@int(PRINC) + 1}" |
| 2 | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |
| 3 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | ||
| 4 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | ||
| 5 | |||
