Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] cross-canadian: Copy target_ definitions from cross.bbclass
Date: Thu, 24 Jul 2014 16:22:30 -0500	[thread overview]
Message-ID: <53D17916.8060704@windriver.com> (raw)
In-Reply-To: <1406236178.27697.17.camel@ted>

On 7/24/14, 4:09 PM, Richard Purdie wrote:
> A while back we fixed the cross definitions to work better in multilib
> configurations, apply the same fixes to cross-candian.bbclass
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Tested this

Acked-by: Mark Hatle <mark.hatle@windriver.com>

> diff --git a/meta/classes/cross-canadian.bbclass
> b/meta/classes/cross-canadian.bbclass
> index e536118..6da43fe 100644
> --- a/meta/classes/cross-canadian.bbclass
> +++ b/meta/classes/cross-canadian.bbclass
> @@ -84,11 +84,12 @@ EXTRANATIVEPATH += "chrpath-native"
>   # Path mangling needed by the cross packaging
>   # Note that we use := here to ensure that libdir and includedir are
>   # target paths.
> -target_libdir := "${libdir}"
> -target_includedir := "${includedir}"
> -target_base_libdir := "${base_libdir}"
> +target_base_prefix := "${base_prefix}"
>   target_prefix := "${prefix}"
>   target_exec_prefix := "${exec_prefix}"
> +target_base_libdir = "${target_base_prefix}/${baselib}"
> +target_libdir = "${target_exec_prefix}/${baselib}"
> +target_includedir := "${includedir}"
>
>   # Change to place files in SDKPATH
>   base_prefix = "${SDKPATHNATIVE}"
>
>



      reply	other threads:[~2014-07-24 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24 21:09 [PATCH] cross-canadian: Copy target_ definitions from cross.bbclass Richard Purdie
2014-07-24 21:22 ` Mark Hatle [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=53D17916.8060704@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox