From: igeiser@devonit.com
To: meta-ti@yoctoproject.org
Subject: [PATCH 1/2] Fix filespath for dylan
Date: Sun, 11 Aug 2013 19:41:34 -0400 [thread overview]
Message-ID: <1376264495-7627-1-git-send-email-igeiser@devonit.com> (raw)
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
next reply other threads:[~2013-08-11 23:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-11 23:41 igeiser [this message]
2013-08-11 23:41 ` [PATCH 2/2] Fix filespath for dylan 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376264495-7627-1-git-send-email-igeiser@devonit.com \
--to=igeiser@devonit.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.