All of lore.kernel.org
 help / color / mirror / Atom feed
From: igeiser@devonit.com
To: meta-ti@yoctoproject.org
Subject: [PATCH 2/2] Fix filespath for dylan
Date: Sun, 11 Aug 2013 19:41:35 -0400	[thread overview]
Message-ID: <1376264495-7627-2-git-send-email-igeiser@devonit.com> (raw)
In-Reply-To: <1376264495-7627-1-git-send-email-igeiser@devonit.com>

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>
---
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    7 ++-----
 1 file 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 1615df3..491d403 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 @@
-PRINC = "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



  reply	other threads:[~2013-08-11 23:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11 23:41 [PATCH 1/2] Fix filespath for dylan igeiser
2013-08-11 23:41 ` igeiser [this message]
2013-08-12  3:30   ` [PATCH 2/2] " 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-2-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.