From: Martin Jansa <martin.jansa@gmail.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: Yocto discussion list <yocto@yoctoproject.org>
Subject: Re: [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is "netbase-5.0"
Date: Fri, 19 Apr 2013 16:25:09 +0200 [thread overview]
Message-ID: <20130419142509.GJ2489@jama> (raw)
In-Reply-To: <alpine.DEB.2.02.1304191016030.5451@oneiric>
[-- Attachment #1: Type: text/plain, Size: 1354 bytes --]
On Fri, Apr 19, 2013 at 10:17:10AM -0400, Robert P. J. Day wrote:
> On Fri, 19 Apr 2013, Martin Jansa wrote:
>
> > On Fri, Apr 19, 2013 at 09:35:18AM -0400, Robert P. J. Day wrote:
> > >
> > > The actual files subdirectory name is "netbase-5.0", not "netbase".
> > >
> > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> > >
> > > ---
> > >
> > > same fix was once applied to exactly the same recipe bbappend file
> > > under meta-ti layer.
> > >
> > > diff --git a/recipes-core/netbase/netbase_5.0.bbappend b/recipes-core/netbase/netbase_5.0.bbappend
> > > index 36432f5..a3fbd33 100644
> > > --- a/recipes-core/netbase/netbase_5.0.bbappend
> > > +++ b/recipes-core/netbase/netbase_5.0.bbappend
> > > @@ -1,3 +1,3 @@
> > > -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> > > # Don't forget to bump PRINC if you update the extra files.
> > > PRINC = "1"
> >
> > that's P or use BP, and fix PRINC when you're there..
>
> ok, pedantic question -- the comment suggests you're supposed to
> increment PRINC "if you update the extra files". but i didn't, i just
> made sure they're now being included. i guess that still counts, yes?
I was talking about PRINC := "${@int(PRINC) + 1}"
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-04-19 14:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 13:35 [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is "netbase-5.0" Robert P. J. Day
2013-04-19 13:58 ` Martin Jansa
2013-04-19 14:02 ` Robert P. J. Day
2013-04-19 14:17 ` Robert P. J. Day
2013-04-19 14:25 ` Martin Jansa [this message]
2013-04-19 14:39 ` Robert P. J. Day
2013-04-19 14:45 ` Paul Barker
2013-04-19 16:23 ` Saul Wold
2013-04-20 13:05 ` Paul Barker
2013-04-20 20:35 ` Andrei Gherzan
2013-04-22 20:17 ` Paul Barker
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=20130419142509.GJ2489@jama \
--to=martin.jansa@gmail.com \
--cc=rpjday@crashcourse.ca \
--cc=yocto@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.