From: Saul Wold <sgw@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] toolchain-scripts.bbclass: Export M4
Date: Fri, 05 Oct 2012 09:02:35 -0700 [thread overview]
Message-ID: <506F049B.7020906@linux.intel.com> (raw)
In-Reply-To: <1349394459-26860-1-git-send-email-raj.khem@gmail.com>
On 10/04/2012 04:47 PM, Khem Raj wrote:
> some packages use M4 variable from environment and sometimes
> its hardcoded to /usr/bin/m4 if not found in environment. Lets
> define it such that it is picked from path
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/classes/toolchain-scripts.bbclass | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
> index 44284c3..6d8623c 100644
> --- a/meta/classes/toolchain-scripts.bbclass
> +++ b/meta/classes/toolchain-scripts.bbclass
> @@ -26,6 +26,7 @@ toolchain_create_sdk_env_script () {
> echo 'export OBJDUMP=${TARGET_PREFIX}objdump' >> $script
> echo 'export AR=${TARGET_PREFIX}ar' >> $script
> echo 'export NM=${TARGET_PREFIX}nm' >> $script
> + echo 'export M4=m4' >> $script
> echo 'export TARGET_PREFIX=${TARGET_PREFIX}' >> $script
> echo 'export CONFIGURE_FLAGS="--target=${TARGET_SYS} --host=${TARGET_SYS} --build=${SDK_ARCH}-linux --with-libtool-sysroot=${SDKTARGETSYSROOT}"' >> $script
> if [ "${TARGET_OS}" = "darwin8" ]; then
>
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2012-10-05 16:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-04 23:47 [PATCH] toolchain-scripts.bbclass: Export M4 Khem Raj
2012-10-05 16:02 ` Saul Wold [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=506F049B.7020906@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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.