[meta-ti] Ian Reinhart Geiser : formfactor: Fix filespath usage
Arago Project git
git at arago-project.org
Mon Aug 19 17:12:49 PDT 2013
Module: meta-ti
Branch: dylan
Commit: acf1d6a980186321e4467b9849bb9cb8d5dd8396
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=acf1d6a980186321e4467b9849bb9cb8d5dd8396
Author: Ian Reinhart Geiser <igeiser at devonit.com>
Date: Sun Aug 11 19:41:34 2013 -0400
formfactor: 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 at devonit.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/formfactor/formfactor_0.0.bbappend | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend
index 4b8d0e6..491d403 100644
--- a/recipes-bsp/formfactor/formfactor_0.0.bbappend
+++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend
@@ -1,3 +1,2 @@
-THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
-FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
-
+PRINC := "${@int(PRINC) + 1}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
More information about the meta-ti
mailing list