From: Siddharth Heroor <heroor@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>,
"meta-arago@arago-project.org" <meta-arago@arago-project.org>
Cc: "Ring, Chris" <cring@ti.com>
Subject: Re: help needed: Need pass variable to autotools .configure
Date: Mon, 4 Nov 2013 11:17:16 +0530 [thread overview]
Message-ID: <527734E4.3020204@ti.com> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F49054985DA9@DLEE11.ent.ti.com>
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
Hi Sam,
On 11/4/2013 8:36 AM, Nelson, Sam wrote:
>
> Currently , my recipe inherits autotools.
>
> I would like update recipe to pass an environment variable define like
> the following when executing ./configure command.
>
> VAR_NAME=<dir_name>
>
You could use EXTRA_OECONF to pass extra variables to configure.
Something like
VAR_NAME = "${S}/foo/bar"
EXTRA_OECONF += "${VAR_NAME}"
> Appreciate help on how this can be achieved in the recipe.
>
> With regards,
>
> Sam
>
>
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
[-- Attachment #2: Type: text/html, Size: 3187 bytes --]
prev parent reply other threads:[~2013-11-04 5:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 3:06 help needed: Need pass variable to autotools .configure Nelson, Sam
2013-11-04 3:52 ` Denys Dmytriyenko
2013-11-04 5:47 ` Siddharth Heroor [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=527734E4.3020204@ti.com \
--to=heroor@ti.com \
--cc=cring@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.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.