From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: danismostlikely@gmail.com
Cc: Dan McGregor <dan.mcgregor@usask.ca>,
openembedded-devel@lists.openembedded.org
Subject: Re: [oe-core][PATCH] Make Python IPv6 aware
Date: Mon, 03 Jun 2013 23:33:44 +0100 [thread overview]
Message-ID: <3117017.MfZg7kr1Wt@helios> (raw)
In-Reply-To: <1370297534-9882-2-git-send-email-danismostlikely@gmail.com>
Hi Dan,
On Monday 03 June 2013 16:12:14 danismostlikely@gmail.com wrote:
> From: Dan McGregor <dan.mcgregor@usask.ca>
>
> Wrap this around DISTRO_FEATURES, because we don't want it
> unconditionally enabled.
> ---
> meta/recipes-devtools/python/python.inc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python.inc
> b/meta/recipes-devtools/python/python.inc index d0ed55b..4618eb3 100644
> --- a/meta/recipes-devtools/python/python.inc
> +++ b/meta/recipes-devtools/python/python.inc
> @@ -19,6 +19,7 @@ inherit autotools
> PYTHONLSBOPTS = "--with-wctype-functions"
> PYTHONLSBOPTS_linuxstdbase = "ac_cv_sizeof_off_t=8"
>
> +ENABLE_IPV6 = "--enable-ipv6=${@base_contains('DISTRO_FEATURES', 'ipv6',
> 'yes', 'no', d)}" EXTRA_OECONF = "\
> --with-threads \
> --with-pymalloc \
> @@ -27,5 +28,6 @@ EXTRA_OECONF = "\
> --with-signal-module \
> --with-wctype-functions \
> --enable-shared \
> + ${ENABLE_IPV6} \
> ${PYTHONLSBOPTS} \
> "
OE-Core patches need to go to openembedded-core@lists.openembedded.org rather
than this list. Also, the shortlog (first line of the commit message) should
start with the recipe / component being changed, so in this case it should be
something like "python: enable IPv6 based on DISTRO_FEATURES". Additionally,
do you need to use an additional ENABLE_IPV6 variable here or can you just
include the expression within the EXTRA_OECONF expression?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2013-06-03 22:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 22:12 [oe-core][PATCH] Make Python IPv6 aware danismostlikely
2013-06-03 22:12 ` danismostlikely
2013-06-03 22:33 ` Paul Eggleton [this message]
2013-06-04 12:06 ` Lukas Bulwahn
2013-06-11 7:51 ` 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=3117017.MfZg7kr1Wt@helios \
--to=paul.eggleton@linux.intel.com \
--cc=dan.mcgregor@usask.ca \
--cc=danismostlikely@gmail.com \
--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.