From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] cross.bbclass: Override STAGING_* paths to match cross installation
Date: Mon, 09 Aug 2010 12:12:40 +0100 [thread overview]
Message-ID: <1281352360.16235.525.camel@rex> (raw)
In-Reply-To: <1281336254-11566-1-git-send-email-raj.khem@gmail.com>
Hi Khem,
On Sun, 2010-08-08 at 23:44 -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> classes/cross.bbclass | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/classes/cross.bbclass b/classes/cross.bbclass
> index cf14db1..64f7902 100644
> --- a/classes/cross.bbclass
> +++ b/classes/cross.bbclass
> @@ -50,6 +50,14 @@ exec_prefix = "${prefix}"
> base_sbindir = "${base_prefix}/bin"
> sbindir = "${exec_prefix}/bin"
>
> +# staging should be special for cross
> +STAGING_BINDIR = "${bindir}"
> +STAGING_LIBDIR = "${libdir}"
> +STAGING_INCDIR = "${includedir}"
> +STAGING_ETCDIR = "${sysconfdir}"
> +STAGING_DATADIR = "${datadir}"
> +STAGING_SBINDIR = "${sbindir}"
> +
> do_install () {
> oe_runmake 'DESTDIR=${D}' install
> }
Can you explain a bit more about why is this needed?
Cheers,
Richard
next prev parent reply other threads:[~2010-08-09 11:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-09 6:44 [PATCH] cross.bbclass: Override STAGING_* paths to match cross installation Khem Raj
2010-08-09 11:12 ` Richard Purdie [this message]
2010-08-09 15:48 ` Khem Raj
2010-08-10 14:53 ` Richard Purdie
2010-08-10 18:19 ` Khem Raj
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=1281352360.16235.525.camel@rex \
--to=rpurdie@rpsys.net \
--cc=openembedded-devel@lists.openembedded.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.