[oe-commits] Ulf Samuelsson : Disable IPV6, to allow building to complete

git version control git at git.openembedded.org
Mon Jan 17 00:31:47 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 2481a73cc0a35847fd8d40e7867ef167c4a50bfd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2481a73cc0a35847fd8d40e7867ef167c4a50bfd

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sun Jan 16 11:03:45 2011 +0100

Disable IPV6, to allow building to complete

---

 recipes/python/python.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python.inc b/recipes/python/python.inc
index c325b91..09d2392 100644
--- a/recipes/python/python.inc
+++ b/recipes/python/python.inc
@@ -20,4 +20,5 @@ EXTRA_OECONF = "\
   --with-signal-module \
   --with-wctype-functions \
   --enable-shared \
+  --disable-ipv6 \
 "





More information about the Openembedded-commits mailing list