All of lore.kernel.org
 help / color / mirror / Atom feed
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 15:58:44 +0200	[thread overview]
Message-ID: <20130419135843.GH2489@jama> (raw)
In-Reply-To: <alpine.DEB.2.02.1304190932010.4968@oneiric>

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

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..

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-04-19 13:58 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 [this message]
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
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=20130419135843.GH2489@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.