Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: openembedded-core@www.linuxtogo.org
Subject: Re: [PATCH] guilt-native: eliminate hardcoded "/usr" in do_install
Date: Tue, 17 May 2011 15:01:12 +0100	[thread overview]
Message-ID: <1305640872.3424.238.camel@rex> (raw)
In-Reply-To: <1305628454.2429.187.camel@phil-desktop>

On Tue, 2011-05-17 at 11:34 +0100, Phil Blundell wrote:
> For some reason guilt-native seems to have gone out of its way to refer explicitly to /usr, which breaks on micro. 
> Let's use ${prefix} instead.
> 
> ---
>  meta/recipes-devtools/guilt/guilt-native_0.33.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
> index 6261330..7d0246e 100644
> --- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
> +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
> @@ -28,5 +28,5 @@ do_compile() {
>  }
> 
>  do_install() {
> -       oe_runmake PREFIX=${D}/${base_prefix}/usr install
> +       oe_runmake PREFIX=${D}/${prefix} install
>  }
> 

Merged to mast thanks.

(again, whitespace on this was corrupted)

Cheers,

Richard




      reply	other threads:[~2011-05-17 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17 10:34 [PATCH] guilt-native: eliminate hardcoded "/usr" in do_install Phil Blundell
2011-05-17 14:01 ` Richard Purdie [this message]

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=1305640872.3424.238.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-core@www.linuxtogo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox