All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix filespath for dylan
@ 2013-08-11 23:41 igeiser
  2013-08-11 23:41 ` [PATCH 2/2] " igeiser
  2013-08-12  3:30 ` [PATCH 1/2] " Denys Dmytriyenko
  0 siblings, 2 replies; 7+ messages in thread
From: igeiser @ 2013-08-11 23:41 UTC (permalink / raw)
  To: meta-ti

From: Ian Reinhart Geiser <igeiser@devonit.com>

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>
---
 recipes-bsp/formfactor/formfactor_0.0.bbappend |    5 ++---
 1 file 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}:"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-12  4:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 23:41 [PATCH 1/2] Fix filespath for dylan igeiser
2013-08-11 23:41 ` [PATCH 2/2] " igeiser
2013-08-12  3:30   ` Denys Dmytriyenko
2013-08-12  3:30 ` [PATCH 1/2] " Denys Dmytriyenko
2013-08-12  4:03   ` Ian Geiser
2013-08-12  4:10     ` Denys Dmytriyenko
2013-08-12  4:51       ` Ian Geiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.