From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 42868E013DF for ; Sun, 11 Aug 2013 20:30:30 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r7C3USUo017509; Sun, 11 Aug 2013 22:30:28 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r7C3USVO011352; Sun, 11 Aug 2013 22:30:28 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Sun, 11 Aug 2013 22:30:28 -0500 Received: from localhost (gtudedge.gt.design.ti.com [158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r7C3USHK010635; Sun, 11 Aug 2013 22:30:28 -0500 Date: Sun, 11 Aug 2013 23:30:28 -0400 From: Denys Dmytriyenko To: Message-ID: <20130812033027.GB29743@edge> References: <1376264495-7627-1-git-send-email-igeiser@devonit.com> <1376264495-7627-2-git-send-email-igeiser@devonit.com> MIME-Version: 1.0 In-Reply-To: <1376264495-7627-2-git-send-email-igeiser@devonit.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 2/2] Fix filespath for dylan X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 03:30:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Sun, Aug 11, 2013 at 07:41:35PM -0400, igeiser@devonit.com wrote: > From: Ian Reinhart Geiser > > 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 > --- > .../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}:" Same here - _append is more appropriate. -- Denys