From: Saul Wold <sgw@linux.intel.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] libpfm4: exclude from world
Date: Thu, 07 Feb 2013 14:43:43 -0800 [thread overview]
Message-ID: <51142E1F.1020404@linux.intel.com> (raw)
In-Reply-To: <1360247634-10957-1-git-send-email-Martin.Jansa@gmail.com>
On 02/07/2013 06:33 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
> index 460029f..438dbc3 100644
> --- a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
> +++ b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
> @@ -24,3 +24,6 @@ S = "${WORKDIR}/libpfm-${PV}"
> do_install () {
> oe_runmake install
> }
> +
> +# oprofile depends on it only for ppc* and it fails to build on arm
> +EXCLUDE_FROM_WORLD = "1"
>
Should it be EXCLUDE_FROM_WORLD or
COMPATIBLE_MACHINE= "(*ppc*|mpc*)"
Since for a ppc world build it would be valid.
Sau!
next prev parent reply other threads:[~2013-02-07 23:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 14:33 [PATCH] libpfm4: exclude from world Martin Jansa
2013-02-07 22:43 ` Saul Wold [this message]
2013-02-12 17:14 ` McClintock Matthew-B29882
2013-02-12 17:19 ` Phil Blundell
2013-02-12 17:25 ` McClintock Matthew-B29882
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=51142E1F.1020404@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=martin.jansa@gmail.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 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.