From: danismostlikely@gmail.com
To: openembedded-devel@lists.openembedded.org
Cc: Dan McGregor <dan.mcgregor@usask.ca>
Subject: [oe-core][PATCH] Make Python IPv6 aware
Date: Mon, 3 Jun 2013 16:12:14 -0600 [thread overview]
Message-ID: <1370297534-9882-2-git-send-email-danismostlikely@gmail.com> (raw)
In-Reply-To: <1370297534-9882-1-git-send-email-danismostlikely@gmail.com>
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} \
"
--
1.8.1.4
next prev parent reply other threads:[~2013-06-03 22:12 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 [this message]
2013-06-03 22:33 ` Paul Eggleton
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=1370297534-9882-2-git-send-email-danismostlikely@gmail.com \
--to=danismostlikely@gmail.com \
--cc=dan.mcgregor@usask.ca \
--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.